diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-11 13:37:19 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-11 13:37:19 -0400 |
| commit | c43583fe20a3a54920774fb762c74d22b60b70dc (patch) | |
| tree | 48450cf2b6fae55786291c5c411dc98f789127dd /todo.md | |
| parent | cbcf9da6a03d3e559eaf9744947208fcb2a18c0a (diff) | |
Handle out of range on Listbox.Delete(). The Mac OS X exception behavior I previously noted has bene resolved: what happens after exception handling is undefined :|
Diffstat (limited to 'todo.md')
| -rw-r--r-- | todo.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -70,8 +70,6 @@ super ultra important things: (test:17575): Gtk-CRITICAL **: gtk_device_grab_remove: assertion 'GDK_IS_DEVICE (device)' failed ``` 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 |
