ocaml/utils
Gabriel Scherer e8498699f9 clarify the warning of the unboxable-type-in-primitive warning
A discussion in a forum thread
  https://discuss.ocaml.org/t/primitive-declaration-is-unannotated-and-unboxable/4306
points out that 'unboxable' is ambiguous as it can be read as either
un-boxable or unbox-able.

This commit reformulates the warning to avoid using 'unboxable', but
the very explicit 'may be either boxed or unboxed', along with a more
detailed explanation of the issue that the warning is about.
2019-09-05 17:09:06 +02:00
..
HACKING.adoc add a release checklist (#1866) 2018-10-04 14:32:14 +02:00
Makefile Emit each function in a separate section (amd64,i386,arm,arm64) 2019-07-15 10:25:26 +01:00
arg_helper.ml
arg_helper.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
build_path_prefix_map.ml
build_path_prefix_map.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
ccomp.ml in -dtimings output, show time spent in C linker clearly 2019-08-26 07:58:28 +02:00
ccomp.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
clflags.ml Add compile-time option -function-sections 2019-07-15 10:25:26 +01:00
clflags.mli Add compile-time option -function-sections 2019-07-15 10:25:26 +01:00
config.mli Add compile-time option -function-sections 2019-07-15 10:25:26 +01:00
config.mlp Emit each function in a separate section (amd64,i386,arm,arm64) 2019-07-15 10:25:26 +01:00
consistbl.ml Functorize Consistbl (with some background info on Compilation_unit.t) (#2286) 2019-03-07 16:19:51 +00:00
consistbl.mli Functorize Consistbl (with some background info on Compilation_unit.t) (#2286) 2019-03-07 16:19:51 +00:00
domainstate.ml.c Remove inclusion of config.h from the files that generate domain state table. 2019-08-23 09:50:05 +05:30
domainstate.mli.c Fix copyright headers again 2019-08-23 09:50:05 +05:30
dune dune: do not go over 80c 2019-08-28 15:33:12 +01:00
identifiable.ml Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
identifiable.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
int_replace_polymorphic_compare.ml Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
int_replace_polymorphic_compare.mli Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
load_path.ml Refactor load path management and initial environment 2019-01-30 16:36:38 +00:00
load_path.mli Fixing typos in various files (#2246) 2019-02-13 14:04:56 +01:00
misc.ml Refactor environment lookup functions 2019-08-15 15:56:50 +01:00
misc.mli Refactor environment lookup functions 2019-08-15 15:56:50 +01:00
numbers.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
numbers.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
profile.ml Use reraise_raw_backtrace in Misc.try_finally 2018-07-25 17:58:32 +02:00
profile.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
strongly_connected_components.ml
strongly_connected_components.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
targetint.ml Add {Int32,Int64,Nativeint}.unsigned_{compare,div,rem} 2018-11-10 12:48:11 +01:00
targetint.mli Doc 2018-11-10 12:48:33 +01:00
terminfo.ml Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
terminfo.mli manual: compiler-libs.mld -> compiler_libs.mld 2018-09-12 16:32:37 +02:00
warnings.ml clarify the warning of the unboxable-type-in-primitive warning 2019-09-05 17:09:06 +02:00
warnings.mli "Alerts" as a generalization of "deprecated" (#1804) 2018-11-15 09:51:35 +01:00