You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standard disclaimer: This tool provides suggestions for improving your TEAL programs, but it does not guarantee their correctness or security. Do you understand? [y/N]: y
2
-
DEBUG: Running 'poetry run tealer --json {current_working_directory}/.algokit/static-analysis/snapshots/cwd0_dummy.json detect --contracts dummy/path/dummy.teal' in '{current_working_directory}'
2
+
DEBUG: Running 'poetry run tealer --json dummy/path/dummy.teal/.algokit/static-analysis/snapshots/cwd1_dummy.json detect --contracts dummy/path/dummy.teal/dummy.teal' in '{current_working_directory}'
3
3
DEBUG: poetry: Configuration file exists at /Users/aorumbayev/Library/Preferences/pypoetry, reusing this directory.
4
4
DEBUG: poetry:
5
5
DEBUG: poetry: Consider moving TOML configuration files to /Users/aorumbayev/Library/Application Support/pypoetry, as support for the legacy directory will be removed in an upcoming release.
6
-
DEBUG: poetry: Reading contract from file: "dummy/path/dummy.teal"
7
-
DEBUG: poetry: json output is written to {current_working_directory}/.algokit/static-analysis/snapshots/cwd0_dummy.json
8
-
ERROR: Diff detected in dummy/path/dummy.teal! Please check the content of {current_working_directory}/.algokit/static-analysis/snapshots/cwd0_dummy.json.
6
+
DEBUG: poetry: Reading contract from file: "dummy/path/dummy.teal/dummy.teal"
7
+
DEBUG: poetry: json output is written to dummy/path/dummy.teal/.algokit/static-analysis/snapshots/cwd1_dummy.json
8
+
ERROR: Diff detected in dummy/path/dummy.teal/dummy.teal! Please check the content of dummy/path/dummy.teal/.algokit/static-analysis/snapshots/cwd1_dummy.json.
Copy file name to clipboardExpand all lines: tests/tasks/test_analyze.test_analyze_error_in_tealer.approved.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
Standard disclaimer: This tool provides suggestions for improving your TEAL programs, but it does not guarantee their correctness or security. Do you understand? [y/N]: y
2
-
DEBUG: Running 'poetry run tealer --json {current_working_directory}/.algokit/static-analysis/cwd0_dummy.json detect --contracts dummy/path/dummy.teal' in '{current_working_directory}'
2
+
DEBUG: Running 'poetry run tealer --json {current_working_directory}/.algokit/static-analysis/cwd6_dummy.json detect --contracts dummy/path/dummy.teal' in '{current_working_directory}'
3
3
DEBUG: poetry: Configuration file exists at /Users/aorumbayev/Library/Preferences/pypoetry, reusing this directory.
4
4
DEBUG: poetry:
5
5
DEBUG: poetry: Consider moving TOML configuration files to /Users/aorumbayev/Library/Application Support/pypoetry, as support for the legacy directory will be removed in an upcoming release.
Copy file name to clipboardExpand all lines: tests/tasks/test_analyze.test_analyze_single_file.approved.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
Standard disclaimer: This tool provides suggestions for improving your TEAL programs, but it does not guarantee their correctness or security. Do you understand? [y/N]: y
2
-
DEBUG: Running 'poetry run tealer --json {current_working_directory}/.algokit/static-analysis/cwd0_dummy.json detect --contracts dummy/path/dummy.teal' in '{current_working_directory}'
2
+
DEBUG: Running 'poetry run tealer --json {current_working_directory}/.algokit/static-analysis/dummy_contracts_dummy.json detect --contracts dummy/path/dummy.teal' in '{current_working_directory}'
3
3
DEBUG: poetry: Configuration file exists at /Users/aorumbayev/Library/Preferences/pypoetry, reusing this directory.
4
4
DEBUG: poetry:
5
5
DEBUG: poetry: Consider moving TOML configuration files to /Users/aorumbayev/Library/Application Support/pypoetry, as support for the legacy directory will be removed in an upcoming release.
6
6
DEBUG: poetry: Reading contract from file: "dummy/path/dummy.teal"
7
-
DEBUG: poetry: json output is written to {current_working_directory}/.algokit/static-analysis/cwd0_dummy.json
7
+
DEBUG: poetry: json output is written to {current_working_directory}/.algokit/static-analysis/dummy_contracts_dummy.json
Standard disclaimer: This tool provides suggestions for improving your TEAL programs, but it does not guarantee their correctness or security. Do you understand? [y/N]: y
2
-
DEBUG: Running 'poetry run tealer --json {current_working_directory}/.algokit/static-analysis/cwd0_dummy.json detect --contracts dummy/path/dummy.teal --exclude is-deletable, missing-fee-check, rekey-to' in '{current_working_directory}'
2
+
DEBUG: Running 'poetry run tealer --json {current_working_directory}/.algokit/static-analysis/dummycwd_dummy.json detect --contracts /private/var/folders/t6/57q65mk543l7xw6_bdgx1bmc0000gn/T/pytest-of-aorumbayev/pytest-53/dummycwd/dummy.teal --exclude is-deletable, missing-fee-check, rekey-to' in '{current_working_directory}'
3
3
DEBUG: poetry: Configuration file exists at /Users/aorumbayev/Library/Preferences/pypoetry, reusing this directory.
4
4
DEBUG: poetry:
5
5
DEBUG: poetry: Consider moving TOML configuration files to /Users/aorumbayev/Library/Application Support/pypoetry, as support for the legacy directory will be removed in an upcoming release.
6
-
DEBUG: poetry: Reading contract from file: "dummy/path/dummy.teal"
7
-
DEBUG: poetry: json output is written to {current_working_directory}/.algokit/static-analysis/cwd0_dummy.json
6
+
DEBUG: poetry: Reading contract from file: "/private/var/folders/t6/57q65mk543l7xw6_bdgx1bmc0000gn/T/pytest-of-aorumbayev/pytest-53/dummycwd/dummy.teal"
7
+
DEBUG: poetry: json output is written to {current_working_directory}/.algokit/static-analysis/dummycwd_dummy.json
0 commit comments