merged branch igorw/autoloader-exception (PR #347)
Commits ------- 7ecfd533 Re-add a SymfonyBridgesServiceProvider that throws an exception 3ed4cdf6 Add exceptions for removed autoloader service and class_loader parameters Discussion ---------- Add exceptions for removed features As I said before, we need to tell the users about removed features. We cannot expect them to constantly check the changelog, and I refuse to spend my time providing support because of this. This PR adds exceptions for the autoloader service, all of the *.class_path parameters and the SymfonyBridgesServiceProvider. Those exceptions should give the user at least some idea about what is going on, and hopefully reduce the amount of support tickets we get. We can remove these exceptions when we release 1.0.0-RC1. --------------------------------------------------------------------------- by neurolit at 2012-06-03T18:02:34Z I totally agree with you. It's quite painful to maintain a webapp based on Silex, as APIs are changing all the time. Such exceptions would be of much help!
Showing
Please register or sign in to comment