-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
ocamlPackages.digestif: 0.8.0 → 0.9.0 #103082
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@GrahamcOfBorg build ocamlPackages.irmin-unix |
propagatedBuildInputs = [ bigarray-compat eqaf stdlib-shims ]; | ||
|
||
doCheck = true; | ||
checkInputs = [ alcotest ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
digestif.opam
lists bos
, astring
, fpath
, rresult
as test dependencies and findlib
as build dependency. Maybe sensible to add the explicitly instead of relying on propagation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the digestif.opam
is out of date?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be necessary for https://github.com/mirage/digestif/blob/f97216b8f3a501c8f0197be338ce85145fb46443/test/test_runes.ml. Seems like this test is invoked separately which we could (should?) do as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well spotted. I’ve thus added a postCheck
attribute to run that lone test explicitly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from comments, build and build of reverse dependencies is fine (aside from irmin-{unix,http} test flakey-ness).
9eb43ba
to
ac793a0
Compare
Motivation for this change
SHA3: https://github.com/mirage/digestif/releases/tag/v0.9.0
Use Dune 2.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)