We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devforum link: https://devforum.roblox.com/t/generic-types-have-leaks-issues-since-last-update-breaking-previously-valid-code/1794230
The text was updated successfully, but these errors were encountered:
Edit2: There seems to be unit tests coming very close to this issue, but passing just barely.
This unit test requires that the code has errors. It does in fact have a warning, but for the wrong reason. And types are still leaking.
Sorry, something went wrong.
OK, I tracked this down to https://github.com/Roblox/luau/blob/ab4bb355a3f261d18ae8c0d09ce44a7af67ecaf9/Analysis/src/TypeInfer.cpp#L5395-L5397 Hopefully nothing is relying on this bug compatibility.
@ambers-careware I'd like to check your examples in as unit tests. Are you OK with the examples being MIT licensed?
Yep, feel free to use!
Thanks!
asajeffrey
Successfully merging a pull request may close this issue.
Devforum link: https://devforum.roblox.com/t/generic-types-have-leaks-issues-since-last-update-breaking-previously-valid-code/1794230
The text was updated successfully, but these errors were encountered: