mokus0 / hoc

Haskell to Objective-C bridge (work in progress: 64-bit support for Mac OS 10.7)
8 stars 2 forks source link

GNUstep support currently broken #2

Closed mokus0 closed 12 years ago

mokus0 commented 12 years ago

GNUstep has changed a lot. We have some catching up to do.

Things I know have changed:

mokus0 commented 12 years ago

Made some progress here. Builds, passes tests with warnings.

The warnings are spewed from the line:

    objc_msg_lookup(obj, selGetHaskellData);

in GetNewHaskellData.m I havent't dug in to see what they mean yet.

mokus0 commented 12 years ago

Warnings are gone. There was a valid-sounding reason for the code that was causing them, though. I hope that reason is obsolete.

mokus0 commented 12 years ago

All the concerns listed here appear to be taken care of; closing this out. I'm sure there's more to be done, but GNUstep support is now about on par with Apple support.