Ticket #756 (closed defect: fixed)
missing output lines
| Reported by: | szabgab | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | External dependency | Version: | 0.50 |
| Keywords: | Cc: | banshee.one@… |
Description
Reported by Scott Hall in this thread:
http://mail.perlide.org/pipermail/padre-dev/2009-November/001370.html
Change History
comment:2 Changed 3 years ago by Sewi
Reply from Mark, the Wx::Perl::ProcessStream? maintainer:
Hi,
Sorry about delay in reply.
Issue 1 - missing line 100 - is now fixed in version 0.24 - just uploaded to cpan.
Issue 2
print 0;
will always return undefined output - there is no line ending.
print 0, qq(\n);
returns 0 correctly.
Regards
Mark
comment:3 Changed 3 years ago by Sewi
- Status changed from new to closed
- Resolution set to fixed
The ProcessStream? dependency has been raised to 0.24 in r10062.
Note: See
TracTickets for help on using
tickets.

The problem could be reduced by commenting out the $linecounter--; lines (#570 and #587 on my 0.22) out of Wx/Perl/ProcessStream?.pm
It doesn't really solve the problem and might even raise other issues but it works.
Less harmful should be a extension of the $linecount = 100; counter to a higher number.
I reported this to Mark (ProcessStream? maintainer) today and maybe he'll find something.