Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
help.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Apr 2015 at 17:28 UTC
Updated:
2 Jun 2015 at 04:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wim leersComment #2
webchickNot to be pedantic, but supernova is one word, not two. So we should fix this the opposite way; by renaming the class to SupernovaGenerator.
Comment #3
znerol commentedComment #4
wim leers#2: :D
Comment #5
wim leersComment #6
joshi.rohit100As per #2 :0
Comment #7
wim leersCan you reroll the patch with
git diff -M10%? That'll prevent this from showing up as a deletion + addition in the patch, but as a move instead.Comment #8
joshi.rohit100Comment #9
wim leersMuch easier to review now, thanks! :)
Comment #13
andileco commentedThe reason the test fails is it can't recognize the changed file name. I ran this command and hope it makes it through the test: git mv --force SuperNovaGenerator.php SupernovaGenerator.php
If this doesn't work, I'll try again without the git diff -M10%
Comment #14
mark.labrecqueComment #15
mark.labrecqueI believe this might have been corrected via another issue, as I went to fix this from 8.0.x, but it seemed to have already been committed.
Can someone verify this and then close this if it is no longer needed?
Thanks!
Comment #16
mark.labrecqueComment #17
znerol commented#8 did not include the rename, #13 is the correct patch. Re #15, no this is not yet fixed/committed, so the patch is still necessary. @Wim feel free to re-RTBC.
Comment #18
mark.labrecqueComment #19
benjifisherI am removing the Novice Tag from this Issue because all tasks have been completed.
Comment #20
znerol commentedI am adding the Novice tag again because this is easy to review and could easily be RTBCed by a novice.
Comment #21
Daniel Kanchev commentedThanks for re-adding the "Novice" tag :) I've been following this issue for the last several days and I tested the latest patch. It works and I did not notice any issues. The only thing that bothers me is that that documentation needs to be updated as well, so that the examples will include the new "SupernovaGenerator":
https://api.drupal.org/api/drupal/core!modules!help!tests!modules!help_t...
Thus, I added the "Needs Update Documentation" tag and changed the status to "Reviewed & Tested by the Community".
Comment #22
webchickAh, good catch! :) No worries; that page will automatically be updated once the code is committed to core.
Comment #23
benjifisherI think it will help the final review by a core committer if the issue summary gives more details than "Fix" under the "Proposed resolution" header. Especially since the proposed fix changed after the issue was originally posted.
I am leaving the Novice tag on this issue for the task of updating the issue summary.
Comment #24
dawehner+1 for that naming, a Supernova is a thing for itself
Comment #26
xjmDefinitely one word, agreed. :)
Since I have a stupid case-insensitive filesystem, I had to commit this patch like so:
git apply --indexThis issue only changes test code, so per https://www.drupal.org/core/beta-changes, this can be completed any time during the Drupal 8 beta phase. Committed and pushed to 8.0.x. Thanks!