-
Notifications
You must be signed in to change notification settings - Fork 83
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
dialects: remove some stencil dead code. #3055
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3055 +/- ##
==========================================
+ Coverage 90.04% 90.07% +0.03%
==========================================
Files 446 446
Lines 56401 56365 -36
Branches 5417 5412 -5
==========================================
- Hits 50788 50773 -15
+ Misses 4183 4162 -21
Partials 1430 1430 ☔ View full report in Codecov by Sentry. |
@@ -628,13 +622,6 @@ def get_rank(self) -> int: | |||
assert self.bounds is not None | |||
return len(self.bounds.lb) | |||
|
|||
def get_num_results(self) -> int: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks useful, why remove?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DCE on the xDSL codebase 🤩
What's the latest on this? |
Let's merge or close this? @AntonLydike @PapyChacal @n-io @dk949 |
I don't mind either way, whatever suits the current devs! |
Happy to see this merged. |
Co-authored-by: Sasha Lopoukhine <superlopuh@gmail.com>
No description provided.