Closed (outdated)
Project:
Config Ignore
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Jun 2020 at 08:09 UTC
Updated:
4 Aug 2021 at 06:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
suzymasriPatch attached.
Comment #3
mrpauldriver commentedDuplicated in #3131937: Add key 'core_version_requirement' (D9 preparation)
Comment #4
suzymasri@MrPaulDriver This issue is to include the "core_version_requirement" key on the 3.x branch, while #3131937: Add key 'core_version_requirement' (D9 preparation) is for 2.x.
3.x supports core ^8.8 || ^9 , therefore core key needs to be removed in favor of core_version_requirement.
Comment #5
jigariusWorks. Looks good to me.
Comment #6
johnennew commentedAgreed - this patch is needed, D9 explodes with an error about the test module even though its not enabled.
Comment #7
orlando.thoenySorry wrong issue: Ignore this comment
Comment #8
bryandenijsThanks for the patch! It seems to be enough to make the module work with D9!
Comment #9
markdorisonClosing this as a duplicate of #3042661: Drupal 9 Deprecated Code Report as it has additional necessary changes for D9.
Comment #10
jeroentReopening this issue since #3042661: Drupal 9 Deprecated Code Report is for the 2.x branch. This issue is about fixing D9 compatibility for the 3.x branch.
Comment #11
jeroentComment #12
pcate commentedLooks like there are still failing D9 tests. Can anyone confirm these are un-related to D9 compatibility? If they are un-related, has an issue been created to resolve them?
Comment #13
mpotter commentedNeed to also remove the "core" tag from "config_ignore_hook_test.info.yml". This causes errors when running tests locally and might be related to the failing tests reported in #12.
Comment #14
jeroentThis was fixed in #3117694: Make all available tests pass.