[New Solver] Type inference for concatenation between string and string | number fails to complete, should infer string. · Issue #1671 · luau-lang/luau · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to concatenate two values, one of type string and other of union type string | number, the solver fails to complete type inference instead of throwing an error or inferring string which is the ideal behavior.
The text was updated successfully, but these errors were encountered:
realkastien
changed the title
Type inference for concatrenation between string and string | number fails to complete, should infer string.
Type inference for concatenation between string and string | number fails to complete, should infer string.
Feb 18, 2025
realkastien
changed the title
Type inference for concatenation between string and string | number fails to complete, should infer string.
[New Solver] Type inference for concatenation between string and string | number fails to complete, should infer string.
Feb 18, 2025
Uh oh!
There was an error while loading. Please reload this page.
When attempting to concatenate two values, one of type string and other of union type string | number, the solver fails to complete type inference instead of throwing an error or inferring string which is the ideal behavior.
The text was updated successfully, but these errors were encountered: