-
Notifications
You must be signed in to change notification settings - Fork 46
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
DigraphFromDigraph6String ability to return mutable digraphs #262
Conversation
Looks good! What about the other functions in the same file?? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah thanks @MTWhyte, would be create if you could do the same for the "friends" of DigraphFromDigraph6String
(eg DigraphFromGraph6String
) too. Also, please update the documentation for each of them (as in digraph.xml
and examples.xml
) to show that these things now take an optional first argument.
Great, I'll change the others too! |
Great, thanks a lot. Really handy. |
@MTWhyte do you mean you'll do it in this PR, or in a separate PR? |
@wilfwilson which do you think would be better? |
I think you may as well do it all in this PR, but I don’t mind if you want to do it separately. |
I've now updated the 'friends' too, namely |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I'll squash and merge iff the tests pass.
This pull request adds the functionality for
DigraphFromDigraph6String
to return mutable digraphs.