Etienne Millon

Results 159 comments of Etienne Millon

Note that the semantics of configure args has changed in #5516, it might be the cause too.

Hum, actually those are arguments to `dune install`. Still might be relevant depending on what you use to install packages in macports.

Let me rephrase what I mean - the Macports PR changes configure arguments. I suspect that this causes `dune` not to be able to find installed packages at all (which...

This is a prereq for #5903

I think it's inherent to the way the test suite is written. For example, some commands are run with `--display verbose`. Cached commands won't appear there if the cache is...

I tried to take that approach. The issue is that many test cases have issues. One common pattern is that tests that rely on `echo` fail when the cache is...

Thanks. I reduced that to: ``` $ cat > ./dune-project (lang dune 2.9) > (package (name pub)) > EOF $ cat > dune (library > (public_name pub) > (modules pub)...

It's weird, it looks like target promotion should already use the `copy_file` path through `~promote_source`... Note to self: OTOH, `bin/install_uninstall.ml` does not use this, and is doing non-atomic copies at...

> Random note: codesign isn't reproductible. So the non signed binary should be preserved in the cache. I understand that the signature is going to be different every time, but...