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
Given that the :skip track doesn't exist, this will be wired to :success.
step:_destroy?,Output(:success)=>Track(:skip)
We need the ability to reference a track before it "got created" due to the way Ruby and DSLs (usually) work. However, if we only somehow could warn the user they're referencing a track that's nonexistent, that'd be cool. I wouldn't know how, though, unless we switch to a block-style DSL where we know when exactly a DSL use is finished and can "finalize" the data structure created from it.
The text was updated successfully, but these errors were encountered:
Given that the
:skip
track doesn't exist, this will be wired to:success
.We need the ability to reference a track before it "got created" due to the way Ruby and DSLs (usually) work. However, if we only somehow could warn the user they're referencing a track that's nonexistent, that'd be cool. I wouldn't know how, though, unless we switch to a block-style DSL where we know when exactly a DSL use is finished and can "finalize" the data structure created from it.
The text was updated successfully, but these errors were encountered: