- Issue created by @tedbow
- Open on Drupal.org βCore: 10.1.x + Environment: PHP 8.1 & MySQL 8last update
over 1 year ago Not currently mergeable. - last update
over 1 year ago 778 pass - last update
over 1 year ago 765 pass, 4 fail - last update
over 1 year ago CI aborted - Assigned to phenaproxima
- Status changed to Needs review
over 1 year ago 7:20pm 27 November 2023 - last update
over 1 year ago 775 pass, 2 fail - last update
over 1 year ago 778 pass - last update
over 1 year ago 779 pass - last update
over 1 year ago 779 pass - last update
over 1 year ago 779 pass - last update
over 1 year ago 779 pass - last update
over 1 year ago 779 pass - last update
over 1 year ago 779 pass - πΊπΈUnited States phenaproxima Massachusetts
I'm pretty much happy with this, although it occurs to me that we could make
type()
a protected property or class constant, rather than a method, and still keep our rules about subclasses overridding it (\ReflectionProperty
and\ReflectionClassConstant
both have thegetDeclaringClass()
method).The only downside is that it would no longer have any dynamism, but I'm honestly not sure if we really need that anyway.
- last update
over 1 year ago 778 pass, 2 fail - last update
over 1 year ago 779 pass - πΊπΈUnited States tedbow Ithaca, NY, USA
@phenaproxima re #5 I changed this to protected string. I agree it simpler.
The only downside is that it would no longer have any dynamism, but I'm honestly not sure if we really need that anyway.
As long as it is not a constant it can still be somewhat dynanmic.
for instance we could have have our attended and unattended stages be one class with 2 different services using this class. Just add a
$more
property to the constructor and in the constructor set the$this->type
value. - Assigned to tedbow
- Status changed to Needs work
over 1 year ago 6:18pm 29 November 2023 - πΊπΈUnited States phenaproxima Massachusetts
Couple of small things but this otherwise looks good to me.
- last update
over 1 year ago CI aborted - last update
over 1 year ago CI aborted - Assigned to phenaproxima
- Status changed to Needs review
over 1 year ago 7:18pm 29 November 2023 - πΊπΈUnited States tedbow Ithaca, NY, USA
Accepted suggestions and 1 more cleanup
- Assigned to tedbow
- Status changed to RTBC
over 1 year ago 7:21pm 29 November 2023 - πΊπΈUnited States phenaproxima Massachusetts
One suggestion but RTBC overall.
- last update
over 1 year ago 712 pass, 1 fail - last update
over 1 year ago 779 pass - last update
over 1 year ago 772 pass, 1 fail -
tedbow β
committed b5bb44fb on 3.0.x
Issue #3404429: Add getType to StageBase to allow subclasses to be...
-
tedbow β
committed b5bb44fb on 3.0.x
- Issue was unassigned.
- Status changed to Fixed
over 1 year ago 9:11pm 29 November 2023 - πΊπΈUnited States tedbow Ithaca, NY, USA
ugh the test failure I think is π Possible random failure in build tests for cron updates Postponed . 3.0.x is passing after the merge
Automatically closed - issue fixed for 2 weeks with no activity.