made the strategy used to guess the real template file name and line number in except...
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 17 Mar 2012 17:12:19 +0000 (18:12 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 18 Mar 2012 02:33:46 +0000 (03:33 +0100)
commit49ee8d6e41bf94c1b8532181878182fcbc3a7471
tree93ee828c8f7f9bff9588bb34c62b045238daceb5
parent2ecd314dc156495cd62533480d9fdf54596447e9
made the strategy used to guess the real template file name and line number in exception messages much faster and more accurate (refs #647)
CHANGELOG
lib/Twig/Compiler.php
lib/Twig/Error.php
lib/Twig/Node/Module.php
test/Twig/Tests/ErrorTest.php
test/Twig/Tests/Extension/SandboxTest.php
test/Twig/Tests/Node/ModuleTest.php
test/Twig/Tests/Node/SandboxedModuleTest.php
test/Twig/Tests/TemplateTest.php