Eric K Richardson
Eric K Richardson
Status of `sconfig` - https://github.com/ekrich/sconfig/pull/139
I have released a version of `java.time`, [`sjavatime`](https://github.com/ekrich/sconfig), and a new version of [`sconfig`](https://github.com/ekrich/sconfig) that should be ready and not be blocking this anymore.
I wanted to point out this although I am not sure if it has been solved or not yet - https://github.com/scala-native/scala-native/issues/1575 The compilation error should be fixed in master -...
@tgodzik Let me know if you need any help.
I’ll have to look at that later today. I could have missed something there or something changed in Scala Native.
Scala Native still has an empty `URL` class. Do you mind trying `nativeLinkStubs := true` in the build. The `URI.toURL` method is a stub in Scala Native. ```Scala @scalanative.annotation.stub def...
@tgodzik if you could only call `ConfigFactory.parseString`, I think it would work. `parseFile` can read `URL`s from the file and `URL` is a mine field in Scala Native and Scala.js...
We do support `java.lang.Process` and `java.lang.ProcessBuilder`. I looked and it seems that `scala.sys.process.ProcessImpl` requires threads.
What is the issue with `scala.scalanative.nio.fs.UnixFileSystem.getPathMatcher`? cc/ Our regex expert @LeeTibbert
I tried this approach and it didn't got that well. Maybe I didn't use the case class approach and that caused the issues I was having on the clone that...