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

Fix lookup issues caused by incorrect outer object reads #50

Merged
merged 1 commit into from Oct 13, 2016

Conversation

smarr
Copy link
Owner

@smarr smarr commented Oct 12, 2016

  • add specializations for the basic types
  • remove crude hack to just return kernel
  • handle lookup for SFarReference depending on mixinId and context level
  • cache far ref mixin id
  • add a little documentation

Unfortunately, this is currently blocked on #34.
Looks like it was hiding a place in the tests that becomes a megamorphic super send now.

@smarr smarr added the bug Fixes an issue, incorrect implementation label Oct 12, 2016
- add specializations for the basic types
- remove crude hack to just return kernel
- handle lookup for SFarReference depending on mixinId and context level
- cache far ref mixin id
- add a little documentation

Signed-off-by: Stefan Marr <git@stefan-marr.de>
@smarr smarr merged commit b9ff5fa into master Oct 13, 2016
@smarr smarr deleted the fix/outer-object-read branch October 13, 2016 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes an issue, incorrect implementation
Projects
No open projects
Completeness
  
Completed
Development

Successfully merging this pull request may close these issues.

None yet

1 participant