I have created a simple refactoring patch for drush dcer which removes some code duplication.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | default_content-drush_dcer_refactoring-2827140-5-d8.patch | 1.08 KB | ao2 |
I have created a simple refactoring patch for drush dcer which removes some code duplication.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | default_content-drush_dcer_refactoring-2827140-5-d8.patch | 1.08 KB | ao2 |
Comments
Comment #2
Syndz commentedAdded the patch.
Comment #4
Syndz commentedI'm not sure why this patch fails testing, it applies cleanly for me.
Comment #5
ao2 commentedThe original patch used a prefix level of 0 in the file paths (i.e. you need
patch -p0to apply it), while git patches usually use-p1, maybe the test bot assumes the latter?I am attaching a refreshed patch which also updates the hunk context to apply cleanly with
git applyon the latest code.The interdiff with the previous patch is null.
Ciao,
Antonio
Comment #6
andypostGreat clean-up, thanx
Comment #8
andypostThanx! commited & pushed