-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Failure in pkg tests #20566
Comments
doesn't fail with a 4-day-old master, so cc @carlobaldassi |
bisects to d054d36 - must be changes in metadata hitting new code paths that weren't causing a problem until now |
Sorry, not sure how I missed this... |
thanks for the fix. is it possible for the metadata situation that caused this to change and no longer cause an issue with the old code? if so, a targeted test might be good if possible to write one |
Merged
carlobaldassi
added a commit
that referenced
this issue
Feb 13, 2017
* Enforce VectorSet normalization in constructor (fixes equality testing) * Improve VectorSet normalization code (faster, fewer allocations), * Test VectorSet intersections (including the empty cases which were at the root of issue #20566)
carlobaldassi
added a commit
that referenced
this issue
Feb 14, 2017
* Enforce VectorSet normalization in constructor (fixes equality testing) * Improve VectorSet normalization code (faster, fewer allocations), * Test VectorSet intersections (including the empty cases which were at the root of issue #20566) * Change VectorSet printing to avoid unicode on Windows
tkelman
pushed a commit
that referenced
this issue
Feb 14, 2017
* Enforce VectorSet normalization in constructor (fixes equality testing) * Improve VectorSet normalization code (faster, fewer allocations), * Test VectorSet intersections (including the empty cases which were at the root of issue #20566) * Change VectorSet printing to avoid unicode on Windows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following error is showing up in CI on all platforms:
The text was updated successfully, but these errors were encountered: