Results 220 comments of Louis Gesbert

Hmm, thanks for the feedback, that would indeed be useful. Loosely related, but for the other side of handling depexts (detecting changes on them to trigger reinstalls, rather than installing...

It's too late for 2.0.0, but my suggestion would be to design a format and start adding the info as a `x-*` field (that will be ignored by opam 2.0.0)....

Should be fixed by https://github.com/CatalaLang/catala-website/pull/57 which redirects the whole doc to the nightly CI-generated https://catalalang.github.io/catala/api-doc/

https://salsa.debian.org/ocaml-team/opam/-/blob/master/debian/patches/0004-Use-HOME-env-variable-instead-of.patch should really not change anything since the functions called (e.g. `OpamFilename.of_string`) detect the `~` and rewrite it using `HOME` in the exact same way the patch does :thinking: I...

Related: menhir parsing errors (from `compiler/surface/parser.messages`) should be able to tell the errors and examples with the proper syntax

After thinking about it a bit more, I am not convinced that the advantages of adding values for errors outweight just using strings as translation keys. Indeed, the other approach...

Hm, I am not yet totally convinced of the point, but will be happy to discuss it :) In particular, doesn't the presence of `when` clauses defeat most of the...

One major difference that I can see is that pattern-matching is supposed to stop processing at the first match; here, unless we assume there will be no conflicts, we will...

Adding here some thoughts that have come since this was initially discussed, and hadn't been written yet ; in particular, in user-facing concerns. When an input of a scope is...

Note that the webpages show the release date: see _e.g._ http://opam.ocaml.org/packages/abella/ The information is extracted from the git repository.