Closed (duplicate)
Project:
Memcache API and Integration
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2021 at 15:24 UTC
Updated:
3 Aug 2022 at 21:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
yousefanbar commentedComment #3
yousefanbar commentedComment #4
yousefanbar commentedComment #5
yousefanbar commentedComment #6
yousefanbar commentedComment #7
japerryThis was fixed a long time ago.
Comment #8
kriboogh commentedNope it's still there (i'm on 2.3)
Comment #9
kriboogh commentedComment #10
kriboogh commentedThe main info yml file is updated, but the test still has the problem.
Comment #11
kriboogh commentedAttached is a patch for 2.3
Comment #12
gaurav.kapoor commentedThere are still a few deprecation issues shown by Drupal Check which will have to be resolved to make module compatible with D9.
Comment #13
gaurav.kapoor commentedRemoved the code marked deprecated in Symfony 4.3 as well as retained adding key 'core_version_requirement: ^8 || ^9' in memcache_test.info.yml.
Comment #14
wim leersLooks good!
Comment #17
hswong3i commentedMR created from #13
Comment #18
n4r3nThere were few more deprecations:
Re-rolling patch #13 along with interdiff.
Comment #19
japerryPer: https://www.drupal.org/node/3070687 -- test modules don't need (and shouldn't have) the core_version_requirement key in them.
We need to test the Request time piece a bit to ensure it works. Last time this was committed it caused errors because the container couldn't be initialized before getting the request time.
Comment #20
n4r3nRemoved core_version_requirement key from test module and updated the patch.
I tried mocking getRequestTime() in local, seems working.
Comment #21
japerryThis patch is a duplicate of the D10 issue #3288536: Automated Drupal 10 compatibility fixes