Skip to content
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

EdgeSpec rename should not create extra vertices #77

Closed
moaxcp opened this issue May 23, 2017 · 1 comment
Closed

EdgeSpec rename should not create extra vertices #77

moaxcp opened this issue May 23, 2017 · 1 comment
Projects
Milestone

Comments

@moaxcp
Copy link
Owner

moaxcp commented May 23, 2017

edge (A, B) {
    renameOne 'C'
}

If A does not already exist this will create three vertices A, B, C. It should only create C and B.

@moaxcp moaxcp added this to Planning in 1.0 May 23, 2017
@moaxcp moaxcp modified the milestone: 1.0 Jun 3, 2017
@moaxcp moaxcp moved this from Planning to To Do in 1.0 Jun 7, 2017
@moaxcp
Copy link
Owner Author

moaxcp commented Jun 25, 2017

I spent a few hours creating a decent solution for this only to realize it breaks the rule that any vertex referenced needs to exist in the graph. It may be ok to fix this for now though.

@moaxcp moaxcp moved this from To Do to Feature in 1.0 Jun 25, 2017
@moaxcp moaxcp moved this from Feature to Develop in 1.0 Jun 25, 2017
moaxcp added a commit that referenced this issue Jun 25, 2017
* [#80](#80) Removed sonarqube since it no longer supports groovy
* [#78](#78) Changed edgesFirst and edgesSecond in dsl to connectsTo and connectsFrom.
* [#77](#77) renameOne and renameTwo in edge methods will not add extra vertex objects to the graph.
@moaxcp moaxcp moved this from Develop to Release in 1.0 Jun 29, 2017
@moaxcp moaxcp moved this from Release to Done in 1.0 Jun 29, 2017
@moaxcp moaxcp closed this as completed Jun 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
1.0
Done
Development

No branches or pull requests

1 participant