-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
fix infinite recursion in typeRel #15241
Conversation
@jcosborn FYI the snippet I mentionede here #15211 (comment) isn't supposed to compile, its supposed to say You can specify that in the test file like so: discard """
errormsg: "expression 'prepareTileset(parsedTileset)' has no type (or is ambiguous)"
line: 13
""" |
It works fine for me (no error) when I run the test on its own. I don't know why CI fails when it is included in megatest. |
Oh, yeah sorry. You are right it should compile just fine. |
|
* fix generic constraints Co-authored-by: James Osborn <osborn@Jamess-MacBook-Pro.local>
No description provided.