Re: [htmltmpl] Bug in die_on_bad_params handling
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2005-07-07 17:32:03
|
On Thu, 7 Jul 2005, Mark Fuller wrote: > From: "Sam Tregar" <sa...@tr...> > > That's a run-time error that happens during output() and the relevent file > and > > line numbers are currently only available during parse(). > > Sam, I'm curious: Why wouldn't my suggestion work? I didn't mean to imply that it wouldn't. I only meant to express my delight that someone might do the work to add filenames and line-numbers to die_on_bad_params errors. > The croaked message Matija referred to is in the param method. I > can't find it anywhere else. How does it reach the output method if > it is croaking on this line as the param is set? The loop output code calls param() to setup each row. -sam |