Support from Acquia helps fund testing for Drupal Acquia logo

Comments

andypost’s picture

Status: Active » Needs review
FileSize
22.43 KB
andypost’s picture

Issue tags: +Field API

taggin

andypost’s picture

Issue tags: +Novice

tagged to office hours

swentel’s picture

Status: Needs review » Closed (won't fix)

We're going todo this in one patch.

swentel’s picture

Status: Closed (won't fix) » Needs review

So we agreed to this in chunks anyway.

swentel’s picture

Issue tags: -Novice, -Field API

#1: 1953410-cud-1981334-1.patch queued for re-testing.

Status: Needs review » Needs work
Issue tags: +Novice, +Field API

The last submitted patch, 1953410-cud-1981334-1.patch, failed testing.

swentel’s picture

Status: Needs work » Needs review
FileSize
21.64 KB

rerolled

Status: Needs review » Needs work
Issue tags: -Novice, -Field API

The last submitted patch, 1981334-8.patch, failed testing.

swentel’s picture

Status: Needs work » Needs review

#8: 1981334-8.patch queued for re-testing.

Status: Needs review » Needs work
Issue tags: +Novice, +Field API

The last submitted patch, 1981334-8.patch, failed testing.

aspilicious’s picture

Status: Needs work » Needs review
FileSize
26.74 KB

Lets see if I made typos...

Status: Needs review » Needs work

The last submitted patch, 1981334-12.patch, failed testing.

pcambra’s picture

FileSize
6.76 KB
30.93 KB

Here we go

pcambra’s picture

Status: Needs work » Needs review
aspilicious’s picture

FileSize
30.12 KB

Rerolled and tried to fix typos

Status: Needs review » Needs work

The last submitted patch, 1981334-14.patch, failed testing.

aspilicious’s picture

Status: Needs work » Needs review

:)

aspilicious’s picture

I'll leave this one for pcambra

pcambra’s picture

Assigned: Unassigned » pcambra
FileSize
31.71 KB
3.52 KB

Not sure what the typos were fixed by @aspilicious, we really could use interdiffs here :)

Fixed a couple of things regarding node access tests.

swentel’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
657 bytes
31.73 KB

wonderful again, thanks!

One nitpick in the docs.

alexpott’s picture

Issue tags: -Novice, -Field API

#21: 1981334-21.patch queued for re-testing.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 1981334-21.patch, failed testing.

andypost’s picture

Status: Needs work » Needs review
Issue tags: +Novice, +Field API

#21: 1981334-21.patch queued for re-testing.

andypost’s picture

Status: Needs review » Reviewed & tested by the community

back to rtbc

alexpott’s picture

Status: Reviewed & tested by the community » Needs work

Needs a reroll...

curl https://drupal.org/files/1981334-21.patch | git a
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 32494  100 32494    0     0  12675      0  0:00:02  0:00:02 --:--:-- 13774
error: patch failed: core/modules/options/lib/Drupal/options/Tests/OptionsFieldTest.php:61
error: core/modules/options/lib/Drupal/options/Tests/OptionsFieldTest.php: patch does not apply
pcambra’s picture

Status: Needs work » Needs review
FileSize
31.59 KB

Catching up with HEAD.

swentel’s picture

Status: Needs review » Needs work
+++ b/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareCombinationTest.phpundefined
@@ -35,6 +35,13 @@ class NodeAccessLanguageAwareCombinationTest extends NodeTestBase {
+   * @var \Drupal\user\Plugin\Core\Entity\User.

should be interface no ?

You can mark it RTBC when you re-roll

andypost’s picture

Yes, this needs to be a interface

pcambra’s picture

Status: Needs work » Needs review
FileSize
31.75 KB

Here we go, changed to UserInterface

pcambra’s picture

Status: Needs review » Reviewed & tested by the community
andypost’s picture

Maybe we should convert this to FieldDefinitionInterface?

+++ b/core/modules/number/lib/Drupal/number/Tests/NumberFieldTest.phpundefined
@@ -22,8 +22,25 @@ class NumberFieldTest extends WebTestBase {
+   * @var \Drupal\field\Plugin\Core\Entity\Field

+++ b/core/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.phpundefined
@@ -22,6 +22,35 @@ class OptionsWidgetsTest extends FieldTestBase {
+   * @var \Drupal\field\Plugin\Core\Entity\Field
...
+   * @var \Drupal\field\Plugin\Core\Entity\Field
...
+   * @var \Drupal\field\Plugin\Core\Entity\Field

See #1950632: Create a FieldDefinitionInterface and use it for formatters and widgets

pcambra’s picture

I've created #2022207: User test vars declared as \Drupal\user\Plugin\Core\Entity\User where it should be \Drupal\user\UserInterface for the UserInterface docs cleanup, maybe that one should be a followup too?

andypost’s picture

Makes sense! docs could be cleaned after july 1

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed a4bfb01 and pushed to 8.x. Thanks!

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