Download & Extend

Modules known not to parse with Coder 7.x

Project:Coder
Version:7.x-1.x-dev
Component:Documentation
Category:task
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

As I work with coder there are several modules that won't parse with the grammar parser based version of coder. I thought it could be useful to document these both so that folks running coder/coder_upgrade on a whole site will know which modules to skip AND so someone with interest/time could work on making them parse.

  • Views
  • Ctools
  • Display suite
  • Examples
  • filefield_sources
  • i18n
  • location
  • menu_block
  • search_api
  • Webform

I feel like I've had successes with parsing some like context and ctools, but they are causing problems right now. Maybe it's version specific?

There are some which simply take a long time and can cause a wsod. If I get a WSOD or other issue, my technique to compare what is working vs. failed is:

  cd Sites/scanner/sites/scan.dev/files/coder_upgrade/
  ls -1 old > old.txt
  ls -1 patch/ > patch.txt
  sed -i '' 's/\.patch//' patch.txt
  diff patch.txt old.txt