The recent merged patches/MRs appear to have broken dev. Installing dev branch results in the following error:
ParseError: Unmatched '}' in Drupal\Core\Extension\Extension->load() (line 633 of modules/custom/coc_forms_auto_export/coc_forms_auto_export.module).
and removing the unmatched } results in another error:
ParseError: syntax error, unexpected token "public" in Composer\Autoload\{closure}() (line 142 of modules/custom/coc_forms_auto_export/src/Element/AutoExportExcludedColumns.php).
so I think this needs looking at again. I'm going to create a new branch based on the last working version with the D10 patch and see how I get on.
Issue fork coc_forms_auto_export-3472520
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
sarwan_verma commentedComment #3
welly commentedHave created an initial merge request that looks like it's working (although there are other issues that need investigation which can be done in a different issue). I'll need to merge in the coding standards work and check that doesn't break anything.
Comment #4
welly commentedUpdated MR with coding standards fixes
Comment #6
welly commentedI've had to revert a few of the commits so known, working patches could be reapplied and so I think this is probably a good starting place for ongoing development.
Comment #7
welly commentedIf this can be reviewed, it'd be much appreciated! Or at least my approach discussed. We'll probably have to revisit https://www.drupal.org/project/coc_forms_auto_export/issues/3259009 and https://www.drupal.org/project/coc_forms_auto_export/issues/3286562 but it'll get the dev branch in a working state.
Comment #8
welly commentedWork is being done on a new 3.x branch to bring the module up to date.