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

Deprecated items do not need a description #140

Merged
merged 2 commits into from
Mar 29, 2024

Conversation

andrewnicols
Copy link
Contributor

@andrewnicols andrewnicols commented Mar 28, 2024

Raised by @ziegenberg

Note: I've included an extra commit her eto slightly refactor the Docblocks util to use the docblockPtr rather than find it from an unrelated pointer. This is much more efficient and I should have done this originally.

@andrewnicols andrewnicols requested a review from stronk7 March 28, 2024 01:21
@andrewnicols andrewnicols self-assigned this Mar 28, 2024
Copy link

codecov bot commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.88%. Comparing base (66d0f48) to head (b425006).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #140   +/-   ##
=========================================
  Coverage     97.87%   97.88%           
  Complexity      844      844           
=========================================
  Files            37       37           
  Lines          2499     2500    +1     
=========================================
+ Hits           2446     2447    +1     
  Misses           53       53           

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

Whilst working on recent changes I've been wishing I'd done this in the
first place. Often you will want the pointer, and you'll want to pass
that pointer to methods like getMatchingTags more than once.
@andrewnicols andrewnicols force-pushed the missingDocblockDeprecated branch from f94ac4b to b425006 Compare March 29, 2024 06:12
@stronk7 stronk7 merged commit 1d63691 into moodlehq:main Mar 29, 2024
8 checks passed
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