Closed (fixed)
Project:
X Autoload
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Aug 2012 at 22:35 UTC
Updated:
14 Sep 2012 at 15:51 UTC
including patch to fix two typos in SymfonyExtended.php
| Comment | File | Size | Author |
|---|---|---|---|
| xautoload.typos_.patch | 1.05 KB | rymo |
Comments
Comment #1
donquixote commentedOuch, ouch, ouch :)
Thanks a lot for having your eyes open!
May I ask what you were attempting to do with the SymfonyExtended thing?
There are parts of xautoload that are not really used, but are there to have something more comparable to the original Symfony classloader. I think this part needs some work.
All the more interesting to know why others are looking at this stuff!
Comment #2
rymoI'm not actually using that part of the code but my IDE found the errors so I thought I should share the quick fix.
I'll take this opportunity to thank you for xautoload - I'm periodically auto-generating around 150 class files from some unstable API documentation and files[] wildcard support allows me to stay sane. :) Cheers!
Comment #3
donquixote commentedCommitted and pushed to 7.x-2.x.
It will be included in the next major release.