dune
dune copied to clipboard
Fix partial-match warnings
With this change, dune can now be compiled with OCAMLPARAM=warn-error=+8,_ again.
Alternative to https://github.com/ocaml/dune/pull/10224
@rgrinberg was that what you were thinking of?
Thanks. The warnings looks right, however I think we're not yet ready for this code because we still use opam's library to unpack local archives - but not downloaded ones. You can see how we unpack archives in fetch_curl, so you can just steal some of that and make it work for local files and delete fetch_others completely.
I won't have time to work on that. Can anyone else take over?
The parts described by Rudi have now landed as #10556 and #10561.
The parts described by Rudi have now landed as #10556 and #10561.
Thank you so much!
After a restart, CI is now green