Spin-off from #1320648: Meta: start converting existing core classes to PSR-0 [policy, no patch].
uuid.inc will need to be converted to PSR-0 before it's possible to use the Symfony (or Composer) autoloader with it.
This has zero Drupal dependencies at all, so it could live in Drupal\Component (most stuff is in Drupal\Core at the moment).
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | uuid-psr0-4.patch | 14.97 KB | amateescu |
| #2 | uuid-psr0.patch | 9.69 KB | amateescu |
Comments
Comment #1
catchComment #2
amateescu commentedEasiest one so far :)
Comment #3
amateescu commentedHrm, forgot about the tests..
Comment #4
amateescu commentedThis one should be better :)
Comment #5
robloachYay! Something in Drupal\Component!
Comment #6
tstoecklerWhat about core/tests ? Does that not work yet?
Comment #7
Crell commentedNo, no one has gotten core/tests working yet. Volunteers welcome. :-)
Comment #8
catchThanks!
Committed/pushed to 8.x.
Comment #10
sunComment #10.0
sunUpdated issue summary.