You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a build with a tangled web of code-gen steps in it where you won't know what outputs you'll get (and therefore what inputs will be read for the next step, e.g. a command might read all the files in an output folder of the previous command) until you run them. The "main" build is a dub package, but that dub package needs to depend on the previous tangled web of code-gen steps.
How might I approach this with reggae?
The text was updated successfully, but these errors were encountered:
I have a build with a tangled web of code-gen steps in it where you won't know what outputs you'll get (and therefore what inputs will be read for the next step, e.g. a command might read all the files in an output folder of the previous command) until you run them. The "main" build is a dub package, but that dub package needs to depend on the previous tangled web of code-gen steps.
How might I approach this with
reggae
?The text was updated successfully, but these errors were encountered: