koka-lang / koka

Koka language compiler and interpreter
http://koka-lang.org
Other
3.16k stars 151 forks source link

Vector OOB fix #410

Closed TimWhiting closed 5 months ago

TimWhiting commented 6 months ago

403, but with additional C support, and a test

daanx commented 5 months ago

Thanks Tim! I fixed it by not using externals (in the future we should look at better codegen overall for vectors and bytes). Added your test as well.