mokus0 / hoc

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

Objective C exceptions not being caught #4

Closed mokus0 closed 12 years ago

mokus0 commented 12 years ago

The callWithExceptions function in Invocation.m is supposed to catch all exceptions thrown during the call it wraps. Somehow it appears to be missing some (but not all) of them.

This is on Mac OS X 10.7.3 with XCode 4.3 and GHC 7.4.1 for x86_64.

mokus0 commented 12 years ago

This appears to no longer be a problem.