On Thu, Jan 30, 2020 at 2:25 AM Assaf Gordon <address@hidden> wrote:
On 2020-01-29 6:21 p.m., Jeffrey Walton wrote:
FAIL: test-strverscmp
=====================
test-strverscmp.c:52: assertion 'strverscmp (a, c) < 0' failed
sed uses the strverscmp() function only in one rarely used GNU extension
(the "v" command) and it is extremely unlikely to affect any real-world
scenarios of using sed.
GNU sed itself did not fail any tests on your system, and it is OK to
use it.
Can you confirm Sed is using the latest Gnulib as of Sed's release
date? I.e.,
https://www.gnu.org/software/gnulib/manual/html_node/Simple-update.html
.
I want to ensure I am not chasing something that's already been fixed.