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
Reproduce: codon/codon-linux-x86_64/codon-deploy/bin/codon' run -release test.py
Crash message:
Assert failed: type not set for (unary "-" (string* ("importlib") #:type "str")) [20824_644122661_2__0.py:2:1]
Expression: expr->type
Source: /github/workspace/codon/parser/visitors/typecheck/typecheck.cpp:63
Aborted (core dumped)
Environment:
codon: v0.15.5 on Feb 6
Ubuntu 18.04
The text was updated successfully, but these errors were encountered:
The type for unary "-" is not set and it leads to a crash of codon in the code.
test.py
Reproduce:
codon/codon-linux-x86_64/codon-deploy/bin/codon' run -release test.py
Crash message:
Environment:
codon: v0.15.5 on Feb 6
Ubuntu 18.04
The text was updated successfully, but these errors were encountered: