-
Notifications
You must be signed in to change notification settings - Fork 255
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
Regression: Uncaught exception when getting nested keys #65
Comments
indexzero
added a commit
that referenced
this issue
Dec 20, 2012
indexzero
added a commit
that referenced
this issue
Dec 20, 2012
The |
indexzero
added a commit
that referenced
this issue
Dec 20, 2012
indexzero
pushed a commit
that referenced
this issue
Dec 20, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you set something to a string value and then attempt to get a child of that string value an unhandled Error is thrown.
This is a direct caused by incorrect use of the
in
keyword in #49e.g.
The text was updated successfully, but these errors were encountered: