You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Drops usage of stdlib `Arg` module for argument parsing, replacing it
with Cmdliner.
- Drops some globals pertaining to the filtering of APIs.
- Drops apparent condition in `Gen_server`: `server.ml` cannot be built
without the debug flag being enabled, as the emitted OCaml code is ill
formed.
- Drops ability to specify an output file; dune's `with-stdout-to`
subsumes this behaviour, as does the piping functionality in every
shell.
The idea is hopefully that it'll be more flexible to experiment and
extend the `ocaml_backend/` targets.
0 commit comments