Re: Bug in CellRenderText?
- From: muppet <scott asofyet org>
- To: "gtk-perl list" <gtk-perl-list gnome org>
- Subject: Re: Bug in CellRenderText?
- Date: Wed, 30 Jul 2003 11:26:11 -0400
On Wednesday, July 30, 2003, at 11:10 AM, Ross McFarland wrote:
the question still remains about whether they should be warn'ss or
carp's.
warn. at the XS level you only get to choose between croak and warn,
carp is a perl-level facility.
warn at the XS level prints out the most-recently executed line in the
perl script, since that's all you can do --- but only if you don't end
the string with a newline (just like the perl-level warn).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]