The module is not installed and the following error message is displayed:

Drupal\Core\Extension\InfoParserException: Invalid 'core' value "^8 || ^9" in modules/contrib/search_kint/search_kint.info.yml in Drupal\Core\Extension\InfoParserDynamic->parse() (line 77 of core\lib\Drupal\Core\Extension\InfoParserDynamic.php).

CommentFileSizeAuthor
#7 3123000-7.patch361 bytesankush_03
#2 3123000-1.patch361 byteswombatbuddy

Comments

wombatbuddy created an issue. See original summary.

wombatbuddy’s picture

StatusFileSize
new361 bytes
bhanu951’s picture

#2 patch applied cleanly.And module installed without errors.

elgandoz’s picture

This is related with the patch in https://www.drupal.org/project/search_kint/issues/3120060, which looks correct, but probably something has been missed during a conflict resolve.

dahousecat’s picture

Is the problem here that core should just be 8.x and core_version_requirement should be ^8 || ^9 like the example here?

Here is what there currently is search_kint.info.yml

wombatbuddy’s picture

@dahousecat yes.

ankush_03’s picture

Status: Active » Needs review
StatusFileSize
new361 bytes
meghasharma’s picture

it looks good to me
drupal-8.8.1 % vendor/bin/rector process modules/contrib/search_kint --dry-run
Rector 0.8.x-dev@8896f0a
Config file: rector.yml

3/3 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

[OK] Rector is done!

drupal-8.8.1 % vendor/bin/drupal-check -ad modules/contrib/search_kint
PHPStan crashed in the previous run probably because of excessive memory consumption.
It consumed around 53 MB of memory.

To avoid this issue, allow to use more memory with the --memory-limit option.
Warning: Class 'PHPUnit\Framework\MockObject\Matcher\InvokedRecorder' not found in /Users/Documents/standar_drupal/drupal-8.8.1/core/tests/bootstrap.php on line 197
1/1 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

[OK] No errors

meghasharma’s picture

Status: Needs review » Reviewed & tested by the community
wombatbuddy’s picture

@ankushgautam76@gmail.com,
how is the patch #7 differ from the #2 ?

  • dahousecat committed ef50a53 on 8.x-1.x
    Issue #3123000 by wombatbuddy - fix wrong core value in info.yml
    
dahousecat’s picture

Fixed and pushed.

dahousecat’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.