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

Add scala 2.13 to quill #260

Merged
merged 1 commit into from
Dec 1, 2019
Merged

Add scala 2.13 to quill #260

merged 1 commit into from
Dec 1, 2019

Conversation

gabfssilva
Copy link
Contributor

No description provided.

@lloydmeta
Copy link
Owner

Looks like this doesn't quite compile on < 2.13

[error] org.scalajs.core.ir.IRVersionNotSupportedException: Failed to deserialize info of file compiled with Scala.js 0.6.29 (supported: 0.6.0, 0.6.13, 0.6.3, 0.6.17, 0.6.4, 0.6.6, 0.6.14, 0.6.8, 0.6.5, 0.6.15): /home/travis/.ivy2/cache/io.getquill/quill-core_sjs0.6_2.12/jars/quill-core_sjs0.6_2.12-3.4.10.jar:io/getquill/CamelCase$.sjsir
2801[error] 	at org.scalajs.core.tools.io.VirtualSerializedScalaJSIRFile.info(VirtualFiles.scala:165)
2802[error] 	at org.scalajs.core.tools.io.VirtualSerializedScalaJSIRFile.info$(VirtualFiles.scala:156)
2803[error] 	at org.scalajs.core.tools.io.MemVirtualSerializedScalaJSIRFile.info(MemFiles.scala:107)
2804[error] 	at org.scalajs.core.tools.io.IRFileCache$PersistentIRFile.<init>(IRFileCache.scala:247)
2805[error] 	at org.scalajs.core.tools.io.IRFileCache$PersistedFiles.$anonfun$update$5(IRFileCache.scala:222)
2806[error] 	at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:233)
2807[error] 	at scala.collection.immutable.List.foreach(List.scala:388)
2808[error] 	at scala.collection.TraversableLike.map(TraversableLike.scala:233)
2809[error] 	at scala.collection.TraversableLike.map$(TraversableLike.scala:226)
2810[error] 	at scala.collection.immutable.List.map(List.scala:294)
2811[error] 	at org.scalajs.core.tools.io.IRFileCache$PersistedFiles.update(IRFileCache.scala:222)
2812[error] 	at org.scalajs.core.tools.io.IRFileCache$Cache.$anonfun$update$2(IRFileCache.scala:100)
2813[error] 	at scala.collection.immutable.List.foreach(List.scala:388)
2814[error] 	at org.scalajs.core.tools.io.IRFileCache$Cache.$anonfun$update$1(IRFileCache.scala:87)
2815[error] 	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
2816[error] 	at org.scalajs.core.tools.io.IRFileCache.org$scalajs$core$tools$io$IRFileCache$$clearOnThrow(IRFileCache.scala:283)
2817[error] 	at org.scalajs.core.tools.io.IRFileCache$Cache.update(IRFileCache.scala:84)
2818[error] 	at org.scalajs.core.tools.io.IRFileCache$Cache.cached(IRFileCache.scala:80)
2819[error] 	at org.scalajs.sbtplugin.ScalaJSPluginInternal$.$anonfun$scalaJSConfigSettings$10(ScalaJSPluginInternal.scala:493)
2820[error] 	at sbt.internal.util.Attributed.map(Attributes.scala:267)
2821[error] 	at org.scalajs.sbtplugin.ScalaJSPluginInternal$.$anonfun$scalaJSConfigSettings$7(ScalaJSPluginInternal.scala:493)
2822[error] 	at scala.Function1.$anonfun$compose$1(Function1.scala:44)
2823[error] 	at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:40)
2824[error] 	at sbt.std.Transform$$anon$4.work(System.scala:67)
2825[error] 	at sbt.Execute.$anonfun$submit$2(Execute.scala:269)

@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.313% when pulling 7bb58ab on gabfssilva:master into 754ac55 on lloydmeta:master.

@gabfssilva
Copy link
Contributor Author

It seems it failed because of slick. Don't know why.

@lloydmeta lloydmeta merged commit 4c60465 into lloydmeta:master Dec 1, 2019
@lloydmeta
Copy link
Owner

@gabfssilva thanks for this, just pushed 1.5.15 of this integration to Maven Central.

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

Successfully merging this pull request may close these issues.

3 participants