projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
244eaf5
2506be1
)
merged branch fabpot/faster-exceptions (PR #864)
author
Fabien Potencier
<fabien.potencier@gmail.com>
Sat, 20 Oct 2012 12:53:18 +0000 (14:53 +0200)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Sat, 20 Oct 2012 12:53:18 +0000 (14:53 +0200)
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?).~~
Trivial merge