Wes McNamee
Wes McNamee
> > I'll plan on doing this in v4 which is my current priority. > > @ghostsquad could you give an ETA on v4? Due to some divergences in priorities,...
I just found this, and this feels like a pretty big issue. Here's the simplest case: ```yaml version: '3' tasks: one: env: HAM: one cmds: - echo $HAM two: cmds:...
The default instructions are kind of ominous from a security or "what did it just do?" standpoint. Honestly, I don't know what bootstrap actually does. Being able to download/install the...
Good information. I will use this. Thank you
When you say deadlock, you mean task is sitting there trying to do something, but nothing is happening?
this could be a UI feature of V4. Making the UI less static/append-only could really improve things. Though, @ProfessorManhattan are you interested in seeing/parsing the result? or just the spam...
> The problem with this is that it can really easily deadlock. To run dependencies last to first, mage just fires off a bunch of goroutines and waits for them...
I like the idea of including the task definition (in it's entirety) in the hash. It's likely very error prone to try to actually figure out how something may have...
Even though you _can_ use sources (built in), it makes a lot of sense to make this default behavior.
@natefinch could you point me at a method that would return a list of targets? I can see if I can submit a PR for this.