Skip to content

Commit 3f199ff

Browse files
rv-jenkinsrv-auditorvirgil-serbanuta
authored
Update dependency: deps/pyk_release (#588)
* deps/pyk_release: Set Version v0.1.663 * pykwasm/: sync poetry files v0.1.663 * deps/k_release: sync release file version 6.3.17 * Set Version: 0.1.12 * deps/pyk_release: Set Version v0.1.664 * pykwasm/: sync poetry files v0.1.664 * deps/k_release: sync release file version 6.3.18 * deps/pyk_release: Set Version v0.1.665 * pykwasm/: sync poetry files v0.1.665 * deps/pyk_release: Set Version v0.1.666 * pykwasm/: sync poetry files v0.1.666 * deps/pyk_release: Set Version v0.1.667 * pykwasm/: sync poetry files v0.1.667 * deps/pyk_release: Set Version v0.1.668 * pykwasm/: sync poetry files v0.1.668 * deps/pyk_release: Set Version v0.1.669 * pykwasm/: sync poetry files v0.1.669 * deps/k_release: sync release file version 6.3.20 * deps/pyk_release: Set Version v0.1.670 * pykwasm/: sync poetry files v0.1.670 * deps/k_release: sync release file version 6.3.21 * deps/pyk_release: Set Version v0.1.671 * pykwasm/: sync poetry files v0.1.671 * deps/pyk_release: Set Version v0.1.672 * pykwasm/: sync poetry files v0.1.672 * deps/pyk_release: Set Version v0.1.673 * pykwasm/: sync poetry files v0.1.673 * deps/pyk_release: Set Version v0.1.674 * pykwasm/: sync poetry files v0.1.674 * deps/k_release: sync release file version 6.3.23 * deps/pyk_release: Set Version v0.1.675 * pykwasm/: sync poetry files v0.1.675 * deps/k_release: sync release file version 6.3.24 * deps/pyk_release: Set Version v0.1.676 * pykwasm/: sync poetry files v0.1.676 * deps/k_release: sync release file version 6.3.25 * deps/pyk_release: Set Version v0.1.677 * pykwasm/: sync poetry files v0.1.677 * deps/pyk_release: Set Version v0.1.678 * pykwasm/: sync poetry files v0.1.678 * deps/pyk_release: Set Version v0.1.679 * pykwasm/: sync poetry files v0.1.679 * deps/pyk_release: Set Version v0.1.680 * pykwasm/: sync poetry files v0.1.680 * deps/pyk_release: Set Version v0.1.681 * pykwasm/: sync poetry files v0.1.681 * deps/pyk_release: Set Version v0.1.682 * pykwasm/: sync poetry files v0.1.682 * deps/pyk_release: Set Version v0.1.683 * pykwasm/: sync poetry files v0.1.683 * deps/pyk_release: Set Version v0.1.684 * pykwasm/: sync poetry files v0.1.684 * Fix list klabels --------- Co-authored-by: devops <[email protected]> Co-authored-by: Virgil <[email protected]>
1 parent c29dcba commit 3f199ff

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The exception is for characters that are explicitly escaped which can represent
5353
syntax String ::= #parseWasmString ( WasmStringToken ) [function, total, hook(STRING.token2string)]
5454
// ----------------------------------------------------------------------------------------------------------
5555
56-
syntax DataString ::= List{WasmString, ""} [klabel(listWasmString)]
56+
syntax DataString ::= List{WasmString, ""} [symbol(listWasmString), terminator-symbol(".List{\"listWasmString\"}")]
5757
// -------------------------------------------------------------------
5858
```
5959

@@ -74,7 +74,7 @@ Element Segment is a list of indices.
7474
It is used when initializing a WebAssembly table, or used as the parameter of the `br_table` function.
7575

7676
```k
77-
syntax ElemSegment ::= List{Index, ""} [klabel(listIndex)]
77+
syntax ElemSegment ::= List{Index, ""} [symbol(listIndex), terminator-symbol(".List{\"listIndex\"}")]
7878
// ----------------------------------------------------------
7979
```
8080

@@ -104,7 +104,7 @@ WebAssembly has three kinds of [Value types](https://webassembly.github.io/spec/
104104
There are two basic type-constructors: sequencing (`[_]`) and function spaces (`_->_`).
105105

106106
```k
107-
syntax ValTypes ::= List{ValType, ""} [klabel(listValTypes), symbol]
107+
syntax ValTypes ::= List{ValType, ""} [symbol(listValTypes), terminator-symbol(".List{\"listValTypes\"}")]
108108
// --------------------------------------------------------------------
109109
```
110110

@@ -296,7 +296,7 @@ For `Int`, however, a the context is irrelevant and the index always just resolv
296296
### ElemSegment
297297

298298
```k
299-
syntax Ints ::= List{Int, ""} [klabel(listInt), symbol]
299+
syntax Ints ::= List{Int, ""} [symbol(listInt), terminator-symbol(".List{\"listInt\"}")]
300300
// -------------------------------------------------------
301301
302302
syntax Int ::= #lenElemSegment (ElemSegment) [function, total]

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.5
1+
6.3.25

deps/pyk_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.662
1+
v0.1.684

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.11
1+
0.1.12

pykwasm/poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pykwasm/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pykwasm"
7-
version = "0.1.11"
7+
version = "0.1.12"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",
@@ -14,7 +14,7 @@ authors = [
1414
python = "^3.10"
1515
cytoolz = "^0.12.1"
1616
numpy = "^1.24.2"
17-
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.662" }
17+
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.684" }
1818
py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.2.0.tar.gz"}
1919

2020
[tool.poetry.group.dev.dependencies]

wasm-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ The following is the text format representation of an import specification.
232232
syntax LocalDecl ::= "(" LocalDecl ")" [bracket]
233233
| "local" ValTypes
234234
| "local" Identifier ValType
235-
syntax LocalDecls ::= List{LocalDecl , ""} [klabel(listLocalDecl)]
235+
syntax LocalDecls ::= List{LocalDecl , ""} [symbol(listLocalDecl), terminator-symbol(".List{\"listLocalDecl\"}")]
236236
// -------------------------------------------------------------------------
237237
```
238238

wasm.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ The sorts `EmptyStmt` and `EmptyStmts` are administrative so that the empty list
5959
syntax Stmt ::= Instr | Defn
6060
// -----------------------------
6161
62-
syntax EmptyStmts ::= List{EmptyStmt , ""} [klabel(listStmt), symbol]
63-
syntax Instrs ::= List{Instr , ""} [klabel(listStmt)]
64-
syntax Defns ::= List{Defn , ""} [klabel(listStmt)]
65-
syntax Stmts ::= List{Stmt , ""} [klabel(listStmt)]
62+
syntax EmptyStmts ::= List{EmptyStmt , ""} [overload(listStmt), terminator-symbol(".List{\"listStmt\"}")]
63+
syntax Instrs ::= List{Instr , ""} [overload(listStmt)]
64+
syntax Defns ::= List{Defn , ""} [overload(listStmt)]
65+
syntax Stmts ::= List{Stmt , ""} [overload(listStmt)]
6666
// -------------------------------------------------------------
6767
6868
syntax Instrs ::= EmptyStmts
@@ -104,7 +104,7 @@ The sorts `EmptyStmt` and `EmptyStmts` are administrative so that the empty list
104104
syntax TypeDecl ::= "(" TypeDecl ")" [bracket]
105105
| TypeKeyWord ValTypes
106106
| "param" Identifier ValType
107-
syntax TypeDecls ::= List{TypeDecl , ""} [klabel(listTypeDecl)]
107+
syntax TypeDecls ::= List{TypeDecl , ""} [symbol(listTypeDecl), terminator-symbol(".List{\"listTypeDecl\"}")]
108108
// -----------------------------------------------------------------
109109
110110
syntax StoreOp ::= "store" [klabel(storeOpStore), symbol]

0 commit comments

Comments
 (0)