"terminate called after throwing an instance of 'codon::exc::ParserException'" codon
Open
- Dominant language
- Python
- Stars
- 16.8k
- Forks
- 603
- Avg merge
- 4d 23h
- Merged PRs (30d)
- 6
Description
**Given:**
Usage of codon.jit:
```
@codon.jit()
some_function()
print("some_dunction")
```
pytest:
```
test_some_function()
some_function()
```
Run:
`CODON_PATH=$HOME/.codon/bin/codon; pytest .`
**Expected:**
Tests are passed.
**Actual:**
```
terminate called after throwing an instance of 'codon::exc::ParserException'
what(): cannot locate standard library
```
Contributor guide
Assessment
This issue has not been assessed yet.