Page MenuHomeDevCentral

Refactor autoloader
ClosedPublic

Authored by dereckson on Apr 20 2018, 14:04.
Tags
None
Referenced Files
F24796967: D1617.diff
Wed, Mar 11, 04:04
F24792260: D1617.diff
Tue, Mar 10, 23:21
F24791991: D1617.diff
Tue, Mar 10, 23:10
F24785492: D1617.id4130.diff
Tue, Mar 10, 14:23
Unknown Object (File)
Mon, Mar 9, 03:34
Unknown Object (File)
Sun, Mar 8, 04:09
Unknown Object (File)
Sat, Mar 7, 01:48
Unknown Object (File)
Fri, Mar 6, 15:45
Subscribers
None

Details

Summary

Split PSR-4 logic from base logic.

Allow to better check if we can include a file,
to adhere to PSR-4 specification we can't throw errors.

This lets us with some -er classes, as PHP code files and namespaces
aren't objects we can correctly. This could evolve through a better
reflection library with CodeFile and Namespace classes. We could
then extend Namespace into PSR4Namespace and get rid of -er.

Test Plan

Tests still pass

Diff Detail

Repository
rKOT Keruald OmniTools
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.

Remove StringUtilities typo. Declare strict_types for PSR4\Autoloader.

This revision is now accepted and ready to land.Apr 20 2018, 14:07
This revision was automatically updated to reflect the committed changes.