Jarvis Carroll

Results 3 issues of Jarvis Carroll

### Describe the bug When importing `time` and compiling with `-autofree`, if `main` returns, then during `_vcleanup` the program tries to call `array_free` on `_const_time__long_days`, which is a fixed sized...

Bug
OS: Windows
Autofree

### Describe the bug When declaring a fixed size array that requires some kind of cleanup, using `-autofree` causes cgen to call `array_free` on the array itself. This bug can...

Bug
OS: Windows

### Describe the bug When defining higher order functions with a generic type parameter, the first instance of the higher order function works fine, but subsequent instances get confused what...

Bug
Unit: Checker