Advertisement
Guest User

Untitled

a guest
Feb 4th, 2014
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. * bac8b81 (original/master) Merge remote-tracking branch 'donquixote/AutoloadGeneratorTest-improvements'
  2. |\
  3. | | * c52d9bd (HEAD, origin/AutoloadGenerator-refactor, AutoloadGenerator-refactor) Add @author tag on all new classes. I hope that's ok.
  4. | | * 680c9e2 Remove validation from the package map.
  5. | | * c0f6ee2 Split up the Build class, as suggested by @stof in https://github.com/composer/composer/pull/2563#discussion_r8774349.
  6. | | * dd87e52 Add Composer license headers.
  7. | | * c917869 Add type hint for EventDispatcher->, to avoid a method_exists(). See https://github.com/composer/composer/pull/2563#discussi
  8. | | * ddc67da Add type hint for BuildInterface parameter of Classmap::buildCombinedClassMap(). See https://github.com/composer/composer/pu
  9. | | * 146013c Rename AbstractPackageConsumer to AbstractAutoloadType
  10. | | * a8c6dba ClassmapProviderInterface is a better name than ExposeClassmapInterface
  11. | | * bc853db improve some docblocks
  12. | | * c99d601 rename targetDir to mainPackageTargetDir for clarification
  13. | | * a957e52 Greatly simplfiy autoload generator plugins. Eliminate a lot of the inheritance madness and method cluttering.
  14. | | * 8653240 Introduce simplified version of the AutoloadGenerator::dump() method, with fewer parameters. Keep the old dump() method for
  15. | | * 9c9df2e Create a suffix if it is empty.
  16. | | * 5aed73a AutoloadGenerator::dump() only needs a WritableRepositoryInterface, not a InstalledRepositoryInterface. This fixes a conflic
  17. | | * 18d4173 PHPDoc / PhpStorm is confused by relative class names in docblock, if the namespace is already imported as a class via 'use'
  18. | | * 2b002ac Remove LoaderCreator which is no longer needed.
  19. | | * 5dda1a2 Add docblock description in BuildInterface::addMethod()
  20. | | * b4475a8 Simplify BuildInterface by removing two of three addFile() methods. Now it is assumed that every file added returns an array
  21. | | * 254df2e Prepend 'public ' to each public method.
  22. | | * 545f079 Swap getters and setters in Build and BuildInterface
  23. | | * 296e9c4 opening bracket on new line
  24. | | * ab8d26f newline at end of file fixes
  25. | | * a7bc5cc Further separate PluginInterface from PackageConsumerInterface.
  26. | | * 4120fa0 separate PackageConsumerInterface from PluginInterface
  27. | | * 8f801a0 Remove an unused class, and clarify SortedPackageConsumerInterface
  28. | | * e08a51d Introduce PackageMap, PackageConsumerInterface and PackagePathFinderInterface, process packages in correct order.
  29. | | * 172173c everything except plugin sorting
  30. | | * 7f69a8a AutoloadGenerator refactoring, first step.
  31. | |/
  32. | * fcf8e7f (origin/AutoloadGeneratorTest-improvements, AutoloadGeneratorTest-improvements) Random docblock improvements in AutoloadGenera
  33. | * 6a9fd1d rename \$package to \$mainPackage in AutoloadGeneratorTest::testOverrideVendorsAutoloading() for clarity.
  34. | * bb26152 docblock comments on properties in AutoloadGeneratorTest
  35. | * cab6943 AutoloadGeneratorTest::testOverrideVendorsAutoloading() - break autoload definitions to multiple lines.
  36. | * 084c11e AutoloadGeneratorTest::testMainPackageAutoloadingWithTargetDir() - Remove PSR-4 from the package in target-dir test, since it
  37. | * 7566315 (origin/master, origin/HEAD, master) Don't put dots in archive filenames they cause problems with PharData
  38. |/
  39. * a90a05a Detect composer install foo/bar misuse and suggest alt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement