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
the problem is split packages. if this code wasn't under scala.collection, we'd be fine. see #51 for (and linked tickets) for gory details
we (the core Scala team) don't plan to tackle this ourselves, but we're open to receiving a pull request on it
comment removed from build.sbt:
// TODO: osgi settings; not trivial because of split packages. // See https://github.com/scala/scala-collection-compat/pull/226 // and https://github.com/scala/scala-collection-contrib/issues/51 // (and issues linked from 51) // OsgiKeys.exportPackage := Seq(s"scala.collection.*;version=${version.value}"),
The text was updated successfully, but these errors were encountered:
the problem is split packages. if this code wasn't under
scala.collection
, we'd be fine. see #51 for (and linked tickets) for gory detailswe (the core Scala team) don't plan to tackle this ourselves, but we're open to receiving a pull request on it
comment removed from build.sbt:
The text was updated successfully, but these errors were encountered: