vegorov-rbx

Results 18 comments of vegorov-rbx

This PR is missing tests (in Transpiler.test.cpp). It's not obvious what code was even transpiled incorrectly.

> This also fails for type intersections, potentially related to the same issue, but may be separate? I want to note that this is fixed in the new typechecker, hope...

Our current type inference is greedy and will commit to the first table indexer value type as soon as it sees one. I would not expect this to be fixed...

This is fixed under an experimental flag `LuauInstantiateInSubtyping`. To enable it, add `LUAU_FASTFLAG(LuauInstantiateInSubtyping)` to your .cpp file and set `FFlag::LuauInstantiateInSubtyping.value = true;` once, before initializing Luau.

This is a cool idea and it was mentioned in the RFC: ``` 3. Formatting specification may follow after the expression, delimited by an unambiguous character. * Restriction: the formatting...

Closing this because we do not have plans to support optional parameters at this time (and the issue is 21 months old at this point). Suggestion like this will need...