Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: relax some types in range variable solving #3317

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

alexarice
Copy link
Collaborator

Relaxes some of the assertions for range variable solving. This allows a range variable to resolve to any sequence (i.e. a tuple) instead of just a list.

@alexarice alexarice added the core xDSL core (ir, textual format, ...) label Oct 17, 2024
@alexarice alexarice self-assigned this Oct 17, 2024
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.04%. Comparing base (bd80c21) to head (bb6c122).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3317   +/-   ##
=======================================
  Coverage   90.04%   90.04%           
=======================================
  Files         445      445           
  Lines       56182    56182           
  Branches     5391     5391           
=======================================
  Hits        50588    50588           
  Misses       4179     4179           
  Partials     1415     1415           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alexarice alexarice merged commit 4239103 into main Oct 18, 2024
14 checks passed
@alexarice alexarice deleted the alexarice/range-variable-sequence branch October 18, 2024 12:16
EdmundGoodman pushed a commit to EdmundGoodman/xdsl that referenced this pull request Dec 6, 2024
Relaxes some of the assertions for range variable solving. This allows a
range variable to resolve to any sequence (i.e. a tuple) instead of just
a list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core xDSL core (ir, textual format, ...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants