Bug 1291081 (php-wikimedia-composer-merge-plugin)
| Summary: | Review Request: php-wikimedia-composer-merge-plugin - Composer plugin to merge multiple composer.json files | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Shawn Iwinski <shawn> | ||||||
| Component: | Package Review | Assignee: | Remi Collet <fedora> | ||||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | CC: | fedora, package-review | ||||||
| Target Milestone: | --- | Flags: | fedora:
fedora-review?
|
||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-12-18 21:14:49 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Shawn Iwinski
2015-12-13 14:31:07 UTC
remi's scratch build of php-wikimedia-composer-merge-plugin-1.3.0-1.fc23.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=12180252 Created attachment 1105511 [details]
phpci.log
phpCompatInfo version 5.0.0 DB built Dec 10 2015 07:13:14 CET static analyze results
Created attachment 1105512 [details]
review.txt
Generated by fedora-review 0.6.0 (3c5c9d7) last change: 2015-05-20
No blocker
[?]: Package functions as described.
How composer (RPM) will be aware of this plugin ?
Shouldn't we add somtheing in composer autoloader ?
e.g.:
foreach (glob(__DIR__.'/autoload-plugin-*.php') as $file)
require_once $file;
(In reply to Remi Collet from comment #4) > No blocker > > [?]: Package functions as described. > > How composer (RPM) will be aware of this plugin ? > Shouldn't we add somtheing in composer autoloader ? > e.g.: > foreach (glob(__DIR__.'/autoload-plugin-*.php') as $file) > require_once $file; Very good point. I'll do some investigation. (In reply to Shawn Iwinski from comment #5) > (In reply to Remi Collet from comment #4) > > No blocker > > > > [?]: Package functions as described. > > > > How composer (RPM) will be aware of this plugin ? > > Shouldn't we add somtheing in composer autoloader ? > > e.g.: > > foreach (glob(__DIR__.'/autoload-plugin-*.php') as $file) > > require_once $file; > > Very good point. I'll do some investigation. I couldn't "quickly" find a solution to this because it seems the only plugin "registration" is done at update/install time. I am going to close this review request. If I find a solution to have this packaged in the future I will re-open. |