Problem/Motivation

Drupal8Rector used to be based on an old version of Rector.
But newer versions of Rector are now based on a newer symfony version and other dependencies (that are incompatible with Drupal8)

Proposed resolution

Rector is now compiled as phar file (rector-prefixed).
Switching Drupal8-rector to be based on rector-prefixed solve the above issues.

We created https://packagist.org/packages/palantirnet/drupal8-rector to accelerate the development of drupal8-rector)

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#2 3106740-rector-prefixed-2.patch357 bytesshaal

Comments

shaal created an issue. See original summary.

shaal’s picture

Title: Switch to Drupal8-rector that is based on rector-prefixed » Switch to palantirnet/drupal8rector (rector-prefixed)
Issue summary: View changes
StatusFileSize
new357 bytes

  • Gábor Hojtsy committed 5f6dbd1 on 8.x-1.x
    Issue #3106740 by shaal: Switch to palantirnet/drupal8-rector (rector-...
gábor hojtsy’s picture

Title: Switch to palantirnet/drupal8rector (rector-prefixed) » Switch to palantirnet/drupal8-rector (rector-prefixed)

Sounds good :) I committed this as trying out composer dependency changes without them being committed is a big bag of pain. Will try next :)

  • Gábor Hojtsy committed 2191072 on 8.x-1.x
    Issue #3106740 followup by Gábor Hojtsy: place rector.yml in a temporary...

  • Gábor Hojtsy committed eb1ff7b on 8.x-1.x
    Issue #3106740 followup by Gábor Hojtsy: link to new repository and...
gábor hojtsy’s picture

Status: Active » Fixed

With the above commit, works all good now :) Can coexist with Upgrade Status this way yay! Updated project page, links and screenshot.

Should eventually include an actual test in the module :D

Status: Fixed » Closed (fixed)

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