Closed (fixed)
Project:
Drupal core
Version:
10.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Jan 2022 at 14:42 UTC
Updated:
20 Feb 2022 at 20:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
andypostschemaapiis defined inComment #4
andypostComment #5
daffie commentedLooks good to me.
Comment #6
catchNeeds a re-roll.
Comment #7
andypostre-roll
Comment #9
andypostRemove remains which left after #3210931: Remove deprecated update.inc functions
Comment #10
daffie commentedLooks good to me.
Comment #11
quietone commentedI searched for the functions that are removed and got results for drupal_get_schema.
Comment #12
volegerwe don't touch D6-D7 related scripts as I know in terms of deprecated functions replacement.
Comment #13
volegerThat's mean the functions called in the sh scripts calling related D6/D7 API
Comment #14
andypostThis function been removed in https://www.drupal.org/node/2467521 (early 8.x core) so probably needs follow-up to clean-up in separate issue as unrelated to the change but here's patch
Comment #15
andypostAlso confirm that d6/7 scripts should not get changes
Comment #16
andypostFiled issue as the #14 out of scope and should go to 9.4.x - #3261517: Clean-up stale reference to drupal_get_schema()
Patch is the same as #9
Comment #17
longwaveBack to RTBC, agree that the database dump scripts must be left alone and the stale reference can be dealt with elsewhere as it is relevant to 9.4.x as well.
Comment #19
andypostre-roll after #3260765: Remove deprecated code from menu-related subsystems
Comment #21
andypostlooks unrelated failure
Comment #23
andypostBot failure
Comment #25
catchCommitted eee5624 and pushed to 10.0.x. Thanks!