We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c95664 commit 9bf4b48Copy full SHA for 9bf4b48
3 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.5.10
2
+* Make sure --broken-assertion-logic is set in SjsonnetMain.
3
+
4
## 0.5.9
5
* Add more cases to handle properly when --broken-assertion-logic is set
6
sjsonnet/src-jvm-native/sjsonnet/SjsonnetMainBase.scala
@@ -285,7 +285,7 @@ object SjsonnetMainBase {
285
settings = new Settings(
286
preserveOrder = config.preserveOrder.value,
287
strict = config.strict.value,
288
- throwErrorForInvalidSets = config.throwErrorForInvalidSets.value
+ throwErrorForInvalidSets = config.throwErrorForInvalidSets.value,
289
brokenAssertionLogic = config.brokenAssertionLogic.value
290
),
291
storePos = (position: Position) => if (config.yamlDebug.value) currentPos = position else (),
sjsonnet/version
@@ -1 +1 @@
-0.5.9
+0.5.10
0 commit comments