Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
text.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Jun 2014 at 04:46 UTC
Updated:
29 Jul 2014 at 23:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
andileco commentedTook out the extra '. This is my first patch!
Comment #2
pushpinderchauhan commented@andile2012 welcome, Good caught. Thanks!
In your patch some extra spaces coming, it should be removed. Here is updated patch.
One more thing, once you upload any patch then also change Status to
Need review.Thanks :)
Comment #3
andileco commentedThanks, @er.pushpinderrana. When I ran "git diff 8.x > [description]-[issue-number]-[comment-number].patch" (was using git bash on a Windows machine) it created an empty patch file, so I manually added the text--am sure that's what introduced the extra spaces. Thanks for the other note, too!
Comment #4
pushpinderchauhan commented@andile2012, please read the instructions here Making a Drupal patch with Git and follow the same in future.
You can't make manual changes in .patch file, it is not going to be work. Make sure you first apply your patch on your machine, see the patch apply successfully then upload.
Thanks!
Comment #5
andileco commentedI went back and played around and my checkout had failed--that was why the patch was blank. Good to know! Thanks for the pointers.
Comment #6
pushpinderchauhan commentedSorry but why you hide the #2. This patch will get reviewed by community as it applies successfully.
PS: We hide only that patch having some issues and no need to review further.
Comment #7
andileco commentedRookie mistake :(
Comment #8
pushpinderchauhan commentedLooks good to me, moving to RTBC.
Comment #9
alexpottCommitted fe76b9a and pushed to 8.x. Thanks!