- First commit to issue fork.
- last update
about 1 year ago 34 pass, 1 fail - @aurelianzaha opened merge request.
- Status changed to Needs review
about 1 year ago 12:54pm 27 September 2023 - π¦πΉAustria drunken monkey Vienna, Austria
Thanks for posting these MRs, aurelianzaha! Could you please just close one of them, I donβt know why there are two identical ones.
Also, can you please explain the reason for the reordering of the
->accessCheck(FALSE)
call?
Furthermore, I think if the previous method wasassertObjectNotHasAttribute
, then it should be replaced byassertFalse(property_exists(β¦))
, notassertTrue(β¦)
.Still, thanks for pointing out these necessary changes!
- last update
about 1 year ago 34 pass, 1 fail - last update
about 1 year ago 47 pass - π¦πΉAustria aurelianzaha
thanks @drunken-monkey for the feedback
the re-ordering
->accessCheck(FALSE)
has the purpose to silent the errors created by https://www.drupal.org/project/upgrade_status β when checking the D10 compatibility of the module (see screenshot)
if you don't agree with those changes I can revert themfixed the assert as well
-
drunken monkey β
committed 3f384ffc on 8.x-1.x authored by
aurelianzaha β
Follow-up to #3289524 by aurelianzaha, drunken monkey: Fixed some...
-
drunken monkey β
committed 3f384ffc on 8.x-1.x authored by
aurelianzaha β
- Status changed to Active
about 1 year ago 10:25am 7 October 2023 - π¦πΉAustria drunken monkey Vienna, Austria
Thanks for explaining, that makes sense. (Though it does seem like a bug in the Update Status module, of course.) Then I have no problem with reordering the calls, especially in a test class. Thanks also for fixing the assertions.
Merged. Thanks again!Back to Active, in case anything still comes up.
- π¦πΉAustria aurelianzaha
@drunken-monkey do you want maybe to make a new release that works width Drupal 10?
- π¦πΉAustria drunken monkey Vienna, Austria
Youβre right, thanks! Created an an Alpha 4 release β .
- Status changed to Fixed
9 months ago 5:35pm 5 February 2024 - π¦πΉAustria drunken monkey Vienna, Austria
Since Drupal 10 is out now and I think we are compatible I think we can mark this issue βfixedβ.
Thanks again to everyone who helped! Automatically closed - issue fixed for 2 weeks with no activity.