You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide for better Platform support and testing (#350)
* Add classes to allow migrations of methods to specific platforms
* Move some common methods
* Move platform to config package
* Shared JVM Native tests work
* Move parseString to common
* Works good for all platforms, stub for JvmNative
* Add two Reader tests to Native
* Make default build 2.13 and rename ConfigDocumentTest to ConfigDocumentFactoryTest
* Move ConfigFactoryTests to impl like other tests
* Move tests from ConfigTest to ConfigFactoryJvmTest and then ConfigTest to shared
* Make test class names singular
* Checkpoint commit for ConfigOrigin setup
* Update to more shared tests, add URL for Native, from 189 to 228 tests for Native
* Add env vars to shared in anticipation of using them in Native or JS
* Move ConfigSubstitutionTests to shared
* Json4s almost works
* Json4s cleanup
* Got json4s test to work
* Make comments generic
* Json4sTest is now cross platform
* Small updates, JS setting commented out
* Upgrade to new version of json4s to fix JS ClassCastException problem
* Upgrade Scala.js to 1.15.0, allow Reader tests now
* Update docs and readme for release
0 commit comments