[root]/trunk/wact/compiler/source
organizer
(0 files, 0 lines)
reader
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| JeffMoore | 17 (100.0%) | 102 (100.0%) | 6.0 |
convert filename case
0 lines of code changed in 4 files:
Eliminate cache id munging.
0 lines of code changed in 2 files:
Fold getClassName into Wact_Template_Loader.
0 lines of code changed in 2 files:
Converted Source organizer class names to use new Wact Loader
87 lines of code changed in 2 files:
Renamed WactException to Wact_Exception_Base to comply with Autoloading scheme.
Wact_Exception_Base was used instead of Wact_Exception to keep the file inside the exception directory. This raises an interesting issue about "namesake" classes that typically take on
the name of the package they are in. In autoloading schemes, they typically appear above their
package directory. We've been placing them inside the package directory. When converting to
namespaces in 5.3, I am not sure which behavior is best.
2 lines of code changed in 1 file:
Removed optional $cause parameter from many exceptions that do not use it.
5 lines of code changed in 1 file:
Added tests to make sure information passed to the constructor of an
exception is incorporated into the error message for that exception.
7 lines of code changed in 3 files:
Removed unused i18n features from base exception class.
1 lines of code changed in 2 files: