backdrop-contrib / coder_upgrade

Helps automate some/most of the work required to upgrade a module from Drupal to Backdrop 1.x
GNU General Public License v2.0
4 stars 7 forks source link

Apply the selected conversion routines screen is ambiguous - please clarify #71

Open yorkshire-pudding opened 2 years ago

yorkshire-pudding commented 2 years ago

image

Conversion routines

Option 1

Coding standards for Backdrop (parse and rewrite code files using the Grammar Parser) (it is recommended to run this routine before applying core API change routines so that the patch files accurately reflect the routines applied)

Option 2

Core API changes from Drupal 7 to Backdrop (also includes coding standards changes from rewrite of code files using the Grammar Parser)

Queries

Patch files

Option 1 says to run this routine before core api changes for patch files to accurately reflect the routines applied. running option 1 first and then option 2 there is only 1 patch file. So what am I doing wrong?

Duplication

Option 1 is coding standards. Option 2 includes coding standards as well as core API changed. So are they both needed, or does option 2 do everything?