-
Couldn't load subscription status.
- Fork 929
Fix #2678 don't add loadmodule when from config #2689
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
base: unstable
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## unstable #2689 +/- ##
============================================
- Coverage 72.18% 72.17% -0.01%
============================================
Files 128 128
Lines 71037 71041 +4
============================================
- Hits 51277 51275 -2
- Misses 19760 19766 +6
🚀 New features to boost your workflow:
|
|
Notice: this fixes the loadmodule case but can be considered as a workaround, the main issue is that the included configuration files are not managed during the rewrite process, so they can generate duplication. |
|
I have slightly reduced the PR by protecting only |
|
I think this is a bugfix and I think we should backport it. I can't see how it's a breaking change, or even a behavior change for any working configuration. |
|
@remicollet Please fix the DCO issue. Essentially, commits need to be done with |
Smashed and signed |
|
Great, but author and signer emails need to match. |
only protect loadmodule from include files Signed-off-by: Remi Collet <remi@remirepo.net>
fixed |
|
Core team meeting discussion:
|
See #2678
Track in
moduleLoadQueueEntrywhere the module was loaded fromOnly add
loadmoduleline when not from config to avoid duplicate line.