-
-
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
Wrapping NamedTuple in struct is no longer bitstype in 1.7 #43411
Comments
I'm surprised this is for 1.8? It causes pretty significant performance regressions. Yes there are workarounds, but that's a lot of work for anybody who is affected now. In my case, I maybe ended up too trusting and started building 1.7 features into my codes; I can't go back to 1.6. |
1.7 is already released so I don't know what putting a 1.7 milestone would mean. Of course the fix can be backported to 1.7 when available. |
I see so that still goes with a 1.8 label, sorry. I’ll keep an eye on that then. |
(cherry picked from commit f20d5de)
(cherry picked from commit f20d5de)
(cherry picked from commit f20d5de)
cf brief discussion on discourse
This bug(?) occurs on 1.7 but not on 1.6:
But if the wrapper is defined differently then the
isbits == true
is recovered:Because of this, it is easy enough to produce a work-around, but it feels like that shouldn't be necessary and the behaviour described above should not occur?
(built from source)
The text was updated successfully, but these errors were encountered: