Closed (fixed)
Project:
Search Kint
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2020 at 20:59 UTC
Updated:
26 May 2020 at 15:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
wombatbuddy commentedComment #3
bhanu951 commented#2 patch applied cleanly.And module installed without errors.
Comment #4
elgandoz commentedThis 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.
Comment #5
dahousecat commentedIs 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
Comment #6
wombatbuddy commented@dahousecat yes.
Comment #7
ankush_03Comment #8
meghasharma commentedit 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
Comment #9
meghasharma commentedComment #10
wombatbuddy commented@ankushgautam76@gmail.com,
how is the patch #7 differ from the #2 ?
Comment #12
dahousecat commentedFixed and pushed.
Comment #13
dahousecat commented