Skip Menu |

This queue is for tickets about the Tk-TextVi CPAN distribution.

Report information
The Basics
Id: 124975
Status: new
Priority: 0/
Queue: Tk-TextVi

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.015
Fixed in: (no value)



Subject: Tests fail (with newer Tk versions?)
See http://matrix.cpantesters.org/?dist=Tk-TextVi%200.015 for an overview of pass/fail reports. It seems that the test failures happen with newer Tk versions, and are probably caused by this change: Tk-804.030_500 release (2013-05-18) ---------------------- Incompatible changes The Tk::Text::Contents() method does not return an extra newline anymore (RT #83124). The version number of Tk::Text was incremented to 4.029 and may be used to detect the change. A possible workaround could be to add a new helper function which calls Tk::Text::Contents and adds the missing newline if Tk::Text::VERSION >= 4.029.
On 2018-03-30 03:24:49, SREZIC wrote: Show quoted text
> See http://matrix.cpantesters.org/?dist=Tk-TextVi%200.015 for an > overview of pass/fail reports. It seems that the test failures happen > with newer Tk versions, and are probably caused by this change: > > Tk-804.030_500 release (2013-05-18) > ---------------------- > > Incompatible changes > The Tk::Text::Contents() method does not return an extra newline > anymore (RT #83124). The version number of Tk::Text was incremented > to 4.029 and may be used to detect the change. > > > A possible workaround could be to add a new helper function which > calls Tk::Text::Contents and adds the missing newline if > Tk::Text::VERSION >= 4.029.
Occasionally there are some pass reports, even with newer Tk, but this happens only if there was no DISPLAY available during the run of the test suite.