Etienne Millon

Results 167 comments of Etienne Millon

I don't have a mac to test this, but here are some notes if someone wants to give it a go (or verify a PR): - I think that the...

I don't think so. We don't have M1 CI so the test would not fail in CI, but it's a good first step if there's no test that attempts to...

Yes I think that this would be important to add.

thanks, it's good to know that the current test suite already catches that on M1. can anyone paste the output of `codesign -v` and `codesign -vv` on a pristine binary...

Can anyone try #6137 to see if it works? Also still interested in the output of `codesign -v` / `-vv` for a normal ocaml binary. Thanks!

thanks. can you attach the output of `codesign -vvvv` as well? I'd like to see if it can print the identity it's been signed with

Great! so this confirms that this is an adhoc signature as well. so we don't have to be more clever about that part. thanks!

This is an alternative to #6029. TODO: - [ ] check what happens with other pforms - [ ] add a test that shows that several executables are built -...

FTR, this is still an issue with dune 3.4 even though the code paths mentioned in the todo comment have been moved.

Since there's only one static file, it's pretty easy to use dune to generate `assets.ml` instead of `crunch`. Can you try with the following branch: git clone https://github.com/emillon/ocaml-graphql-server.git -b crunch-dune...