Bug#436507: [Mason-devel] Bug#436507: libhtml-mason-perl: autoflush breaks store modifier

2008-07-26 Thread Frédéric Brière
On Fri, Jul 25, 2008 at 11:45:43AM -0400, Frédéric Brière wrote: I'd probably do more harm than good by putting my greasy hands in there. Actually, once I managed to wrap my head around some of the inner workings, the fix was quite simple. It's basically an extension of r3752. (It's just that

Bug#436507: [Mason-devel] Bug#436507: libhtml-mason-perl: autoflush breaks store modifier

2008-07-25 Thread Frédéric Brière
On Thu, Jul 24, 2008 at 10:26:00PM -0500, Dave Rolsky wrote: I'm sort of sick of dealing with the vast number of bugs between buffers, Sorry to hear that. Would it help if I told you that revision 3748 is to blame? (Thank you git-bisect!) Removing that big if() in flush_buffer() is enough to

Bug#436507: [Mason-devel] Bug#436507: libhtml-mason-perl: autoflush breaks store modifier

2008-07-25 Thread Dave Rolsky
On Fri, 25 Jul 2008, Frédéric Brière wrote: On Thu, Jul 24, 2008 at 10:26:00PM -0500, Dave Rolsky wrote: I'm sort of sick of dealing with the vast number of bugs between buffers, Sorry to hear that. Would it help if I told you that revision 3748 is to blame? (Thank you git-bisect!)

Bug#436507: libhtml-mason-perl: autoflush breaks store modifier

2008-07-25 Thread Frédéric Brière
On Fri, Jul 25, 2008 at 02:46:59PM -0500, Dave Rolsky wrote: Case in point, who the heck actually uses the store modifier? Me. :) Why not just use $m-scomp()? Because it doesn't allow for a return value. If you're curious, I have a component that searches for an image in various places,

Bug#436507: libhtml-mason-perl: autoflush breaks store modifier

2008-07-24 Thread Charles Fry
Can you please verify that this is still broken with the new version I just uploaded (1.39)? thanks, Charles On Tue, Aug 7, 2007 at 5:35 PM, Frédéric Brière [EMAIL PROTECTED] wrote: Package: libhtml-mason-perl Version: 1:1.35-3 Severity: normal Starting from some point between sarge (1.26)

Bug#436507: libhtml-mason-perl: autoflush breaks store modifier

2008-07-24 Thread Charles Fry
: Bug#436507: libhtml-mason-perl: autoflush breaks store modifier To: Debian Bug Tracking System [EMAIL PROTECTED] Package: libhtml-mason-perl Version: 1:1.35-3 Severity: normal Starting from some point between sarge (1.26) and etch (1.35), setting autoflush breaks the ability to store the output

Bug#436507: [Mason-devel] Bug#436507: libhtml-mason-perl: autoflush breaks store modifier

2008-07-24 Thread Dave Rolsky
On Thu, 24 Jul 2008, Charles Fry wrote: Can someone from the Mason development team take a look at this bug which was reported in Debian? The attached Perl script can be used for the demonstration. I'm sort of sick of dealing with the vast number of bugs between buffers, flushing, filters,

Bug#436507: libhtml-mason-perl: autoflush breaks store modifier

2007-08-07 Thread Frédéric Brière
Package: libhtml-mason-perl Version: 1:1.35-3 Severity: normal Starting from some point between sarge (1.26) and etch (1.35), setting autoflush breaks the ability to store the output of a component to a variable. The attached script demonstrates this issue. On sarge: $ perl -MHTML::Mason -le