diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-10 20:52:12 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-10 20:52:12 -0400 |
| commit | e713b59bece37a966610f1d705ce9b7377c70aa0 (patch) | |
| tree | 8a2116e025f15643dfee6c8b161442e368a68d9d | |
| parent | d6abf79932d5c1dc74c52beffd6fb1e6359c04cf (diff) | |
Removed TODO about Windows -1 conversions, as the Go spec specifically says that signed values are sign-extended to the full size of the type to convert to (and even shows an example of this), so the code we have was correct, not just working out of luck.
| -rw-r--r-- | todo.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ so I don't forget: - describe thread-safety of Area.SetSize() -- should all instances of -1 as error returns from Windows functions be changed to ^0 or does the uintptr() conversion handle sign extension? important things: - I think Cocoa listbox item text is too low? |
