akka-js / shocon

Simple pure-scala Typesafe HOCON implementation using FastParse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maximum String literal length exceeded

2m opened this issue · comments

When compiling a project that depends on Akka Http. The concatenated shocon.conf is just over 2000 lines.

this is totally possible indeed, I'm working on moving at compile time the load of the configuration, this will save space.

I published from this branch: https://github.com/akka-js/shocon/tree/macroTime
version 0.3.0-SNAPSHOT, would you mind to give it a spin?

Where did you publish it? And is the version rather 0.3.0-PERF?

published as 0.3.0-SNAPSHOT in Resolver.sonatypeRepo("snapshots")
is it still no available in Maven central?
(here: https://oss.sonatype.org/content/repositories/snapshots/org/akka-js/)

Tried it out and it worked like a charm!

Great to hear! can we close this?
(b.t.w. interested if the project you are referring is open source ...)

Yea. We can close this ticket with a milestone of the next release.

Yea, the project I am playing with is a twitter bot that uses Akka: https://github.com/2m/kabrioletas

I was using this project as an excuse to try out GraalVM and its native-image building functionality. And the first line of "defence" I found was typesafe-config usage of Classloaders which I tried to workaround by replacing it with shocon.

0.3.1 release today, sorry for the delay I just wanted to clean up my macro implementation :-)

This should be assigned to 0.3.1 milestone.

done thanks :-)