Releases: mbarbin/bopkit
Releases · mbarbin/bopkit
0.3.2
0.3.1
0.3.0
CHANGES:
Changed
- Switch from
Error_log
toErr
for error handling. - Internal refactors, switch from
Core
toBase
in assorted places. - Split main packages into separate smaller ones.
- Switch to
commandlang
withcmdliner
as a backend for all commands. Breaking changes:- Flags and named command line arguments now have 2 '--' instead of 1.
- Exit code changes, using now cmdliner default conventions (123, 124, 125).
0.2.9
0.2.8
CHANGES:
Removed
- Moved
visa-debugger
into a standalone repo, with the goal of removingbogue
from thebopkit
's dependencies.
0.2.7
CHANGES:
Changed
- Upgrade
fpath-base
to0.0.9
(was renamed fromfpath-extended
). - Uses
expect-test-helpers
(reduce core dependencies). - Upgrade
mdx
to2.4
. Addskip
to non-executable ocaml sections. - Run
ppx_js_style
as a linter & make it adev
dependency. - Upgrade GitHub workflows
actions/checkout
to v4. - In CI, specify build target
@all
, and add@lint
. - List ppxs instead of
ppx_jane
.
0.2.6
CHANGES:
Changed
- Upgrade dune to
3.14
. - Build the doc with sherlodoc available to enable the doc search bar.
- Clarify handling of deprecated aliases for primitives. Internal refactor only,
no behavior change.
Fixed
- Fixed behavior of the
GOF
instruction in the visa simulator.
0.2.5
0.2.4
CHANGES:
Changed
- Internal changes related to build and release process.
- Rename most file path variables from [filename] to [path] and switch from type
[string] to [Fpath.t] (#7, @mbarbin). - Extract some libraries into their own packages to reuse in other projects:
auto-format
,error-log
,loc
,parsing-utils
(#7, @mbarbin).