We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MRE:
from lpython import i32 class test: x: i32 = 4 print(test.x)
Error:
$ lpython examples/expr2.py ASR verify pass error: Var_t::m_v test does not point to a Variable_t, Function_t, or EnumType_t (possibly behind ExternalSymbol_t) Internal Compiler Error: Unhandled exception Traceback (most recent call last): File "/Users/thirumalai/Open_Source/lpython/src/bin/lpython.cpp", line 2170 err = compile_python_using_llvm(arg_file, tmp_o, runtime_library_dir, File "/Users/thirumalai/Open_Source/lpython/src/bin/lpython.cpp", line 1010 r1 = LCompilers::LPython::python_ast_to_asr(al, lm, nullptr, *ast, diagnostics, compiler_options, File "/Users/thirumalai/Open_Source/lpython/src/lpython/semantics/python_ast_to_asr.cpp", line 8432 throw LCompilersException("Verify failed"); LCompilersException: Verify failed
The text was updated successfully, but these errors were encountered:
Assigned: @tanay-man
Sorry, something went wrong.
No branches or pull requests
MRE:
Error:
The text was updated successfully, but these errors were encountered: