From e713b59bece37a966610f1d705ce9b7377c70aa0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 10 Apr 2014 20:52:12 -0400 Subject: [PATCH] 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. --- todo.md | 1 - 1 file changed, 1 deletion(-) 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?