Sanitize paths outside of Opam’s prefix
Open
@voodoos is already working on this.
Since Apr 29, 2021.
macos
test-suite
- Dominant language
- OCaml
- Stars
- 1.9k
- Forks
- 500
- Avg merge
- 15h 21m
- Merged PRs (30d)
- 277
Description
Expected Behaviour
Tests should pass irrespective of the paths due to system compiler installation.
Actual Behavior
Tests fail because of unsanitized paths due system compiler installation.
Specifications
- Version of
dune2.8.5: - Version of
ocaml4.10.0 - Operating system macOS Big Sur:
Additional information
While hacking on dune, I happened to have failing tests. From dune-dev channel, @voodoos hinted that it was because only paths inside opam’s prefix, that is for non-system compiler installation were being sanitised.
- Link to gist with verbose output https://gist.github.com/lubegasimon/c4fb89e0b64f006bddf25a0d48c8ab0e:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.