Re: [htmltmpl] die_on_missing_params

2007-06-14 Thread Joshua Ball
hew Robertson <[EMAIL PROTECTED]> wrote: > > Hi List, > > Patch sent directly to Josh so as to avoid the list noise. If people are > interested, I will post it (and the test cases). > > cheers, > Mathew > > > > Joshua Ball wrote: > Hi Mathew, > >

Re: [htmltmpl] die_on_missing_params

2007-06-01 Thread Joshua Ball
s). > > cheers, > Mathew > > > > Joshua Ball wrote: > Hi Mathew, > > (This is the same Josh as @highgatecross. My e-mail there is down, so > I subscribed from another address. :->) > > That's exactly what I'm looking for. I'm dealing with l

Re: [htmltmpl] die_on_missing_params

2007-05-31 Thread Joshua Ball
priate. I found that I would often write: > > $ht->param(param_name => get_something()); > > so param_name would be explicitely set to undef, and so the patch works for > me. > > Mathew Robertson > > > > > Joshua wrote: > Greetings. > > (I&

[htmltmpl] die_on_missing_params

2007-05-30 Thread Joshua
Greetings. (I'm sorry if I double posted this. However, the first time I sent it, I was not subscribed to the mailing list, so I don't think it went through.) I find the "die_on_bad_params => 1" to be a very useful feature. Setting it to 0 is kind of like debugging Perl without "use strict;". Ho