teal-language / tl

The compiler for Teal, a typed dialect of Lua
MIT License
2.13k stars 107 forks source link

assertion failed in upvalue get_typenum #611

Closed eigenbom closed 1 year ago

eigenbom commented 1 year ago

I was experimenting with tl and the vscode plugin, i began to type local type vec3 = and upon entering another character (e.g., "r") the tl compiler crashed with the following assert:

image

hishamhm commented 1 year ago

@eigenbom Thank you for reporting! This will be fixed by #612!

eigenbom commented 1 year ago

Thx Hisham :)