We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vendor/bin/rector --version
php -v
imports: - { resource: "vendor/palantirnet/drupal-rector/config/drupal-8/drupal-8-all-deprecations.yml" } # includes: # - { resource: "vendor/palantirnet/drupal-rector/config/drupal-8/drupal-8.5-deprecations.yml" } # - { resource: "vendor/palantirnet/drupal-rector/config/drupal-8/drupal-8.6-deprecations.yml" } # - { resource: "vendor/palantirnet/drupal-rector/config/drupal-8/drupal-8.7-deprecations.yml" } parameters: autoload_paths: - 'web/core' - 'web/core/modules' - 'web/modules' - 'web/profiles' file_extensions: - module - theme - install - profile - inc - engine services: ~
Rector 0.6.13 is working as expected. Steps to replicate:
git clone git@github.com:palantirnet/drupal8-rector-sandbox.git
cd drupal8-rector-sandbox/
git checkout rector-0.7
composer install
vendor/bin/rector process web/modules/contrib/config_filter --set dead-code --dry-run
<?php // put file content here
The text was updated successfully, but these errors were encountered:
Try removing vendor, composer.lock and reinstall. Composer migh be buggy in resolving phar files
vendor
composer.lock
Sorry, something went wrong.
I tried, I am getting same errors :(
I am closing this issue as a duplicate of #2879
There are more details about the problem in the other issue.
Updated Rector to commit 84a48e5e10be865e5fe6f0bbdcab3a7fc300a886
2518d99
rectorphp/rector-src@84a48e5 [tests] Use file paths over value objects in tests to improve performance (#2878)
No branches or pull requests
vendor/bin/rector --version
)php -v
)Current Behaviour
Rector 0.6.13 is working as expected.
Steps to replicate:
git clone git@github.com:palantirnet/drupal8-rector-sandbox.git
cd drupal8-rector-sandbox/
git checkout rector-0.7
composer install
vendor/bin/rector process web/modules/contrib/config_filter --set dead-code --dry-run
Minimal PHP Code Causing Issue
Expected Behaviour
The text was updated successfully, but these errors were encountered: