1) Keys passed to ocaml tools/configure.ml can now use dashes or underscores interchangeably
2) The keys are case sensitives
3) During rewritign the keys can use either underscores or dashes,
and can use any registry.
Basically the comparison function makes the following keys equal: foo-bar, FOO_BAR, FOO-bar, and foo bar.
New Configuration Parameters
Publishes several configuration parameters via Bap_main.Configuration and makes it available via bap config, e.g.,
Will now correctly delete a plugin foo even if it a dune plugin. (Note, that it will only remove the folder from the plugins directory and wont remove any installed libraries, for that use opam or your build system)
Normalized Keys
1) Keys passed to
ocaml tools/configure.ml
can now use dashes or underscores interchangeably 2) The keys are case sensitives 3) During rewritign the keys can use either underscores or dashes, and can use any registry.Basically the comparison function makes the following keys equal:
foo-bar
,FOO_BAR
,FOO-bar
, andfoo bar
.New Configuration Parameters
Publishes several configuration parameters via Bap_main.Configuration and makes it available via
bap config
, e.g.,Updates bapbundle to Hanle dune Plugins
Will now correctly delete a plugin
foo
even if it a dune plugin. (Note, that it will only remove the folder from the plugins directory and wont remove any installed libraries, for that use opam or your build system)