Etienne Marais
Etienne Marais
@ElectreAAS is it good for you if we merge it?
Since this issue was opened, I was a bit concerned about it, which result in making some researches. Same disclaimer that I'm not a lawyer. We indeed included the files...
Thanks for reporting. Does the problem also occur if you run `dune build` and launch the lsp without the watch mode running in background?
Indeed, we do not support private repositories. There is an attempt to handle them in `ocurrent` but in fortunately we detect the issue when we try to build them actually,...
I agree! But is it a good idea to introduce it as a breaking change for `3.18` and not for `4.0`?
@nojb what do you think about allowing both but emit a warning for now with `env-vars`, and removing it for `4.0.0`?
OK, so let's stick to the two names, then.
Thanks for opening this issue! 😄 Regarding your idea, it could be interesting to document the aliases as you suggest. However, wouldn't there be an issue if you attached multiple...
I have already seen some projects where people would use aliases to generate some binary dependencies (the best example being [ocaml.org](https://github.com/ocaml/ocaml.org/blob/74d64117ecbae358487be88a4a2621c517737d17/tool/tailwind/dune#L81) itself 👍). My intuition would be to attach a...
Thanks for feedback! My concern with attaching it inside the rule is when you end up to use an alias at multiple places with multiple synopsis. As mentioned by @maxim092001,...