Open Issues Need Help
View All on GitHub good first issue
CI: add missing RUF rules for ruff linting about 2 months ago
good first issue CI
core: unexpected error in xdsl 3 months ago
AI Summary: The xdsl core library can trigger an assert when an SSA (Static Single Assignment) value is inadvertently replaced by itself. This occurs at `xdsl/ir/core.py#L776` and the current assert message is not helpful. The issue suggests improving error handling or preventing this self-replacement scenario to provide a more informative message.
Complexity:
2/5
bug good first issue
testing: add missing tests for core.py exceptions 4 months ago
good first issue testing
documentation good first issue
documentation good first issue
core: Match MLIR block name logic exactly 5 months ago
bug good first issue core
documentation good first issue
core: move EnumAttribute and helpers out of core.py 9 months ago
good first issue core