-
Notifications
You must be signed in to change notification settings - Fork 21
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
Cannot compile PureConfig with SHocon instead of typesafe config #10
Comments
Thanks a lot for this report!
|
@andreaTP did you find 10 minutes to have a look at this? |
TBF I'm not sure it makes sense to implement the missing Java shims so that PureConfig can then turn them back into its own internal AST repr :P it would make sense to target SHocon's own native API or to agree upon a common repr we can use both :-) |
I'm trying to pull off the same thing for zio-config and running into the same problems.
|
Hi @nightscape !
All in all looks pretty doable to me having time to spend on the subject(e.g. carefully reading the specification and the code of the original implementation, checking edge cases etc.. ). I'm not really focused on improving this library by myself at this point (and have other priorities), but I'm available for guidance/merging PRs/releasing accordingly if anyone wants to pick up the challenge! |
@andreaTP thanks for the estimation & tips! |
I've tried to use shocon as replacement for typesafe config as backend of
pureconfig
. I've pushed the branchtry_shocon_as_backend
if you are interested. The project doesn't compile because shocon API is missing some parts of typesafe config API.To reproduce, just run
sbt "++ 2.12.1 core/compile"
. The error list isThe text was updated successfully, but these errors were encountered: