Skip to content

Fix string representation of an Edge object#1022

Merged
headius merged 1 commit intojruby:masterfrom
prathamesh-sonpatki:ir-specs
Sep 18, 2013
Merged

Fix string representation of an Edge object#1022
headius merged 1 commit intojruby:masterfrom
prathamesh-sonpatki:ir-specs

Conversation

@prathamesh-sonpatki
Copy link
Contributor

  • If edge has a non-null type, then string representation is
    '<1 --> 2> (baz)', where 1 and 2 are vertices and baz is edge type
  • With null edge type, it is '<1 --> 2'
  • After this commit, with null type, '<1 --> 2>'
  • Specs added

- If edge has a non-null type, then string representation is
  '<1 --> 2> (baz)', where 1 and 2 are vertices and baz is edge type
- With null edge type, it is '<1 --> 2'
- After this commit, with null type, '<1 --> 2>'
- Specs added
headius added a commit that referenced this pull request Sep 18, 2013
Fix string representation of an Edge object
@headius headius merged commit 3bcc0d9 into jruby:master Sep 18, 2013
@prathamesh-sonpatki prathamesh-sonpatki deleted the ir-specs branch September 18, 2013 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants