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
$ lpython_in_main integration_tests/const_01.py --backend wasm
warning: Unsupported variable type: real const
--> integration_tests/const_01.py:10:5
|
10 | xcf: Const[f32] = f32(2)
| ^^^^^^^^^^^^^^^^^^^^^^^^ Only integer, floats, logical and complex supported currently
warning: Unsupported variable type: integer const
--> integration_tests/const_01.py:4:5
|
4 | xci: Const[i32] = i32(0.0)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ Only integer, floats, logical and complex supported currently
warning: Unsupported variable type: real const
--> integration_tests/const_01.py:13:5
|
13 | ycf: Const[f64] = 3.0
| ^^^^^^^^^^^^^^^^^^^^^ Only integer, floats, logical and complex supported currently
warning: Unsupported variable type: integer const
--> integration_tests/const_01.py:7:5
|
7 | yci: Const[i64] = int(1)
| ^^^^^^^^^^^^^^^^^^^^^^^^ Only integer, floats, logical and complex supported currently
code generation error: Only Integer, Float, Bool, Character, Complex variable types supported currently
Note: if any of the above error or warning messages are not clear or are lacking
context please report it to us (we consider that a bug that must be fixed).
The text was updated successfully, but these errors were encountered:
related #1485
The text was updated successfully, but these errors were encountered: