Kevin Cathcart

Results 24 comments of Kevin Cathcart

While fixing swc to not use this much stack for such parsers is the arguable correct fix, I believe Deno can can avoid this (and other stack related crashes) on...

I've heard that even with setting the stack size limit to unlimited on macOS, it will limit it at 64 MB for the main thread. Windows does not have any...

Testing the with native "swcx compile" command and the module in question, and it crashed with stack overflow in versions 1.3.3 and older. version 1.3.4 panics about accessing a thread...

If I understand correctly, this specification would not enable users to do: ```c# foreach(int digit in isEven ? [0,2,4,6,8] : [1,3,5,7,9] ) {...} ```` That is because the proposed changes...