-
Notifications
You must be signed in to change notification settings - Fork 7
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
Remove single source requirement for DSGs #743
Comments
I believe this was fixed in the spec by #762 , but the implementation still needs updating (to not add the unnecessary Order edges). |
Do we actually have any implementation code adding such Order edges? I check e.g. hugr/src/builder/build_traits.rs Lines 73 to 77 in 968c8b0
hugr/src/builder/build_traits.rs Lines 352 to 370 in 968c8b0
|
I may be wrong about that, but my assumption was based on comments @peter-campora made a few weeks ago where he was surprised by the presence of some Order edges. |
I can't find anywhere in the code where we do this either. |
Builder used to do this but was removed in this commit: c7bfffe#diff-7b05863e5e5858f70dcaba4fa126e7782aa9b8da6fd64b80715d821b9867bef0L634-L641 |
OK! So can we close this issue? |
Looks like it, the validation code does not depend on it either Lines 376 to 377 in 0c910cf
|
from @cqc-alec :
The text was updated successfully, but these errors were encountered: