summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-10 20:52:12 -0400
committerPietro Gagliardi <[email protected]>2014-04-10 20:52:12 -0400
commite713b59bece37a966610f1d705ce9b7377c70aa0 (patch)
tree8a2116e025f15643dfee6c8b161442e368a68d9d
parentd6abf79932d5c1dc74c52beffd6fb1e6359c04cf (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.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index 71425a0..d4c740a 100644
--- a/todo.md
+++ b/todo.md
@@ -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?