R. Boujbel
R. Boujbel
Which term are you using ? i'm testing it with cmd (*make cold on cygwin*), and there is no path rewriting. It is not working because it detects that it...
> But I mean I don't know if it's useful to have all these files untared on my disk. Just mmap the tar file and navigate the tar format. There...
Working directory option is not supposed to copy git directories, build, or opam switches. If it does, it is a bug. What we want for working-dir is to retrieve current...
>> Working directory option is not supposed to copy git directories > Are you sure ? Sorry, my sentence wasn't clear. Working dir is not supposed to copy via rsync...
>> Should we add a lint to warn that it shouldn't be acceptable to have ++ at the end of a package name (even if supported by this hack)? >...
I've updated the PR, details are in commit messages. Roughly there is * addition of a lint when a package variable in a string have its package name containing several...
Reverted in #5891, see [comment](https://github.com/ocaml/opam/pull/5891#issue-2198069639) for explanation
`opam lock` doesn't call the solver, but compute several transitive dependencies, and this computation was speed up in 2.2.0~alpha with #5337 & #5503. For opam install, we need to dig...
The `SOLVER` "header" is to notify that it is functions called from [`OpamSolver`](https://github.com/ocaml/opam/blob/master/src/solver/opamSolver.ml#L16). The solver call itself is in those logs, e.g: ``` 00:10.689 SOLVER Calling solver builtin-mccs+glpk with criteria...
I've added an init scripts test, from #5036 (discovered while setting it up that fish on windows is broken, see #5854). I've also added for each commit the changes in...