Eric K Richardson
Eric K Richardson
Here is an issue I submitted to `utest` where Scala Native is not super friendly to the library. This may help influence design decisions . https://github.com/lihaoyi/utest/issues/118
Nesting of extern can be inside object but not class. See `scala.scalanative.unsafe.ExternTest` for example. Switching to JUnit required moving them to the top scope.
Here is a little sandbox code for a `@struct` test that passes and receives a `struct` that could be used for testing. ```scala import scalanative.unsafe.extern import scalanative.unsafe.CFloat import scala.scalanative.runtime.struct import...
Is it possible to use a different method to get the codepoints? Maybe something like the following could work? ```scala scala> "A\u00ea\u00f1\u00fcC".map(_.toInt).toArray res4: Array[Int] = Array(65, 234, 241, 252, 67)...
When I created a fork after porting the code to Scala, I was told I needed to change the package which I did. (org.ekrich). I just named the project `sconfig`...
Not so far back Lightbend transferred Play Framework to the community so maybe they could do that for Config as well. https://www.lightbend.com/blog/on-the-future-of-play-framework https://discuss.lightbend.com/t/on-the-future-of-play-framework/8920/2
If you are in pure Scala environment you could consider trying out ekrich/sconfig. Most of the changes and fixes have not been ported across but that or other bugs could...
The documentation is pretty good but it doesn't seem you can do what you are asking - https://github.com/lightbend/config#uses-of-substitutions
Looks like those job logs need to be a gist in the future.
I have removed tags before and re-added them to force a new publish.