-
Notifications
You must be signed in to change notification settings - Fork 159
ScalaJS CrossProject incompatible issue #111
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
Comments
👍 |
1 similar comment
+1 |
💯 |
Stumbled upon it here too: |
I am fairly sure that this issue has actually been fixed in Scala.js; just make sure you're using Scala.js v0.6.4 rather than v0.6.3 (which I believe is still mentioned in some of the Scala.js sample material). |
I was using scalajs 0.6.3 indeed (I switched to 0.6.4 a few minutes ago). |
This is better with scalajs 0.6.4 (and SBT 0.13.8 / scala 2.11.7, I can get a report for JVM projects at least). @hawkw Thanks! |
I can confirm that this seems to be working for me too with Scala.js 0.6.4. |
This seems to have been fixed. If there is still an issue here, please do comment back. |
The ScalaJS
CrossProject
class "shares" code between JS/JVM builds by adding a path to the build. This causes the build to fail and in this case we only build fro JVM:ref https://travis-ci.org/InTheNow/cats/builds/64943666
CC @sjrd
The text was updated successfully, but these errors were encountered: