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
karl-police
changed the title
PrimitiveTypeConstraint issue, where it blocks its own constraint
PrimitiveTypeConstraint issue, where it blocks its own constraint ConstraintSolvingIncompleteError
Sep 12, 2024
https://discord.com/channels/385151591524597761/1283231116387680388
This triggers
Type '"Windows"' could not be converted into '("Windows" <: 'a <: string)'
and many more
The issue is that this assignment is not resolving into
string
, hence why that typemismatch error happens.This is the Solver JSON for it: https://paste.ivr.fi/amidomibop.json
Other
I tried this change.
This worked until it triggered an error on a different Unit Test.
https://luau-lang.github.io/dcr-timetraveler/
Which was the Unit Test
string_singleton_in_if_statement2
JSON Files for DCR Time Traveler:
Broken version from attempted change: https://paste.ivr.fi/raw/hihusokaba
Without the changes: https://paste.ivr.fi/raw/abamihisos
The text was updated successfully, but these errors were encountered: