Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Mismatched order on DotAccessor? #34

Open
jeffwatkins opened this issue Oct 2, 2010 · 0 comments
Open

Mismatched order on DotAccessor? #34

jeffwatkins opened this issue Oct 2, 2010 · 0 comments
Labels

Comments

@jeffwatkins
Copy link

It seems like the order of left & right is backwards for the DotAccessor. For example, "foo.baz.bar" yields:

left= "bar" (Johnson::Nodes::Name)
right= "foo.baz" (Johnson::Nodes::DotAccessor)

It's not really a problem; I just don't want to code for the backwards way only to have it fixed later...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant