exaloop / exaloop/codon

Dictionary unpacking causes compilation assertion error

Open
#680 0 comments 0 reactions 1 assignee Claimed by @inumanag View on GitHub
bug
Dominant language
Python
Stars
16.8k
Forks
603
Avg merge
4d 23h
Merged PRs (30d)
6

Description

``` python
A = {"a": 1, "b": 2, "c": 3}
B = {**A}
```

```
Assert failed: dictionary items are invalid
Expression: t && t->size() == 2
Source: /Users/runner/work/codon/codon/codon/parser/ast/expr.cpp:234
[1] 19635 abort codon run test_static.py
```

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.