- πΊπΈUnited States mglaman WI, USA
I just hit this in β¨ Make it easier for theme builders to enable Twig debugging and disable render cache Fixed . How
Drupal\Core\KeyValueStore\KeyValueMemoryFactory
is tried to be persisted causes tests to break because the service isn't persisted. - last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago Custom Commands Failed - Status changed to Needs review
over 1 year ago 11:16pm 17 February 2024 - π¬π§United Kingdom longwave UK
Rebased against 11.x in a new branch on MR!6658. Locally the functional version of TwigDebugMarkupTest passes, so I removed the conversion to a kernel test here.
- π¬π§United Kingdom longwave UK
Should restoreServiceState() be decoupled from the kernel? Each persistent service could be responsible for transferring its data from the old to the new one, via an intermediate service that collects
persist
services tags and calls each service to do the work? - Status changed to Needs work
over 1 year ago 3:15pm 23 February 2024 - πΊπΈUnited States smustgrave
Hiding patches for clarity
Added #68 to remaining tasks
Moving to NW for change record unless you are waiting for an answer to 68 first, if that's the case can put back in review. But I didn't get that vibe that was the case.
- π«π·France andypost
andypost β changed the visibility of the branch 2368263-remove-the-persist to hidden.
- π«π·France andypost
Polished a bit new code
Re#68
Looking at
UpdateKernel
andInstallerKernel
I see both overridinginitializeContainer
but calling parent, so I think it's ok to keep it inDrupalKernel
- π«π·France andypost
reroll after π Fix Container::reset() and provide DrupalKernel::resetContainer() Needs review