Erik Corry
Erik Corry
``` main: foo := non_nullable while foo: foo = nullable non_nullable -> int: return 1 nullable -> int?: return null ``` This runs, and doesn't catch the place where we...
There's no -at version of mkdtemp like (openat is a version of open with an explicit 'current directory'). Context: Because there are multiple Toit processes in one Unix process, we...
The executable name is ignored, and the zeroth argument is always used. This is not a huge issue, and it only affects `fork` from the os.pipe package. The others, like...
Absolute paths that are longer than about 260 characters don't work. This is made worse by the fact that we always use absolute paths, so chdir does not help. Modern...
At the moment the push routines take just 'w' which is used both as the width of the image and it is multiplied by 4 to give the distance in...
Removes the blank line at the top when starting up t-rec in quite mode.
This also moves us to the latest 12.9 patch level of V8.