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

Mismatched order on DotAccessor? #34

Open
@jeffwatkins

Description

@jeffwatkins

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions