-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
DataType not contained in roots of Method #44344
Comments
FWIW, that test just exploits Dict as a convenient example of code where compilation creates new roots. It would be fine to change that test to something else that does the same thing. Codegen root-creation is in Lines 2368 to 2389 in 9b8253c
and compression root-generation is in Line 58 in 9b8253c
which calls Lines 1049 to 1063 in 9b8253c
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While working on PR #44332 I found that there is a problem that
struct X
is not in the roots ofsetindex!
Method. So, I've prepared MWE to demonstrate the issue. Not sure, if this is a bug or not. (The failing CI test comes originally from #43793.)Outputs:
The text was updated successfully, but these errors were encountered: