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

Ignore invalid method names using the Override attribute #170

Merged

Conversation

andrewnicols
Copy link
Contributor

This is useful where we must override methods in third-party libraries.

@andrewnicols andrewnicols self-assigned this Jun 19, 2024
@andrewnicols andrewnicols added the enhancement New feature or request label Jun 19, 2024
Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.11%. Comparing base (44ad668) to head (48f8099).

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #170      +/-   ##
============================================
+ Coverage     98.09%   98.11%   +0.02%     
- Complexity      935      947      +12     
============================================
  Files            40       40              
  Lines          2777     2807      +30     
============================================
+ Hits           2724     2754      +30     
  Misses           53       53              

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

@andrewnicols andrewnicols force-pushed the ignoreFunctionCasingIfOverridden branch from 5454276 to 2e55968 Compare June 19, 2024 15:17
Copy link
Member

@stronk7 stronk7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea!

Just have added a couple of tiny observations, for your consideration.

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@andrewnicols andrewnicols force-pushed the ignoreFunctionCasingIfOverridden branch from 2e55968 to 48f8099 Compare June 19, 2024 15:50
@andrewnicols
Copy link
Contributor Author

Huzzah. Good catches on those. I wrote this about 10 minutes before you did the last release and screwed up the rebase.

@andrewnicols andrewnicols requested a review from stronk7 June 19, 2024 15:52
@stronk7
Copy link
Member

stronk7 commented Jun 19, 2024

Here we go! 🚀

@stronk7 stronk7 merged commit e92f166 into moodlehq:main Jun 19, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants