Skip to content

Commit

Permalink
Manual merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-blaeser committed Jul 8, 2024
1 parent dc43fb0 commit d7ba766
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion test/run-drun/ok/query-footprint-overflow.drun-run.ok
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ingress Completed: Reply: 0x4449444c016c01b3c4b1f204680100010a00000000000000000101
ingress Completed: Reply: 0x4449444c0000
ingress Completed: Reject: IC0503: Canister rwlgt-iiaaa-aaaaa-aaaaa-cai trapped explicitly: Deprecated with enhanced orthogonal persistence
ingress Completed: Reject: IC0503: Canister rwlgt-iiaaa-aaaaa-aaaaa-cai trapped explicitly: buffer_size overflow
2 changes: 1 addition & 1 deletion test/run-drun/ok/query-footprint-overflow.tc.ok
Original file line number Diff line number Diff line change
@@ -1 +1 @@
query-footprint-overflow.mo:21.16-21.20: warning [M0194], unused identifier expl (delete or rename to wildcard `_` or `_expl`)
query-footprint-overflow.mo:22.16-22.20: warning [M0194], unused identifier expl (delete or rename to wildcard `_` or `_expl`)
8 changes: 4 additions & 4 deletions test/run-drun/ok/query-footprint.drun-run.ok
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ingress Completed: Reply: 0x4449444c016c01b3c4b1f204680100010a00000000000000000101
ingress Completed: Reply: 0x4449444c0000
ingress Err: IC0503: Canister rwlgt-iiaaa-aaaaa-aaaaa-cai trapped explicitly: Deprecated with enhanced orthogonal persistence
Err: IC0503: Canister rwlgt-iiaaa-aaaaa-aaaaa-cai trapped explicitly: Deprecated with enhanced orthogonal persistence
ingress Completed: Reject: IC0503: Canister rwlgt-iiaaa-aaaaa-aaaaa-cai trapped explicitly: Deprecated with enhanced orthogonal persistence
ingress Completed: Reject: IC0503: Canister rwlgt-iiaaa-aaaaa-aaaaa-cai trapped explicitly: Deprecated with enhanced orthogonal persistence
ingress Completed: Reply: 0x4449444c016c01c1c1cee2047801005118000000000000
Ok: Reply: 0x4449444c016c01c1c1cee2047801005118000000000000
ingress Completed: Reply: 0x4449444c0001785118000000000000
ingress Completed: Reply: 0x4449444c0001785118000000000000
6 changes: 3 additions & 3 deletions test/run-drun/ok/query-footprint.tc.ok
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
query-footprint.mo:4.16-4.17: warning [M0194], unused identifier s (delete or rename to wildcard `_` or `_s`)
query-footprint.mo:6.9-6.13: warning [M0194], unused identifier lost (delete or rename to wildcard `_` or `_lost`)
query-footprint.mo:18.16-18.20: warning [M0194], unused identifier expl (delete or rename to wildcard `_` or `_expl`)
query-footprint.mo:5.16-5.17: warning [M0194], unused identifier s (delete or rename to wildcard `_` or `_s`)
query-footprint.mo:7.9-7.13: warning [M0194], unused identifier lost (delete or rename to wildcard `_` or `_lost`)
query-footprint.mo:19.16-19.20: warning [M0194], unused identifier expl (delete or rename to wildcard `_` or `_expl`)
1 change: 1 addition & 0 deletions test/run-drun/query-footprint-overflow.mo
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//CLASSICAL-PERSISTENCE-ONLY
import { Array_tabulate; stableVarQuery } = "mo:⛔"

actor footprint = {
Expand Down
1 change: 1 addition & 0 deletions test/run-drun/query-footprint.mo
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//CLASSICAL-PERSISTENCE-ONLY
import { stableVarQuery } "mo:⛔";

actor footprint = {
Expand Down

0 comments on commit d7ba766

Please sign in to comment.