Skip to content
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

Java Object interopt changed in Scala 2.13.0 #35

Open
ekrich opened this issue Jun 11, 2019 · 0 comments
Open

Java Object interopt changed in Scala 2.13.0 #35

ekrich opened this issue Jun 11, 2019 · 0 comments

Comments

@ekrich
Copy link
Owner

ekrich commented Jun 11, 2019

This is more just an advisory issue that could be updated and released if older versions like Scala 2.11 and 2.12 get dropped.

Change in Scala 2.13: scala/scala#7966

Code affected: https://github.com/ekrich/sconfig/blob/master/sconfig/shared/src/main/scala/org/ekrich/config/impl/SimpleConfigList.scala#L270

Potential change:

From: override def toArray[T](a: Array[T with Object]): Array[T with Object] =???
To: override def toArray[T <: Object](a: Array[T]): Array[T] = ???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant