-
Notifications
You must be signed in to change notification settings - Fork 46
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
Fix getComponentInstallDirectory plugintypes retrieval issue. #337
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #337 +/- ##
============================================
- Coverage 88.30% 88.26% -0.04%
- Complexity 760 761 +1
============================================
Files 77 77
Lines 2334 2335 +1
============================================
Hits 2061 2061
- Misses 273 274 +1 ☔ View full report in Codecov by Sentry. |
This will Fix #338; you were a split second faster than me... (I thought that the comment could be useful because it would link the issue to this PR and close it when merging. Apparently that only works if done by someone with the necessary permissions in the repo.) |
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.
Thanks Ruslan & Philipp 👍
fetch_plugintypes return signature was changed at MDL-79843. Fixes moodlehq#338
2a96e84
to
a10b6df
Compare
Hi peeps, I'm just wondering what the ratinoale is for not using I know that the comment says it's beacuse you don't want to use the static cache: moodle-plugin-ci/src/Bridge/Moodle.php Line 103 in 18fe3e1
But The original reason for this is described in the commit message of 6138af1
If this is the case, then we should already be calling |
fetch_plugintypes
return signature was changed at MDL-79843.