Closed (duplicate)
Project:
Drupal core
Version:
8.1.x-dev
Component:
translation.module
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Apr 2012 at 21:38 UTC
Updated:
21 Sep 2015 at 11:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
fluxsauce commentedComment #2
fluxsauce commentedCompleted.
In case there's any question, in translation.module I switched
COUNT(*)toCOUNT(nid), the primary key because ">coder correctly flagged it as a warning.Comment #2.0
fluxsauce commentedReport of completed work and false positives
Comment #3
dinakaran.ilango commentedpatch at #2 works for me
Comment #4
lotyrin commentedThis patch is adding types to documentation blocks. AFAIK, that's supposed to be part of a separate meta issue.
Comment #5
lars toomre commentedYup.. Adding type hinting is too hard for this sprint of patches. The committer is too concerned about enough time to correctly review all of the functions in this module.
Comment #6
jhodgdonWe're not including the param/return types in this effort any more -- see #1518116: [meta] Make Core pass Coder Review -- too difficult to review for accuracy.
Comment #7
fluxsauce commentedI will re-do the patch without the type hinting.
For the record, the stipulation that type hinting was to be excluded was made after I wrote the patch (24/04/2012 - 21:33).
Comment #7.0
fluxsauce commentedMinor markup cleanup
Comment #8
fluxsauce commentedResubmitting without type hinting.
Comment #9
NROTC_Webmaster commentedAll of the changes look good but I didn't apply the patch. Does it pass with the exception of the datatype errors produced? If it doesn't can you say what errors are still produced.
Comment #10
fluxsauce commentedYes. I listed the errors that are still reported in the issue description. To summarize:
Comment #11
traviscarden commentedPostponing till feature freeze. If you want to help in the meantime, please work on the blockers on the meta issue. Thanks!
Comment #12
fluxsauce commentedComment #12.0
fluxsauce commentedUpdating with revised patch results.
Comment #13
traviscarden commentedComment #14
valthebaldWe are going to work on this issue during DCWroclaw 2014
Comment #17
xjmThanks for all the work here so far. See #1518116-86: [meta] Make Core pass Coder Review. This issue is postponed until the meta issue is either closed or reopened.
Comment #18
tatarbjClosing in favor of #2571965: [meta] Fix PHP coding standards in core, stage 1. In this issue the coding standards will be fixed on a sniff-per-sniff basis rather than a module-per-module basis.