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:
parent
d6abf79932
commit
e713b59bec
1
todo.md
1
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?
|
||||
|
|
Loading…
Reference in New Issue