Skip to content

Commit 53ecd90

Browse files
reid-spencerclaude
andcommitted
Bump BAST FORMAT_REVISION to 6
RequireStatement wire format changed (added condition-kind byte) and ReplyStatement is a new subtype (15). Old BAST files are incompatible with this revision. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 51738db commit 53ecd90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • language/shared/src/main/scala/com/ossuminc/riddl/language/bast

language/shared/src/main/scala/com/ossuminc/riddl/language/bast/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ package object bast {
5858
* with revision 0 (pre-check era) will be rejected with a
5959
* clear message.
6060
*/
61-
val FORMAT_REVISION: Short = 5
61+
val FORMAT_REVISION: Short = 6
6262

6363
/** Magic bytes for BAST file identification: "BAST" */
6464
val MAGIC_BYTES: Array[Byte] = Array('B'.toByte, 'A'.toByte, 'S'.toByte, 'T'.toByte)

0 commit comments

Comments
 (0)