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

Scala Native support #360

Closed
bphenriques opened this issue Feb 17, 2023 · 2 comments
Closed

Scala Native support #360

bphenriques opened this issue Feb 17, 2023 · 2 comments

Comments

@bphenriques
Copy link

Add support for Scala-Native similarly to circe/circe#1077

I have limited knowledge on how to add support for Scala Native but it is something I am available to explore (following circe/circe#2017 as a starting point). Would that be too tricky?

I am exploring a native application that reads YAML file and this library would come in handy.

@armanbilge
Copy link

Unfortunately Scala Native support for this project is impossible, because this uses a Java dependency for Yaml.

The good news is that I've now published a fork of this lib that uses Virtus Lab Scala Yaml and is cross-published for Scala Native (and Scala.js).

https://github.com/armanbilge/circe-scala-yaml

See also:

@bphenriques
Copy link
Author

Thank you, I will take a look 👍

@bphenriques bphenriques closed this as not planned Won't fix, can't repro, duplicate, stale Feb 19, 2023
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

No branches or pull requests

2 participants