Bug 1291081 (php-wikimedia-composer-merge-plugin) - Review Request: php-wikimedia-composer-merge-plugin - Composer plugin to merge multiple composer.json files
Summary: Review Request: php-wikimedia-composer-merge-plugin - Composer plugin to merg...
Keywords:
Status: CLOSED WONTFIX
Alias: php-wikimedia-composer-merge-plugin
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Remi Collet
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-13 14:31 UTC by Shawn Iwinski
Modified: 2015-12-18 21:14 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-12-18 21:14:49 UTC
Type: ---
Embargoed:
fedora: fedora-review?


Attachments (Terms of Use)
phpci.log (11.77 KB, text/plain)
2015-12-14 08:09 UTC, Remi Collet
no flags Details
review.txt (7.86 KB, text/plain)
2015-12-14 08:10 UTC, Remi Collet
no flags Details

Comment 1 Upstream Release Monitoring 2015-12-14 08:01:46 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

Comment 2 Remi Collet 2015-12-14 08:09:50 UTC
Created attachment 1105511 [details]
phpci.log

phpCompatInfo version 5.0.0 DB built Dec 10 2015 07:13:14 CET static analyze results

Comment 3 Remi Collet 2015-12-14 08:10:23 UTC
Created attachment 1105512 [details]
review.txt

Generated by fedora-review 0.6.0 (3c5c9d7) last change: 2015-05-20

Comment 4 Remi Collet 2015-12-14 08:11:46 UTC
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;

Comment 5 Shawn Iwinski 2015-12-15 02:45:04 UTC
(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.

Comment 6 Shawn Iwinski 2015-12-18 21:14:49 UTC
(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.


Note You need to log in before you can comment on or make changes to this bug.