-
-
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
Assertion when precompiling CSV in debug mode #28213
Comments
Note that this is actually while precompiling DataFrames which itself is de-serializing StatsBase. |
Ah yes, looks like the same bug. |
In any case:
so the typemap entry was deleted, but the corresponding linfo was not. cc @vtjnash who added this assertion. |
Keno
added a commit
that referenced
this issue
Jul 20, 2018
This assertion was added in #27568. However from my understanding the first part of the assertion is wrong, since that PR added logic to mark deleted typemap entries as min_world 0, max_world 1. It seems valid for a typemap entry to be deleted, even if the referenced (while the reverse does not seem valid). Fixes #28213
Ok, I think the assertion was just wrong. Fixing that gets us to another assertion that @JeffBezanson says he has a fix to. |
Fix for that is in #28216. |
Keno
added a commit
that referenced
this issue
Jul 21, 2018
This assertion was added in #27568. However from my understanding the first part of the assertion is wrong, since that PR added logic to mark deleted typemap entries as min_world 0, max_world 1. It seems valid for a typemap entry to be deleted, even if the referenced (while the reverse does not seem valid). Fixes #28213
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: