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
This should make the graph more reliable, and -- together with always pulling upstream data -- this should close #498.
The only real con I see is that then we need to rework the Channel architecture a little, since Input.connections and Output.connections would no longer be so similar, but rather we'd have the singular Input.connection.
Depends on #501, because currently the attack for while loops depends on having multiple inputs with different priority. AFAIK this is the only place that functionality is actually leveraged, but making the change and running the test suite will tell if my memory is right on that.
The text was updated successfully, but these errors were encountered:
This should make the graph more reliable, and -- together with always pulling upstream data -- this should close #498.
The only real con I see is that then we need to rework the
Channel
architecture a little, sinceInput.connections
andOutput.connections
would no longer be so similar, but rather we'd have the singularInput.connection
.Depends on #501, because currently the attack for while loops depends on having multiple inputs with different priority. AFAIK this is the only place that functionality is actually leveraged, but making the change and running the test suite will tell if my memory is right on that.
The text was updated successfully, but these errors were encountered: