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
Previously it was incorrectly reporting the internal signature as the
node signature.
Fixes#750
Required further fixes to `replace.rs`:
* test was looking for an error that should have been hidden behind
another (that was not previously reported because of #750). Look for the
latter, not the former.
* Fix node indices not being correctly reported from `apply`
---------
Co-authored-by: Alan Lawrence <[email protected]>
Previously it was incorrectly reporting the internal signature as the
node signature.
Fixes#750
Required further fixes to `replace.rs`:
* test was looking for an error that should have been hidden behind
another (that was not previously reported because of #750). Look for the
latter, not the former.
* Fix node indices not being correctly reported from `apply`
---------
Co-authored-by: Alan Lawrence <[email protected]>
as identified by @mark-koch
The serialized hugr in this file:
graph (1).hugr.zip
fails validation when deserialized because case nodes are reporting that they have unconnected ports (they shouldn't have any)
The text was updated successfully, but these errors were encountered: