exaloop / exaloop/codon

"terminate called after throwing an instance of 'codon::exc::ParserException'" codon

Open
#761 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.