diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-09 21:43:43 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-09 21:43:43 -0400 |
| commit | c4d9e6b956f70b7ae6d4da8a6ad390fbe05d06f4 (patch) | |
| tree | 15e9b8751aaee09104b281635f9a93e08c398843 | |
| parent | 45e07797908a16102952e07ca75a3d3a262ecde1 (diff) | |
More TODOs.
| -rw-r--r-- | todo.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,6 +71,8 @@ super ultra important things: figure out why - 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... +- 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: - make specific wording in documentation consistent (make/create, etc.) |
