Skip to content

Commit f2d69e2

Browse files
committed
chore: compile all
1 parent 8d25de5 commit f2d69e2

26 files changed

+427
-339
lines changed

test_cases/fixed_bytes_ops/out/FixedBytesOps.approval.puya.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test_cases/fixed_bytes_ops/out/FixedBytesOps.approval.teal

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -382,23 +382,23 @@ main_after_for@71:
382382
// FixedBytes.from_hex("ABCD1234"), FixedBytes.from_bytes(Bytes.from_hex("CD12"))
383383
bytec_0 // 0xabcd1234
384384
dup
385-
// fixed_bytes_ops/contract.py:606
385+
// fixed_bytes_ops/contract.py:608
386386
// assert x in x # noqa: PLR0124
387387
callsub is_substring
388388
assert
389389
// fixed_bytes_ops/contract.py:105
390390
// FixedBytes.from_hex("ABCD1234"), FixedBytes.from_bytes(Bytes.from_hex("CD12"))
391391
bytec_1 // 0xcd12
392392
bytec_0 // 0xabcd1234
393-
// fixed_bytes_ops/contract.py:607
393+
// fixed_bytes_ops/contract.py:609
394394
// assert y in x
395395
callsub is_substring
396396
assert
397397
// fixed_bytes_ops/contract.py:105
398398
// FixedBytes.from_hex("ABCD1234"), FixedBytes.from_bytes(Bytes.from_hex("CD12"))
399399
bytec_0 // 0xabcd1234
400400
bytec_1 // 0xcd12
401-
// fixed_bytes_ops/contract.py:608
401+
// fixed_bytes_ops/contract.py:610
402402
// assert x not in y
403403
callsub is_substring
404404
!
@@ -407,7 +407,7 @@ main_after_for@71:
407407
// FixedBytes.from_hex("ABCD1234"), FixedBytes.from_bytes(Bytes.from_hex("CD12"))
408408
bytec_0 // 0xabcd1234
409409
dup
410-
// fixed_bytes_ops/contract.py:610
410+
// fixed_bytes_ops/contract.py:612
411411
// assert (x not in x) == False # noqa: E712, PLR0124
412412
callsub is_substring
413413
!
@@ -417,7 +417,7 @@ main_after_for@71:
417417
// FixedBytes.from_hex("ABCD1234"), FixedBytes.from_bytes(Bytes.from_hex("CD12"))
418418
bytec_1 // 0xcd12
419419
bytec_0 // 0xabcd1234
420-
// fixed_bytes_ops/contract.py:611
420+
// fixed_bytes_ops/contract.py:613
421421
// assert (y not in x) == False # noqa: E712
422422
callsub is_substring
423423
!
@@ -427,7 +427,7 @@ main_after_for@71:
427427
// FixedBytes.from_hex("ABCD1234"), FixedBytes.from_bytes(Bytes.from_hex("CD12"))
428428
bytec_0 // 0xabcd1234
429429
bytec_1 // 0xcd12
430-
// fixed_bytes_ops/contract.py:612
430+
// fixed_bytes_ops/contract.py:614
431431
// assert (x in y) == False # noqa: E712
432432
callsub is_substring
433433
!
@@ -436,15 +436,15 @@ main_after_for@71:
436436
// test_contains_bytes(FixedBytes.from_hex("ABCD1234"), Bytes.from_hex("CD12"))
437437
bytec_1 // 0xcd12
438438
bytec_0 // 0xabcd1234
439-
// fixed_bytes_ops/contract.py:617
439+
// fixed_bytes_ops/contract.py:619
440440
// assert y in x
441441
callsub is_substring
442442
assert
443443
// fixed_bytes_ops/contract.py:108
444444
// test_contains_bytes(FixedBytes.from_hex("ABCD1234"), Bytes.from_hex("CD12"))
445445
bytec_0 // 0xabcd1234
446446
bytec_1 // 0xcd12
447-
// fixed_bytes_ops/contract.py:618
447+
// fixed_bytes_ops/contract.py:620
448448
// assert x not in y
449449
callsub is_substring
450450
!
@@ -453,7 +453,7 @@ main_after_for@71:
453453
// test_contains_bytes(FixedBytes.from_hex("ABCD1234"), Bytes.from_hex("CD12"))
454454
bytec_1 // 0xcd12
455455
bytec_0 // 0xabcd1234
456-
// fixed_bytes_ops/contract.py:620
456+
// fixed_bytes_ops/contract.py:622
457457
// assert (y not in x) == False # noqa: E712
458458
callsub is_substring
459459
!
@@ -463,28 +463,28 @@ main_after_for@71:
463463
// test_contains_bytes(FixedBytes.from_hex("ABCD1234"), Bytes.from_hex("CD12"))
464464
bytec_0 // 0xabcd1234
465465
bytec_1 // 0xcd12
466-
// fixed_bytes_ops/contract.py:621
466+
// fixed_bytes_ops/contract.py:623
467467
// assert (x in y) == False # noqa: E712
468468
callsub is_substring
469469
!
470470
assert
471-
// fixed_bytes_ops/contract.py:626
471+
// fixed_bytes_ops/contract.py:628
472472
// assert b"\xcd\x12" in x
473473
bytec_1 // 0xcd12
474474
// fixed_bytes_ops/contract.py:110
475475
// test_contains_literal_bytes(FixedBytes.from_hex("ABCD1234"))
476476
bytec_0 // 0xabcd1234
477-
// fixed_bytes_ops/contract.py:626
477+
// fixed_bytes_ops/contract.py:628
478478
// assert b"\xcd\x12" in x
479479
callsub is_substring
480480
assert
481-
// fixed_bytes_ops/contract.py:628
481+
// fixed_bytes_ops/contract.py:630
482482
// assert (b"\xcd\x12" not in x) == False # noqa: E712
483483
bytec_1 // 0xcd12
484484
// fixed_bytes_ops/contract.py:110
485485
// test_contains_literal_bytes(FixedBytes.from_hex("ABCD1234"))
486486
bytec_0 // 0xabcd1234
487-
// fixed_bytes_ops/contract.py:628
487+
// fixed_bytes_ops/contract.py:630
488488
// assert (b"\xcd\x12" not in x) == False # noqa: E712
489489
callsub is_substring
490490
!

test_cases/fixed_bytes_ops/out/FixedBytesOps.ir/FixedBytesOps.approval.000.ssa.ir

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

test_cases/fixed_bytes_ops/out/FixedBytesOps.ir/FixedBytesOps.approval.001.ssa.opt.ir

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

test_cases/fixed_bytes_ops/out/FixedBytesOps.ir/FixedBytesOps.approval.002.ssa.opt.ir

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

test_cases/fixed_bytes_ops/out/FixedBytesOps.ir/FixedBytesOps.approval.003.ssa.opt.ir

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

test_cases/fixed_bytes_ops/out/FixedBytesOps.ir/FixedBytesOps.approval.100.ssa.array.ir

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

test_cases/fixed_bytes_ops/out/FixedBytesOps.ir/FixedBytesOps.approval.200.ssa.array.opt.ir

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

test_cases/fixed_bytes_ops/out/FixedBytesOps.ir/FixedBytesOps.approval.300.ssa.slot.ir

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

0 commit comments

Comments
 (0)