You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is creating an issue since maps now inherit from Value, so the method shouldOrderValuesCorrectly is failing. I do not get the concept of ordering values and why map should be the last element on the list...
Seems like MapValue was expected (when it inherited from VirtualValue) to be smaller than any other Value... just because. The comparison is made in AnyValueComparator.java.
The text was updated successfully, but these errors were encountered:
In the class
AnyValueComparatorTest
,This is creating an issue since maps now inherit from
Value
, so the methodshouldOrderValuesCorrectly
is failing. I do not get the concept of ordering values and why map should be the last element on the list...Seems like
MapValue
was expected (when it inherited fromVirtualValue
) to be smaller than any otherValue
... just because. The comparison is made in AnyValueComparator.java.The text was updated successfully, but these errors were encountered: