Skip to content

Commit 7958ae0

Browse files
committed
Sync to latest
1 parent a342b4f commit 7958ae0

File tree

126 files changed

+323
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+323
-88
lines changed

integration_tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,8 +761,8 @@ RUN(NAME structs_35 LABELS cpython llvm llvm_jit)
761761
# RUN(NAME enum_02 LABELS cpython llvm llvm_jit NOFAST)
762762
RUN(NAME enum_03 LABELS cpython llvm llvm_jit c NOFAST)
763763
# RUN(NAME enum_04 LABELS cpython llvm llvm_jit c NOFAST)
764-
RUN(NAME enum_05 LABELS llvm c
765-
EXTRAFILES enum_05b.c NOFAST)
764+
# RUN(NAME enum_05 LABELS llvm c
765+
# EXTRAFILES enum_05b.c NOFAST)
766766
# RUN(NAME enum_06 LABELS cpython llvm llvm_jit c)
767767
RUN(NAME enum_07 IMPORT_PATH ..
768768
LABELS cpython llvm llvm_jit c NOFAST)

libasr

Submodule libasr updated 1097 files

tests/reference/asr-array_01_decl-39cf894.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"outfile": null,
77
"outfile_hash": null,
88
"stdout": "asr-array_01_decl-39cf894.stdout",
9-
"stdout_hash": "f54b7c055fdbd2c0cf1b0a7a9ab3d0a8483a6a89525474f88a4fdd80",
9+
"stdout_hash": "5bc6bef74c19e3ab954672c7b77c461beab78c936732fed4116ab0f3",
1010
"stderr": null,
1111
"stderr_hash": null,
1212
"returncode": 0

tests/reference/asr-array_01_decl-39cf894.stdout

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
()
9595
[]
9696
()
97+
.false.
9798
)]
9899
()
99100
Public
@@ -1323,6 +1324,7 @@
13231324
2 __main__global_stmts
13241325
[]
13251326
()
1327+
.false.
13261328
)]
13271329
),
13281330
numpy:

tests/reference/asr-array_02_decl-e8f6874.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"outfile": null,
77
"outfile_hash": null,
88
"stdout": "asr-array_02_decl-e8f6874.stdout",
9-
"stdout_hash": "4c1ccfa9e114dce8411d0d22a776ae686fe1f0248d0e9505117ed8dc",
9+
"stdout_hash": "af076615a53478a4058f7a52268766f8c1080676887706d5d4f25bb8",
1010
"stderr": null,
1111
"stderr_hash": null,
1212
"returncode": 0

tests/reference/asr-array_02_decl-e8f6874.stdout

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
()
3737
[]
3838
()
39+
.false.
3940
)]
4041
()
4142
Public
@@ -1077,6 +1078,7 @@
10771078
2 __main__global_stmts
10781079
[]
10791080
()
1081+
.false.
10801082
)]
10811083
),
10821084
numpy:

tests/reference/asr-bindc_10e-8b10394.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"stdout": null,
99
"stdout_hash": null,
1010
"stderr": "asr-bindc_10e-8b10394.stderr",
11-
"stderr_hash": "bcf748808d51f207b43bff022694c043355035c59702c19af6a956ba",
11+
"stderr_hash": "30a5651f20e3f3e51fa2424a27f80a412e8ea0f584905449312dbaa0",
1212
"returncode": 2
1313
}
Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
semantic error: The struct in c_p_pointer must be C interoperable
2-
--> tests/errors/bindc_10e_mod.py:5:1 - 7:10
2+
--> tests/errors/bindc_10e_mod.py:8:429
33
|
4-
5 | class S:
5-
| ^^^^^^^^...
6-
...
4+
8 |
5+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not C interoperable
76
|
8-
7 | b: i64
9-
| ...^^^^^^^^^^ not C interoperable
10-
|
11-
5 | class S:
12-
| ~~~~~~~~...
13-
...
14-
|
15-
7 | b: i64
16-
| ...~~~~~~~~~~ help: add the @ccallable decorator to this struct to make it C interoperable
7+
8 |
8+
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help: add the @ccallable decorator to this struct to make it C interoperable

tests/reference/asr-c_interop1-cf2e9b4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"outfile": null,
77
"outfile_hash": null,
88
"stdout": "asr-c_interop1-cf2e9b4.stdout",
9-
"stdout_hash": "aa7d35964a1ab78b192f91d3198d4a1ae3670b77119affb49f477bbf",
9+
"stdout_hash": "374c365350b654141cae118c81ffdf83bb0ca815e1759611ab2371d2",
1010
"stderr": null,
1111
"stderr_hash": null,
1212
"returncode": 0

tests/reference/asr-c_interop1-cf2e9b4.stdout

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,7 @@
620620
((Var 7 z))
621621
((Var 7 zz))]
622622
()
623+
.false.
623624
)
624625
(Assignment
625626
(Var 7 i)
@@ -643,6 +644,7 @@
643644
((Var 7 z))
644645
((Var 7 zz))]
645646
()
647+
.false.
646648
)]
647649
()
648650
Public

0 commit comments

Comments
 (0)