Please review this patch... I've spent the last 4-5 hours cleaning up the code and now it passes through Coder Review, has more robust standards, is more clear to work with etc. You have to see it to believe it.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | errorpatchapplycrev2.png | 54.05 KB | agill |
| #2 | errorpatchapplycrev.png | 46.72 KB | agill |
| coder-review.patch | 979.16 KB | petsagouris |
Comments
Comment #1
petsagouris commentedFurthermore, somewhere in these edits, I have fixed the bug described in #1406706: Undefined index, it was a trivial bug.
Comment #2
agill commentedHello George, thanks alot for your effort!
I tried applying this patch with git -v apply coder-review.patch
but i get several error messages.
When did you download the version of agreservations you made the
coder-review changes on?
I hope we can fix the problem so i can apply your patch and test.
If not, i will use the coder-upgrade module to clean up and
fix the bug from issue 1406706 manually.
Thanks again for your help George!
Andreas
Comment #3
petsagouris commentedSearching around the problem you mentioned I found that the patch attached to the first post can be applied with
patch -p1 < coder-review.patchComment #4
agill commentedI applied your patch. Thanks for your help!
Comment #5
petsagouris commentedAlright, thanks a lot. Please next time, be sure to include proper commit author, you can find the attribute to attach to the commit command on the user's profile page, under the Git Attribution section. (see Proper Git Attribution)
Comment #6
agill commentedyou are right George, i guess i was so used to work on this alone
that i did not pay attention to the authorship option in git. I did a commit
with a message that sort of corrects the authorship for the patch commit
at least its mentioned now in the commit message of todays git commit. Next patches will be aplied
properly with correct authorship.
Regards,
Andreas