More TODOs.
This commit is contained in:
parent
45e0779790
commit
c4d9e6b956
2
todo.md
2
todo.md
|
@ -71,6 +71,8 @@ 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...
|
- 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...
|
||||||
|
- the user can still [NSApp terminate:] from the Dock icon, bypassing Go itself
|
||||||
|
- ideally we need a QuitItem() function for this case if/when we add menus
|
||||||
|
|
||||||
important things:
|
important things:
|
||||||
- make specific wording in documentation consistent (make/create, etc.)
|
- make specific wording in documentation consistent (make/create, etc.)
|
||||||
|
|
Loading…
Reference in New Issue