Closed (fixed)
Project:
Drupal core
Version:
8.6.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Apr 2018 at 11:02 UTC
Updated:
7 Jun 2018 at 11:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jibranComment #3
msankhala commentedComment #4
msankhala commentedHere is a patch.
Comment #5
msankhala commentedComment #6
chanderbhushan commentedI have tested #4 is looks fine thanks
Comment #7
jibranThis is test code and this hook is not used to clear the cache so please remove this change.
Comment #8
anmolgoyal74 commenteddid all the changes told by @jibran in #7.
Comment #9
jibranThanks, for the changes. While updating the existing patch please always create an interdiff.
Please restore this line.
Please clean up the whitespaces.
Comment #10
anmolgoyal74 commentedPlease review the patch.
Comment #11
anmolgoyal74 commentedComment #12
msankhala commentedPatch #10 has all the fixes as per suggestion in #7 and #9 by @jibran. This patch applies cleanly.
Comment #13
jibranThanks, for fixing the feedback. Just a minor observation.
Unrelated change please revert this.
Comment #14
anmolgoyal74 commentedReverted as per suggestion in #13.
Comment #15
surbz commentedPatch #14 has all the fixes as per suggestion in #13 by @jibran. This patch applies cleanly.
Comment #16
surbz commentedComment #17
alexpottUse of X insteadis not correct grammar. It should beUse X instead. Plus functions should have()after them. Plus we have 80 characters before the comment line should break. Let's use them. So the comment should be:Comment #18
surbz commentedThanks @alexpott for reviewing this i am making the fixes from #17 here.
Also attaching an interdiff.txt
Comment #19
alexpottMissing a () after hook_update_N.
Some of these are missing a space after
cache.also the comment flow is not quite right... of can be on the previous line.Comment #20
arunkumarkComment #21
anmolgoyal74 commentedThanks @alexpott for reviewing this. I'm making the fixes from #19 here.
Also attaching an interdiff.txt
Comment #22
arunkumarkRe-rolled the patch as per the comment on #19.
Comment #23
nkoporecTested #21 and it applies cleanly, also the #19 issues are fixed.
@arunkumark next time please provide interdiff so your patch can be easier to review.
Comment #24
jibranThanks, for the patch.
Comment #25
catchCommitted 0076c63 and pushed to 8.6.x. Thanks!