merged branch fabpot/faster-exceptions (PR #864)
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 20 Oct 2012 12:53:18 +0000 (14:53 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 20 Oct 2012 12:53:18 +0000 (14:53 +0200)
commit61393dc9fb8982110048624aa573aec4aee0b465
treec04ead116bd564348f2ba635f46b2edb93b29d72
parent244eaf53b30632850c2b582fcea57ff1b9ac407f
parent2506be1794fb2fcad5b0a8183c32be1d14c4599a
merged branch fabpot/faster-exceptions (PR #864)

This PR was merged into the master branch.

Commits
-------

2506be1 optimized the way Twig exceptions are managed

Discussion
----------

Optimized the way Twig exceptions are managed

As guessing the template name and the line number of where an error occurred is quite expensive, this is now avoided as much as possible.

~~As a side-effect, it also fixes 822 (@hason can you confirm?).~~