Since all bug fixes must first be applied to d8 tree, it would help to have a d8 version of coder.

Comments

pillarsdotnet’s picture

StatusFileSize
new1.19 KB

Patch to get things started.

pillarsdotnet’s picture

Title: Initial d8 port » Initial d8 port of Coder and Coder Review modules.
Status: Active » Needs review
pillarsdotnet’s picture

StatusFileSize
new6.25 KB

Removed references to update_sql() since it doesn't exist in d8 (or d7, for that matter).

pillarsdotnet’s picture

Status: Needs review » Needs work
webchick’s picture

One thing you can probably do (or at least what we do in core) is remove those old hook_update_N functions rather than upgrading them to D8, and start any new schema changes at hook_update_8000().

jhodgdon’s picture

As we go forward, there will of course be many other things (standards, functions, etc.) that change between d7 and d8 besides the one standard mentioned in #5. Coder maintainers can keep track of which ones have been included in the Coder* modules by looking at:
http://drupal.org/list-change-updates/drupal
On that page, you can search for changes that affect module or theme developers, and which are not yet marked as having been incorporated into Coder*.

Then once the changes have been incorporated (or do not need to be), you can update the change nodes by editing them (which will make them vanish from the search).

traviscarden’s picture

Status: Needs work » Closed (duplicate)

#1536122: Drupal 8 port, though newer, seems to be doing the same thing and making more meaningful progress.