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

GNU runtime doesn't tolerate sending messages to metaclass objects #18

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

We currently import meta-class objects to Haskell land when a class method 
sends a message to super.
This causes at least a lookup of the __getHaskellData__ method and a call to 
retain. On Mac OS X, this seems to cause no problems, but the GNU runtime 
aborts with an assertion failure.

The call to retain was introduced by enhancement issue #11 (r380, r399, 
merged to trunk in r402), but the __getHaskellData__ lookup was there 
before.

Original issue reported on code.google.com by [email protected] on 20 Aug 2009 at 9:52

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

No branches or pull requests

1 participant