awmorgan
awmorgan
**Describe the bug** I ran the stbds_unit_test and it failed **To Reproduce** Compile the test with this OS and compiler. MacOS: ``` /Volumes/git/stb (master)*$ uname -v Darwin Kernel Version 20.6.0:...
Minor readme grammar fixes. Fixed readme code samples. Add the fire :)
I originally noticed this issue while investigating another issue: https://github.com/tinygo-org/tinygo/issues/3771#issuecomment-1585869068 this is a small reproducer: ``` /Volumes/git/tinygo/x (dev)*$ uname -v Darwin Kernel Version 20.6.0: Thu Mar 9 20:39:26 PST 2023;...
This code will cause an infinite loop and the program will print item 1 over and over and never print item 2. ``` var i = $I(1); var t1 =...