Closed (fixed)
Project:
Drupal core
Version:
9.0.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2020 at 11:28 UTC
Updated:
20 Feb 2020 at 14:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
hardik_patel_12 commentedKindly review a patch.
Comment #3
hardik_patel_12 commentedComment #4
hardik_patel_12 commentedComment #5
hardik_patel_12 commentedKindly review a new patch.
Comment #6
quietone commentedChanging to NW since the patch doesn't apply cleanly.
Comment #7
andypostRer-roll, i18n vars gone, but the remaining deprecated trigger is https://www.drupal.org/node/2929443 inside of
\Drupal\migrate_drupal\MigrationState::buildUpgradeState()Probably it should use assert() or logger
The test for removal deprecated in #3109746-8: Remove remaining @deprecated code in the datetime module
Comment #9
gábor hojtsyMerged with #3109746: Remove remaining @deprecated code in the datetime module, since that is testing the code being removed here. Removing the test ahead of removing the code being tested did not look like a good step.
Comment #12
gábor hojtsyCarry over contributor credits from there.
Comment #13
andypostI agree that better close as duplicate, and there's no more leftovers in the module
PS: looks no needs to transfer credits from the closed issue and interdiff between #7 and #9 exactly is #3109746-5: Remove remaining @deprecated code in the datetime module
Comment #15
catchCommitted 529c16e and pushed to 9.0.x. Thanks!