-
Notifications
You must be signed in to change notification settings - Fork 24
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
Scala.js 1.0.0 #78
Comments
Hi, Thanks |
Dear devs, any release of a version supporting scalajs 1.0 on sight? Cheers, |
Hi, I am not actively working on this project currently. Happy to help if you submit a PR though. |
Hi, |
Thanks @mathieuleclaire . I really mean to spend the time to fix the CI setup, but this is a huge pain in the ass, and I am not working on anything Scala at this time. Feel free to give it a shot, otherwise it's going to be whenever I can finally deal with it. |
OK, I will try. But first, the tests themselves failed in sbt. I would need some information to debug:
|
Yes, there is a companion server to run alongside the tests on localhost. |
Yes, thanks. I found it. 51 passed. 1 Failure for the JVM.
|
Update: in the PR #90,
But I still have the same error for the JS tests: |
Probably the changes about the global scope in Scala.js 1.x. See the release notes at https://www.scala-js.org/news/2020/02/25/announcing-scalajs-1.0.0/ |
It seems the node.js dependency is missing. Only the scalajs compilation js is provided in tests and not node.js that the js.native functions are suppose to call. |
Version 3.0.0 should work with Scala.js 1.x. Let me know if there's a problem. |
Hi,
I am currently migrating my stuff to ScalaJS 1.0.0-M3
Some libraries, such as utest already provide support for the upcoming major version:
com-lihaoyi/utest@9ccccc3
Unfortunately I need to switch to some other library in order to get 1.x support. Are you possibly planning on enabling 1.x support any time soon?
Thanks for your work so far!
The text was updated successfully, but these errors were encountered: