-
Notifications
You must be signed in to change notification settings - Fork 50
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
Crosscompile for JS and Native with scala-yaml as the backend #431
Conversation
This is rudimentary support for YAML on JS and Native. We could add much more tests etc., and maybe there are some bugs for edge cases, but this should be fine for the beginning.
See discussions in #186 and #285. I have already published a library based on the scala-yaml backend and I would be happy to move it to the Circe org. I do not recommend mixing multiple backends in the same repository because that creates issues with versioning and compatibility. |
I think this is fine, making a new repository is not worth it. |
Pending bugfix |
Now blocked on |
Great to see effort in this direction. It will be great to have a cross platform support. How would I test 0.15.3, both on JVM and JS? The artifacts are not present in maven (yet?) |
The artifacts are already available: Give them a spin 😉 |
I did not expect a different library name, but it makes sense - and certainly allows me testing. |
This is rudimentary support for YAML on JS and Native. We could add much more tests etc., and maybe there are some bugs for edge cases, but this should be fine for the beginning.
Still Scala Native 0.4.x: