Skip to content
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

ObjectHandlers that change the object type fail guard checks when using dot notation #189

Closed
spullara opened this issue Mar 24, 2017 · 1 comment

Comments

@spullara
Copy link
Owner

The example we have is the ScalaObjectHandler wraps Scala Maps with a Java Map compatible class. However, if you use dot notation to access the map we fail a guard check as the type is incompatible when it checks it later. Clearly a bug in the dot notation code.

#188

@spullara
Copy link
Owner Author

It took me a bit to figure out exactly what was going on here but finally tracked it down.

81cc33f

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

No branches or pull requests

1 participant