nothing

Results 13 issues of nothing

As of version 0.662, the following types crash the new solver, with the message "Internal recursion counter limit exceeded". ```luau --InternalCompilerError: Internal recursion counter limit exceeded type a = {a}...

bug
new solver

As of version 0.661, type refinements do not work inside loops if the variable is an upvalue. Removing the loop or bringing the variable into the same scope fixes the...

bug
new solver

As of version 0.658, the following two cases crash the new solver, regardless of strict mode being used. Due to `typeof` being used recursively this should produce a type error...

bug
new solver