Updated one of the previous TODOs.

This commit is contained in:
Pietro Gagliardi 2014-03-08 21:41:30 -05:00
parent 275a8279b0
commit b253bccadc
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ super ultra important things:
``` ```
figure out why figure out why
- Mac OS X 32-bit builds don't call runtime.sighandler() on a Cocoa exception like the 64-bit builds do - Mac OS X 32-bit builds don't call runtime.sighandler() on a Cocoa exception like the 64-bit builds do
- does array index out of bounds on 32-bit Cocoa not generate a SIGTRAP like invalid selector does? need to experiment... or is something clobbering SIGTRAP? I didn't catch it in my tests here...
important things: important things:
- make specific wording in documentation consistent (make/create, etc.) - make specific wording in documentation consistent (make/create, etc.)