Closed (fixed)
Project:
Workspaces Extra
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2022 at 07:41 UTC
Updated:
10 Feb 2022 at 08:34 UTC
Jump to comment: Most recent
The code added in #3254669: Workspace specific caching for certain cache bins is throwing some warnings in some systems as some services don't seem to have a class that can be checked for using class_implements() in DecorateCacheFactoriesPass::process().
Install wse on a site with several core and contrib modules enabled and observe the warnings printed while doing a drush cr.
Add a condition that verifies a service definition has an actual class before checking what interface(s) the class is implementing.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
amateescu commentedMerged into 1.0.x, thanks!