We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7859783 commit 8e13eb6Copy full SHA for 8e13eb6
build.mill
@@ -317,7 +317,7 @@ object sjsonnet extends VersionFileModule {
317
"--initialize-at-build-time",
318
"--initialize-at-run-time=os.package$",
319
"--install-exit-handlers",
320
- "-H:+ReportExceptionStackTraces",
+ "-H:+ReportExceptionStackTraces"
321
)
322
}
323
sjsonnet/src/sjsonnet/Settings.scala
@@ -4,7 +4,7 @@ package sjsonnet
4
* Settings for the interpreter. This is a subset of Config which is used in the inner layers of the
5
* interpreters and shared between all platforms.
6
*/
7
-class Settings(
+case class Settings(
8
val preserveOrder: Boolean = false,
9
val strict: Boolean = false,
10
val throwErrorForInvalidSets: Boolean = false,
0 commit comments