core/misc/tabledrag.js
✖ 36 problems (0 errors, 36 warnings)
| Comment | File | Size | Author |
|---|---|---|---|
| #21 | interdiff-2559695-20-21.txt | 444 bytes | leolandotan |
| #21 | core-jsdoc-tabledrag-2559695-21.patch | 8.21 KB | leolandotan |
| #20 | interdiff.txt | 3.1 KB | nod_ |
| #20 | core-jsdoc-tabledrag-2559695-20.patch | 8.21 KB | nod_ |
| #17 | interdiff-2559695-12-15.txt | 554 bytes | leolandotan |
Comments
Comment #2
gatorjoe commentedI will work on this issue over the next couple of days
Comment #3
gatorjoe commentedMy apologies, I have run into time constraints so I wanted to set this back to unassigned.
Comment #4
eiriksmComment #5
falufalump commentedRan the patch in #4 through coder, and fixed suggested warnings/errors (all style related).
Comment #6
falufalump commentedFixed a few more style errors via ESLint.
Comment #7
Trebor commentedUsing eslint, verified that after applying the jsdoc_tabledrag_js-2559695-6.patch that there are now no errors or warnings. Thanks falufalump!
Comment #8
themusician commented0 errors and 0 warnings with eslint. Looking good.
RTBC +1
Comment #9
nod_Good to go, we can make it more exact once people start looking at it.
Comment #10
catchCould probably drop the first sentence of the paragraph since the header says the same thing.
Indentation changes look wrong, and there are lines untouched by the patch that have different indentation.
Comment #11
bhavikshah9 commentedHere is the updated patch.
Comment #12
bhavikshah9 commentedComment #13
leolandotan commentedHi,
I reviewed the patch from comment #11 and here is my review.
Things done:
I tested with and without the patch. With the patch, there were no warnings found regarding ESLint already but I updated the change from comment #11 item #1 to follow the JavaScript API documentation and comment standards
for the short description.
Im not sure also if we need to update the tenses of the short descriptions here but based on the other core JS files they don't strictly follow the tenses.
Thanks!
Comment #14
eiriksmNitpick, but after you changed this, this line break comes a little early (it's way less than 80 characters)
Comment #15
bhavikshah9 commentedHere is the updated patch with correction sniffed by @eiriksm
Comment #16
leolandotan commentedHi @bhavikshah9,
When adding new patches above others regardless if it's yours or others, please provide an interdiff as recommended in Creating an interdiff. It will be of so much help.
Thanks!
Comment #17
leolandotan commentedI have reviewed also the latest patch against the latest code base of 8.0.x. Here I just included an interdiff for others to check.
Comment #18
bhavikshah9 commentedHi @leolando.tan,
Thanks a lot for the tip and an interdiff file.
Comment #19
leolandotan commentedNo problem at all! :)
Comment #20
nod_Thanks for the reroll, removed a the code reformating that slipped in, that's out of scope here.
Exciting, last jsdoc patch before we're down to 0 warnings :)
Comment #21
leolandotan commentedOh no! That was part of my change on the previous patch, my bad. :( Yeah! from so much issues to the last JS file! :D
I have reviewed the patch in #20 with ESLint on PHPStorm. Everything looks good but I found one typo and just went ahead and fixed it. I hope it's alright to add it.
Thanks!
Comment #22
leolandotan commentedComment #23
nod_looking good!
Comment #26
catchCommitted/pushed to 8.1.x and cherry-picked to 8.0.x. Thanks!