- Issue created by @acbramley
- ๐ฎ๐ณIndia keshav patel
Keshav Patel โ made their first commit to this issueโs fork.
- Merge request !6467Issue #3419356: Use constructor property promotion on $serializer in... โ (Open) created by keshav patel
- First commit to issue fork.
- Merge request !6472Use constructor property promotion on in Drupal\Core\Cache\DatabaseBackend โ (Open) created by taraskorpach
- Status changed to Needs review
11 months ago 9:13am 6 February 2024 - ๐บ๐ฆUkraine taraskorpach Lutsk ๐บ๐ฆ
I've created another merge request to avoid overwriting anyone's changes. @acbramley, could you take a look? Is it finally a "property promotion"?
- ๐ซ๐ทFrance andypost
MR 6472 looks is what required but will have commit collision with ๐ DatabaseBackend doesn't handle string typed $max_rows with $serializer Active
- ๐บ๐ฆUkraine taraskorpach Lutsk ๐บ๐ฆ
I've noticed this issue as well. Since I'm relatively new, could you explain how such conflicts are handled within the Drupal issue workflow? Will the conflicts be resolved in the issue that is merged first, or is there another way?
- ๐ซ๐ทFrance andypost
As the second one is RTBC already, let's keep this issue for rebase/re-roll
- Status changed to Postponed
11 months ago 8:19pm 6 February 2024 - ๐บ๐ธUnited States smustgrave
Postponing on ๐ DatabaseBackend doesn't handle string typed $max_rows with $serializer Active soon as that lands this just needs to be rebased and put back in review
- ๐ฆ๐บAustralia acbramley
acbramley โ changed the visibility of the branch 3419356-use-constructor-property to hidden.
- Status changed to Needs work
11 months ago 10:48pm 6 February 2024 - Status changed to Needs review
11 months ago 7:08am 7 February 2024 - ๐บ๐ฆUkraine taraskorpach Lutsk ๐บ๐ฆ
Looks mergeable now.
Somewhat off-topic: PHPCS suggests that the code
$this->maxRows = $max_rows === NULL ? static::DEFAULT_MAX_ROWS : $max_rows;
could be simplified to$this->maxRows = $max_rows ?? static::DEFAULT_MAX_ROWS;
. Is it worth creating an issue for this? - Status changed to RTBC
11 months ago 11:06pm 7 February 2024 -
longwave โ
committed 5ce8edea on 11.x
Issue #3419356 by taraskorpach, acbramley: Use constructor property...
-
longwave โ
committed 5ce8edea on 11.x
- Status changed to Fixed
11 months ago 12:00am 8 February 2024 Automatically closed - issue fixed for 2 weeks with no activity.