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: Remove some constructors from Builder #3702

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Conversation

math-fehr
Copy link
Collaborator

@math-fehr math-fehr commented Jan 6, 2025

Stacked PRs:


core: Remove some constructors from Builder

The constructors after, before, at_start, and at_end are removed
as users should use the equivalent InsertPoint constructors instead.
These constructors are currently preventing the Rewriter to inherit
Builder.

The constructors `after`, `before`, `at_start`, and `at_end` are removed
as users should use the equivalent `InsertPoint` constructors instead.
These constructors are currently preventing the `Rewriter` to inherit
`Builder`.

stack-info: PR: #3702, branch: math-fehr/stack/6
@math-fehr math-fehr changed the base branch from math-fehr/stack/5 to main January 6, 2025 15:47
@math-fehr math-fehr changed the base branch from main to math-fehr/stack/5 January 6, 2025 15:47
@math-fehr math-fehr added the core xDSL core (ir, textual format, ...) label Jan 6, 2025
@math-fehr math-fehr self-assigned this Jan 6, 2025
math-fehr added a commit that referenced this pull request Jan 6, 2025
The constructors `after`, `before`, `at_start`, and `at_end` are removed
as users should use the equivalent `InsertPoint` constructors instead.
These constructors are currently preventing the `Rewriter` to inherit
`Builder`.

stack-info: PR: #3702, branch: math-fehr/stack/6
@math-fehr math-fehr changed the base branch from math-fehr/stack/5 to main January 6, 2025 15:50
@math-fehr math-fehr changed the base branch from main to math-fehr/stack/5 January 6, 2025 15:50
@math-fehr math-fehr changed the base branch from math-fehr/stack/5 to main January 6, 2025 15:52
@math-fehr math-fehr changed the base branch from main to math-fehr/stack/5 January 6, 2025 15:52
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.31%. Comparing base (614e4f8) to head (63748c2).

Additional details and impacted files
@@                  Coverage Diff                  @@
##           math-fehr/stack/5    #3702      +/-   ##
=====================================================
- Coverage              91.32%   91.31%   -0.01%     
=====================================================
  Files                    467      467              
  Lines                  58506    58488      -18     
  Branches                5643     5643              
=====================================================
- Hits                   53430    53411      -19     
  Misses                  3626     3626              
- Partials                1450     1451       +1     

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

Base automatically changed from math-fehr/stack/5 to main January 6, 2025 17:41
@math-fehr math-fehr merged commit 05458db into main Jan 6, 2025
16 checks passed
@math-fehr math-fehr deleted the math-fehr/stack/6 branch January 6, 2025 17:47
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.

4 participants