-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors with a simple net #4
Comments
I'll update visualize to use the new version of the-graph (custom element) and klay (autolayout) next week. This should fix these issues. |
It looks like https://github.com/noflo/fbp doesn't parse
works. |
Actually,
and
work as well. @bergie something in the parser that keeps @oleksandr's second line ( |
@oleksandr I just tried your original text, and got a message saying Added |
Sounds like a bug in the .fbp parser. I'll transfer that example to a unit test a bit later |
@bergie Should this be posted under https://github.com/noflo/fbp/issues ? If so, we could post it there and close this one. |
@bergie In the Go's version of FBP parser using PEG I've noticed that order of expressions in the grammar matters :) |
Example of a net:
P1(C1) OUT -> IN P2(C2)
P2 OUT -> IN P3(C3)
Result:
Invariant Violation: replaceState(...): Cannot update during an existing state transition (such as within
render
). This could potentially cause an infinite loop so it is forbidden.The text was updated successfully, but these errors were encountered: