]> mj.ucw.cz Git - temple.git/commit
Avoid reporting a single error multiple times
authorMartin Mares <mj@ucw.cz>
Fri, 12 Oct 2012 20:58:29 +0000 (22:58 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 12 Oct 2012 20:58:29 +0000 (22:58 +0200)
commit09613feb458154665d2e1cff9c8d4d7285ff0c82
tree7bf0f73b21d2a60a8acc6af3094bc850aef08053
parentb7679e6f9d44762ba7a856564e881e105443501e
Avoid reporting a single error multiple times

One day, we might want to get a proper backtrace, but in the meantime
it is easier to avoid wrapping a single error in several layers of
line number info, which are often wrong, as we do not clear the position
stack in error paths.
UCW/Temple.pm