Skip to content

Remove method overriding support#171

Merged
alganet merged 1 commit intoRespect:masterfrom
alganet:remove-method-override
Mar 18, 2026
Merged

Remove method overriding support#171
alganet merged 1 commit intoRespect:masterfrom
alganet:remove-method-override

Conversation

@alganet
Copy link
Member

@alganet alganet commented Mar 18, 2026

This feature was an anti-pattern from the get go, and it pollutes the implementation and tests.

Implementors can use ->any instead and handle method transitions by themselves.

This feature was an anti-pattern from the get go, and it pollutes
the implementation and tests.

Implementors can use ->any instead and handle method transitions
by themselves.
@alganet alganet marked this pull request as ready for review March 18, 2026 01:10
@alganet alganet merged commit a59331c into Respect:master Mar 18, 2026
3 checks passed
@alganet alganet deleted the remove-method-override branch March 18, 2026 01:20
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.51%. Comparing base (dcf5348) to head (55f5159).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #171      +/-   ##
============================================
- Coverage     97.55%   97.51%   -0.04%     
+ Complexity      428      419       -9     
============================================
  Files            30       30              
  Lines          1063     1048      -15     
============================================
- Hits           1037     1022      -15     
  Misses           26       26              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants