Louis Gesbert
Louis Gesbert
I have been trying to, but hitting other issues along the way. I'll get back to it asap :)
I am not sure what you expect for indentation. Recent ocp-indent supports ppx, and doesn't make assumptions about the contents of string quotations (i.e. they're indented as `>` used to...
@Drup so for you it would be best to follow the don't-touch rule whether the `{|` string starts with a newline or not ?
Wow, this looks great, thanks! @kandu, if you could open an issue as you proposed, that'd be very helpful and I'll look into it. :)
ah, the location for config files was changed some time ago from `config/pkg.config` to `lib/pkg/opam.config`, and we missed the update in the dev-manual. There was a good reason for the...
ah, found it: https://github.com/ocaml/opam/issues/1385
There is the [`features` field](http://opam.ocaml.org/doc/Manual.html#opam), but it is not supposed to be user-overridable (although it can refer to another variable). It was first intended for boolean values but the implementation...
That last suggestion sounds great; I'd add that this desugaring pass would be based on a simple type _propagation_, so that variables and expression could be handled too, if there...
Now that we can run our typer on earlier passes, it may sound reasonable to call it on expressions as soon as desugaring takes place, to resolve the actual operator...
I have an attempt at this for local bindings, but we will have to review the syntax. Indeed, the keyword `in` is already used for collections and the prefix `let...