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.

This commit is contained in:
Pietro Gagliardi 2014-04-10 20:52:12 -04:00
parent d6abf79932
commit e713b59bec
1 changed files with 0 additions and 1 deletions

View File

@ -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?