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
It seems all the expected hierarchy levels are still there, but either the hierarchy itself changed for real (meaning the test expectation is wrong), or the calculation in identify_hierarchy_dict needs to fix something to take into account the new reality.
The text was updated successfully, but these errors were encountered:
i can confirm the tests failing and, I think, the original author of this test. I'll prepare a PR; getting the maintainers to merge it will be another matter!
java.util.SequencedCollection was introduced as an interface in the Collection -> List hierarchy in Java 21. This meant that Iterable is the highest numbered interface.
When building pyjnius 1.6.1 against newer openjdk (21, 22) in conda-forge, things compile and run fine, with the exception of one test failure:
It seems all the expected hierarchy levels are still there, but either the hierarchy itself changed for real (meaning the test expectation is wrong), or the calculation in
identify_hierarchy_dict
needs to fix something to take into account the new reality.The text was updated successfully, but these errors were encountered: