Problem/Motivation
As per https://www.drupal.org/node/3070687 testing modules should not have either core or core_version_requirement keys set. These now cause exceptions to be thrown.
Proposed resolution
Remove the key "core" from "views_test_linkarea.info.yml"
Issue fork views_linkarea-3268564
Show commands
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
marciaibanezI'll work on this.
Comment #4
marciaibanezHi! I removed the
corekey and also changed thecore_version_requirementfrom^8 || ^9to^9 || ^10. The issue says to remove thecorekey in this file:views_test_linkarea.info.yml, but the core key was already removed in it, so the changes I made are in this file:views_linkarea.info.yml. If I did anything wrong or can do something else to help, please let me know, kindly review it :)Comment #5
thomas.frobieterLooks good!
Comment #7
anybodyI don't think it's ok to not have any of 'core' or 'core_version_requirement' in any module info.yml!
Added it accordingly.
Has the compatibility against Drupal 10 been ensured?
Comment #8
grevil commented@marciaibanez The changes were only needed in the test file, which I already implemented! Sry, should have pointed that out in the thread here. As @Anybody said, the "core_version_requirement" is required in "views_linkarea.info.yml". And I am not sure about Drupal 10 compatibility, but if you tested it, it's probably correct!
Comment #9
grevil commentedComment #10
grevil commentedComment #11
grevil commentedAlso, if we want to have Drupal<8.7.7 support, the module also requires the "core" key. See here
Comment #12
anybodyRe #11 as Drupal 8 is EOL that's OK. 8.7.7 is old.
But the maintainer has to decide. ;)
I'm maintainer and I'm ok with that.
Comment #13
anybodyRTBC as of #5.
Comment #15
anybodyFinally decided to use
^8.9 || ^9as ^10 should be tested first! I don't want to set that blind.
Comment #16
anybodyFixed in 8.x-1,3!
Edit: Just saw I can't create releases here. Contacted https://www.drupal.org/u/jludwig
Comment #17
jludwig commentedReleased as 8.x-1.3. Thanks to everyone involved and to @Anybody for contacting me about making the release.