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
Background
When testing https://github.com/ekrich/sconfig with Java 21 and Scala 3.3.4, it seems the the above class is needed at least for the code in this project.
I was unable to create a reproducer. I was unable to see the problem with Scala 2.12 or 2.13. See the following issue: ekrich/sconfig#398. The issue seems to be the code related to java.util.ArrayList which implements java.util.List which extends java.util.SequencedCollection on Java.
The text was updated successfully, but these errors were encountered:
Closing as completed by #5075. Although that PR does not provide any of the methods of the new traits, it should be enough to avoid the linking issues mentioned in the issue description.
If the methods are desirable, feel free to open a separate issue.
See https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/SequencedCollection.html
Background
When testing https://github.com/ekrich/sconfig with Java 21 and Scala 3.3.4, it seems the the above class is needed at least for the code in this project.
I was unable to create a reproducer. I was unable to see the problem with Scala 2.12 or 2.13. See the following issue: ekrich/sconfig#398. The issue seems to be the code related to
java.util.ArrayList
which implementsjava.util.List
which extendsjava.util.SequencedCollection
on Java.The text was updated successfully, but these errors were encountered: