Lukas Klingsbo

Results 891 comments of Lukas Klingsbo

Ah, it seems like we forgot to update the docs regarding `melos analyze`. When running `dart analyze` or `flutter analyze` in a pub workspace it runs it in the whole...

Ah, if that is the case I'll reopen this issue. I thought since the analyzer doesn't fork itself when running in a pub workspace I assumed that it always ran...

Interesting, is this supported in pubspec_parse?

@FritzMatthaeus yeah, because it has to be supported in that package before we can use it, so we'll have to open an issue there first.

Created https://github.com/dart-lang/tools/issues/2155

I'm also having this problem, when you have the conditionals on separate lines it even adds empty lines for those lines. If `containsApps` is false in this example: ```yaml packages:...

@wolfenrain gave me a work-around: ```yaml packages:{{#containsApps}} - apps/*{{/containsApps}}{{#containsPackages}} - packages/*{{/containsPackages}} ``` It has very bad readability though. :sweat_smile:

We were talking about whether this is according to the mustache spec or not too, and it is not: https://github.com/mustache/spec/blob/master/specs/sections.yml#L279-L291 I guess this issue really belongs in the parsing library,...

Which Melos version does it print if you print `melos --version` outside of your repo? (So that it doesn't take the repo version)

And did you try to reactivate it like it says in the instructions? Which version constraint do you have specified in your pubspec.yaml?