Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/bbannier/bump-baselines'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Apr 16, 2024
2 parents f4ff0d0 + 463b28f commit 01ea240
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.11.0-dev.114 | 2024-04-16 09:38:38 +0200

* Bump baselines. (Benjamin Bannier, Corelight)

1.11.0-dev.112 | 2024-04-15 17:22:55 +0200

* Update NEWS with a list of incompatibilities compared to previous version. (Robin Sommer)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0-dev.112
1.11.0-dev.114
4 changes: 2 additions & 2 deletions tests/Baseline/spicy.types.unit.params-inout-fail/output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
[error] <...>/params-inout-fail.spicy:10:15-10:30: unsupported type for unit parameter 'n' (type of inout unit parameters must itself be a unit; for other parameter types, use references instead of inout)
[error] <...>/params-inout-fail.spicy:12:15-12:29: unsupported type for unit parameter 'n' (type of inout unit parameters must itself be a unit; for other parameter types, use references instead of inout)
[error] <...>/params-inout-fail.spicy:10:15-10:30: unsupported type for unit parameter 'n': type of inout unit parameters must itself be a unit; for other parameter types, use references instead of inout
[error] <...>/params-inout-fail.spicy:12:15-12:29: unsupported type for unit parameter 'n': type of inout unit parameters must itself be a unit; for other parameter types, use references instead of inout
[error] spicyc: aborting after errors
2 changes: 1 addition & 1 deletion tests/Baseline/spicy.types.unit.params-sink-fail-2/output
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
[error] <...>/params-sink-fail.spicy:4:15-4:27: unsupported type for unit parameter 's' (type of inout unit parameters must itself be a unit; for other parameter types, use references instead of inout)
[error] <...>/params-sink-fail.spicy:4:15-4:27: unsupported type for unit parameter 's': type of inout unit parameters must itself be a unit; for other parameter types, use references instead of inout
[error] spicy-driver: aborting after errors

0 comments on commit 01ea240

Please sign in to comment.