Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rpayanm’s picture

Title: Remove drupal_strlen() » Remove usage of drupal_strlen()
rpayanm’s picture

Status: Active » Needs review
FileSize
16.44 KB

Status: Needs review » Needs work

The last submitted patch, 2: 2361789-2.patch, failed testing.

rpayanm’s picture

Status: Needs work » Needs review
FileSize
16.68 KB

Status: Needs review » Needs work

The last submitted patch, 4: 2361843-4.patch, failed testing.

rpayanm’s picture

Status: Needs work » Needs review
FileSize
16.47 KB

Status: Needs review » Needs work

The last submitted patch, 6: 2361797-6.patch, failed testing.

rpayanm’s picture

Status: Needs work » Needs review
FileSize
16.5 KB
rpayanm’s picture

Assigned: rpayanm » Unassigned

Palashvijay4 queued 8: 2361797-8.patch for re-testing.

Status: Needs review » Needs work

The last submitted patch, 8: 2361797-8.patch, failed testing.

er.pushpinderrana’s picture

Status: Needs work » Needs review
FileSize
15.85 KB

Re-rolled #8 Patch

Palashvijay4O’s picture

Great !! Applied successfully !!

Palashvijay4O’s picture

@er.pushpinderrana I think declaration of drupal_strlen() in core/includes/unicode.inc and also the documentation related to that should be removed .

 function drupal_strlen($text) {
  return Unicode::strlen($text);
}
rpayanm’s picture

@Palashvijay4 The function would be remove in #2361799: Remove drupal_strlen., here only the usage.

JeroenT’s picture

Status: Needs review » Reviewed & tested by the community

No occurrences left and Patch looks ok to me.

alexpott’s picture

Status: Reviewed & tested by the community » Needs work
Issue tags: +Needs reroll

Needs a reroll

git ac https://www.drupal.org/files/issues/2361797-12.patch
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 16226  100 16226    0     0  46381      0 --:--:-- --:--:-- --:--:-- 50391
error: patch failed: core/lib/Drupal/Core/Mail/MailFormatHelper.php:8
error: core/lib/Drupal/Core/Mail/MailFormatHelper.php: patch does not apply
error: patch failed: core/modules/text/text.module:6
error: core/modules/text/text.module: patch does not apply
Palashvijay4O’s picture

Assigned: Unassigned » Palashvijay4O
Palashvijay4O’s picture

Status: Needs work » Needs review
FileSize
16.36 KB

re-roll .

Status: Needs review » Needs work

The last submitted patch, 19: 2361797-19.patch, failed testing.

rpayanm’s picture

Status: Needs work » Needs review
Issue tags: -Needs reroll
FileSize
15.68 KB

Palashvijay4O queued 19: 2361797-19.patch for re-testing.

The last submitted patch, 19: 2361797-19.patch, failed testing.

rpayanm’s picture

@Palashvijay4O you patch not apply because you're working in an obsolete code, you have to do a "git pull", and then update your patch.

Palashvijay4O’s picture

@rpayanm thanks ... i realized that later ...

rpayanm’s picture

Status: Needs review » Reviewed & tested by the community

Reroled, then RTBC...

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 21: 2361797-21.patch, failed testing.

rpayanm’s picture

Status: Needs work » Reviewed & tested by the community
FileSize
15.64 KB

rerolling...

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

This issue is a prioritized change as per #2350615: [policy, no patch] What changes can be accepted during the Drupal 8 beta phase? and it's benefits outweigh any disruption. Committed 12ba160 and pushed to 8.0.x. Thanks!

  • alexpott committed 12ba160 on 8.0.x
    Issue #2361797 by rpayanm, Palashvijay4O, er.pushpinderrana: Remove...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.