Brandon Trautmann
Brandon Trautmann
I just updated the Issue Description to better clarify a few things after playing with this more
> It is actually already possible to override scripts in melos >v7. Are you sure? I'm on `7.0.0-dev.7` and I believe it's [this line](https://github.com/invertase/melos/blob/main/packages/melos/lib/src/command_runner.dart#L70) and [this one](https://github.com/invertase/melos/blob/aa0e204f8c511e11fba2fd06b537ffc58f4d65ba/packages/melos/lib/src/command_runner/script.dart#L24) that basically remove...
> [@btrautmann](https://github.com/btrautmann) You're right, I accidentally tried with `test` before, tried with `format` now. Do you want to provide a PR that fixes it? :) Yeah I'm hoping I can...
> Any updates on this [@btrautmann](https://github.com/btrautmann)? :) Sadly, no... Swamped with a project at the moment, but my team will be doing some OSS-focused work next quarter so I am...
@spydon sorry for the delay here. I just had a sec so opened up https://github.com/invertase/melos/pull/945. I have to run, but will come back to this tomorrow to address any CI...
I ran into this myself and I'm really glad I found this issue or I would've had no clue this was indeed the root cause. To ensure it wasn't just...
Ultimately, I was only trying to add `dependsOn` configuration to various tasks, so I did this via `applicationVariants.all { .. }` and I was able to work around this, but...
> this just turns the issue into a race condition instead [@xsahil03x](https://github.com/xsahil03x) > > it may or may not happen depending on the threading capacity of the process > >...
> [@btrautmann](https://github.com/btrautmann) I'm fairly sure your issue is unrelated to this issue, so it would be better to create a new issue for it. Your issue sounds more related to...
> **Summary:** The user reports that `dart pub global activate --source="path"` no longer updates activated executables when the executable's logic is changed. Deleting the `.dart_tool/pub/bin/` directory before activating the executable...