johnson icon indicating copy to clipboard operation
johnson copied to clipboard

Mismatched order on DotAccessor?

Open jeffwatkins opened this issue 14 years ago • 0 comments

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...

jeffwatkins avatar Oct 02 '10 15:10 jeffwatkins