Re: Rethinking silent failures in templates

2008-05-18 Thread Steven Armstrong
James Bennett wrote on 05/18/08 06:30: > On Wed, May 14, 2008 at 8:58 AM, Simon Willison <[EMAIL PROTECTED]> wrote: >> Silent errors are bad. If we were to remove them, how much of a >> negative impact would it have on the existing user base? > > The impression I get is that a lot of people rely

Re: Rethinking silent failures in templates

2008-05-18 Thread [EMAIL PROTECTED]
Another issue(related to error raising in templates), is that when an error propagates inside a loop the error page highlights the error as being in the {% for %} tag, which is often confusing, I'm not sure what causes this, since the traceback correctly highlights the actual issue in question. O