-
Notifications
You must be signed in to change notification settings - Fork 2
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
all arity-specific methods are broken #78
Conversation
😱 |
What happened? |
just pushed |
EdgeType needs to refer to itself in TypedGraph, otherwise you just know about it source and target. This is wrong: angulillos/src/main/java/com/bio4j/angulillos/TypedGraph.java Lines 216 to 234 in 7ca8381
|
That, or making on EdgeType class per Arity combination in TypedGraph |
There's a super-easy unsafe fix though, that could be enough |
@laughedelic doing this? if not, will do |
So what's your plan? |
to fix it! |
This release fixes #78, which made impossible to use arity-specific methods (inOneV, outAtMostOneV, ...) when using TypedGraph inner classes. Everyone should update.
No description provided.