-
Notifications
You must be signed in to change notification settings - Fork 323
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
Unexpected comparator warning in Vector_Spec
#10610
Comments
I'll take a look. I guess this is related to my changes in comparators: |
This problem shall be fixed by 7082e49 The 11th warning, which appears there is |
Thanks for the investigation and the fix! Btw. even if there's more than 1 comparator, isn't the 'Different comparators' warning a bit redundant with the Also, I did not notice that back then, but it looks like we are attaching a raw |
Hello Radek.
I don't have any strong opinion here. CCing @Akirathan
I don't have any strong opinion here either. I guess it is in lib teams hands to change the API the way you like. It is on border with engine, but the actual thrown exception shouldn't affect the engine at all. |
I've been getting a following test failure intermittently:
After adding the
with_clue
showing the warnings, I think the problem is that we are getting an additional, unexpected warning:Different comparators: [Standard.Base.Internal.Ordering_Helpers.Default_Comparator]
.The message itself is weird - it says there are different comparators - but it lists only one comparator (so what is different? I imagine there can be different ones if there is at least 2) and it is the
Default_Comparator
anyway.After a clean build, I was no longer able to reproduce this locally, but I was again getting it on CI for #10576
Ideally we should try to understand why this was happening and if a fix is needed.
The text was updated successfully, but these errors were encountered: