Closed (won't fix)
Project:
Coder
Version:
7.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2012 at 20:17 UTC
Updated:
26 May 2016 at 16:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
laceysanderson commentedI used this to install the coder upgrade module on my D7 site. It worked beautifully :)
Comment #2
solotandem commentedThanks for the post.
You can shorten the make file by eliminating the lines about the Libraries API project. The make file included with the grammar_parser_lib project will be invoked by drush make to download the other dependencies...Libraries API and the Grammar Parser "library" (as drush make is recursive when it finds another make file).
The make file in the Coder Upgrade module illustrates this. If you have downloaded the Coder project, then you could run the make file in the Coder Upgrade module to grab the dependencies.
You tagged this as a feature request. However, to replace the existing make file in the Upgrade module with your make file seems inappropriate. If someone has to download this project to get that make file, then they don't need a make file that asks to download the Coder project again. If you are trying to build a make file for a site, that seems a bit out of scope for this project. And the selection of projects to include is user-specific.
Comment #3
matt v. commented@solotandem,
Thanks for the tip; that worked well. I'm attaching an updated make file.
The make file also works on existing sites, if you use the following syntax:
$ drush make --no-core d7upgrader.make
Comment #4
matt v. commentedWhen attempting to use the d7upgrader.make_.3.txt version of the make file today, I was getting the following warning, causing the module downloads to fail:
There are no stable releases for project coder.I'm attaching an updated version of the make file that specifies a version of the Coder module, to work around the issue.
Comment #5
klausiCoder 7.x-1.x is frozen now and will not receive any updates. Coder 8.x-2.x can be used to check code for any Drupal version, Coder 8.x-2.x also supports the phpcbf command to automatically fix conding standard errors. Please check if this issue is still relevant and reopen against that version if necessary.