Closed (won't fix)
Project:
Drush
Version:
8.x-6.x-dev
Component:
Make
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Jan 2011 at 08:58 UTC
Updated:
11 Sep 2013 at 10:55 UTC
As #947158: Recursive makefiles can cause conflicts was duped...
Attached patch attempts to deal with recursive makefiles specifying different versions of the same module.
| Comment | File | Size | Author |
|---|---|---|---|
| recursive-versions.patch | 4.02 KB | xen |
Comments
Comment #1
xen commentedComment #2
helmo commented[ Powered by #1115636: Issue Macros and Templates - Drush Make]
Drush make is being merged into drush core (discussed in issue:#1310130: Put drush make in drush core)
This means that the issue queue is also moving. The drush queue has a component 'Make' especially for drush_make.
More information will be posted on the drush_make and drush project pages.
Comment #3
jhedstromThis needs a re-roll.
Comment #4
xen commentedFirst we need to figure out the right behavior.
When would two versions be considered equal?
Comment #5
helmo commentedHardly ever.... and maybe that's not relevant from Make's perspective.
Maybe we could specify this somewhat broader.
Use-case:
Profile A & B contain module X, profile C does NOT.
Module X could be the same version in both profile A&B but not necessarily.
I haven't tested this recently...
Comment #6
xen commentedWell, rather often.
When 2 makefiles both ask for views in the same version, or pull the same tag or branch from the same repository.
The interesting cases are when one asks for views 1.2 and the other just for views. Then 1.2 would satisfy both. And patches? The same version, but one make file applies a patch. Are they still equal.
Comment #7
moshe weitzman commentedpm normalizes definitions like views to views-6.x-3.0 (for example), after consulting the updatexml for a given project. so it should be easy to avoid downloading dupes.
Comment #8
xen commentedThe dupe issue has been fixed, but this is before pm kicks in. The latest make uses a static class getter method to ensure each project is only build once. This issue is about detecting that an recursive makefile wants another version of a project and error out.
Comment #9
jhedstromThe way this works now, it will pull whatever project version is specified in the local make file. If a recursive make file declares a different version, I think throwing an error would be frustrating, since the person trying to build the project may not be able to change that remote make file to update, for example, an older version of Views. Perhaps throwing a warning would be sufficient?
Comment #10
xen commentedA warning at minimum.
But when the version checking code is implemented, it's not too much trouble making a switch that decides the behaviour.
Comment #11
greg.1.anderson commentedThis issue was marked
closed (won't fix)because Drush has moved to Github.If this feature is still desired, you may copy it to our Github project. For best results, create a Pull Request that has been updated for the master branch. Post a link here to the PR, and please also change the status of this issue to
closed (duplicate).Please ask support questions on Drupal Answers.