-
Notifications
You must be signed in to change notification settings - Fork 63
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
Misleading multiport warning and NullPointerException in diagram synthesis #1833
Comments
Just for the record, the exception.
The source RuntimeRange seems to be |
As this is an issue with the graph analysis (ReactorInstance) and probably not the diagram, I will remove the |
The above legal C++ program produces a misleading warning message: "Left width 4 does not match right width 0". This probably comes from a false assumption made somewhere in the instance graph.
Also, the diagram synthesis fails for this program with a NullPointerException.
The text was updated successfully, but these errors were encountered: