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

Provide autoloading for shared libraries #2

Closed
bobbingwide opened this issue Nov 23, 2015 · 2 comments
Closed

Provide autoloading for shared libraries #2

bobbingwide opened this issue Nov 23, 2015 · 2 comments
Assignees

Comments

@bobbingwide
Copy link
Owner

oik-lib should be able to support autoloading of classes from the correct library file.
Suppose there are two plugins A and B which use the shared library L.
If the library L that we've already loaded is from plugin A then any classes that are referred to from the library should also be loaded from plugin A.

There should be an easy to use API to indicate that autoloading should be managed by oik-lib.
The solution should co-exist peacefully with Composer autoload logic.

@bobbingwide
Copy link
Owner Author

The first part of this solution is in oik v3.0.0-beta.1220

@bobbingwide bobbingwide self-assigned this Jan 5, 2018
@bobbingwide
Copy link
Owner Author

This was released in oik v3.0.0. There’s a new issue to improve it.
See bobbingwide/oik#132
So I’ll close this one in favour of the new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant