TransformGraph: Shouldn't a trivial, empty path between a space and itself be valid?
#73
Closed
Tomaz-Vieira
started this conversation in
Ideas
Replies: 1 comment
-
|
Yes, this constraint could be removed. I don't hate making users check that they are not doing no-op transforms but I suppose it's not our problem if they want to. Issue at #77 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I find it surprising that it is an error to search for a path between a graph vertex and itself:
If feels like
get_sequence(A, A)should succeed with a 0-length sequence (or even anIdentity), and that would remove many error-handling paths for the consuming code.Beta Was this translation helpful? Give feedback.
All reactions