fix: cblock ordering and intc/bytec optimization #890
Annotations
10 errors and 1 warning
error: expect(received).toEqual(expected):
tests/storage.test.ts#L84
[
+ "bytec 0 // \"foo\"",
+ "bytec 1 // \"bar\"",
- "byte 0x666f6f // \"foo\"",
- "byte 0x626172 // \"bar\"",
"app_global_put"
]
- Expected - 2
+ Received + 2
at /home/runner/work/TEALScript/TEALScript/tests/storage.test.ts:84:35
|
error: expect(received).toEqual(expected):
tests/storage.test.ts#L84
[
+ "bytec 0 // \"foo\"",
- "byte 0x666f6f // \"foo\"",
"app_global_get",
+ "bytec 1 // \"bar\"",
- "byte 0x626172 // \"bar\"",
"==",
"assert"
]
- Expected - 2
+ Received + 2
at /home/runner/work/TEALScript/TEALScript/tests/storage.test.ts:84:35
|
error: expect(received).toEqual(expected):
tests/storage.test.ts#L84
[
+ "bytec 0 // \"foo\"",
- "byte 0x666f6f // \"foo\"",
"app_global_del"
]
- Expected - 1
+ Received + 1
at /home/runner/work/TEALScript/TEALScript/tests/storage.test.ts:84:35
|
error: expect(received).toEqual(expected):
tests/storage.test.ts#L84
[
"txna Applications 0",
+ "bytec 0 // \"foo\"",
- "byte 0x666f6f // \"foo\"",
"app_global_get_ex",
"swap",
"pop",
"assert"
]
- Expected - 1
+ Received + 1
at /home/runner/work/TEALScript/TEALScript/tests/storage.test.ts:84:35
|
error: expect(received).toEqual(expected):
tests/storage.test.ts#L84
[
+ "bytec 0 // \"foo\"",
+ "bytec 1 // \"bar\"",
- "byte 0x666f6f // \"foo\"",
- "byte 0x626172 // \"bar\"",
"app_global_put"
]
- Expected - 2
+ Received + 2
at /home/runner/work/TEALScript/TEALScript/tests/storage.test.ts:84:35
|
error: expect(received).toEqual(expected):
tests/storage.test.ts#L84
[
+ "bytec 0 // \"foo\"",
- "byte 0x666f6f // \"foo\"",
"app_global_get",
+ "bytec 1 // \"bar\"",
- "byte 0x626172 // \"bar\"",
"==",
"assert"
]
- Expected - 2
+ Received + 2
at /home/runner/work/TEALScript/TEALScript/tests/storage.test.ts:84:35
|
error: expect(received).toEqual(expected):
tests/storage.test.ts#L84
[
+ "bytec 0 // \"foo\"",
- "byte 0x666f6f // \"foo\"",
"app_global_del"
]
- Expected - 1
+ Received + 1
at /home/runner/work/TEALScript/TEALScript/tests/storage.test.ts:84:35
|
error: expect(received).toEqual(expected):
tests/storage.test.ts#L84
[
"txna Applications 0",
+ "bytec 0 // \"foo\"",
- "byte 0x666f6f // \"foo\"",
"app_global_get_ex",
"swap",
"pop",
"assert"
]
- Expected - 1
+ Received + 1
at /home/runner/work/TEALScript/TEALScript/tests/storage.test.ts:84:35
|
error: expect(received).toEqual(expected):
tests/storage.test.ts#L84
[
"frame_dig -1 // a: Address",
+ "bytec 0 // \"foo\"",
+ "bytec 1 // \"bar\"",
- "byte 0x666f6f // \"foo\"",
- "byte 0x626172 // \"bar\"",
"app_local_put"
]
- Expected - 2
+ Received + 2
at /home/runner/work/TEALScript/TEALScript/tests/storage.test.ts:84:35
|
error: expect(received).toEqual(expected):
tests/storage.test.ts#L84
[
"frame_dig -1 // a: Address",
+ "bytec 0 // \"foo\"",
- "byte 0x666f6f // \"foo\"",
"app_local_get",
+ "bytec 1 // \"bar\"",
- "byte 0x626172 // \"bar\"",
"==",
"assert"
]
- Expected - 2
+ Received + 2
at /home/runner/work/TEALScript/TEALScript/tests/storage.test.ts:84:35
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|