On 24/01/2008, Jonathan Rockway <jon@jrock.us> wrote:
> Alberto Sim=F5es <albie@alfarrabio.di.uminho.pt> writes:
>
> > Well, the subject says it all :)
> >
> > lc(undef) is the empty string.
> >
> > This might be good, this might be bad.
> > In any case, I think it should be documented.
I've added regression tests for it.
> Interestingly, some similar cases also don't warn where they should:(etc.)
I've applied patch for that. All tests pass. #33088.
It's a very naive implementation, I just added a ckWARN and a call to
report_uninit. Given the scary comments Nicholas added in that code,
I'd be grateful to see whether one can come up with a case where that
breaks :)