Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hook additional autoloaders on post-autoload-dump #739

Closed
wants to merge 3 commits into from

Conversation

aaemnnosttv
Copy link
Collaborator

@aaemnnosttv aaemnnosttv commented Oct 29, 2019

Summary

This PR tweaks the "hooking" of our generated autoloaders on Composer's native autoload action.

This decouples the autoload generation from the dependency prefixing and ensures that all autoloaders are regenerated when invoking composer dump-autoload.

Addresses issue #612

Relevant technical choices

Checklist

  • My code is tested and passes existing unit tests.
  • My code has an appropriate set of unit tests which all pass.
  • My code is backward-compatible with WordPress 4.7 and PHP 5.4.
  • My code follows the WordPress coding standards.
  • My code has proper inline documentation.
  • I have signed the Contributor License Agreement (see https://cla.developers.google.com/).

@aaemnnosttv aaemnnosttv closed this Feb 7, 2020
@aaemnnosttv aaemnnosttv deleted the update/612-refactor-autoload-scripts branch February 7, 2020 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants