Extend Rake with a more elegant and reliable way#1517
Extend Rake with a more elegant and reliable way#1517st0012 merged 2 commits intogetsentry:masterfrom
Conversation
|
As I mentioned in 4dc603b#r54080150, using
Can you tell me what caused the conflicts in your application? |
My other gem extends |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1517 +/- ##
==========================================
+ Coverage 98.20% 98.75% +0.55%
==========================================
Files 218 123 -95
Lines 10607 6771 -3836
==========================================
- Hits 10417 6687 -3730
+ Misses 190 84 -106 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Extend Rake with a more elegant and reliable way
Closes #1520
Description
Per 4dc603b#r54079829
Overwriting methods with aliasing is is rather a bad practice and, since it may cause conflicts, circular dependencies and infinite loops.
Module#prependis more elegant and reliable.