> Date: Sat, 2 Jan 2016 10:05:22 +0000 > From: Gavin Smith <[email protected]> > Cc: Texinfo <[email protected]> > > On 2 January 2016 at 09:44, Eli Zaretskii <[email protected]> wrote: > > I applied the latest changes from the repository, and the crashes are > > gone! > > Awesome.
I agree. > > The test suite passes as well -- with a single exception of htmlxref > > tests, see below. But I think I saw some message from you that > > XSParagraph modules are disabled during the tests? > > Not any more. So this means texi2any with the XSParagraph module also passes the tests. > > diff --strip-trailing-cr -a -u -r > > .//diffs/staging_res/htmlxref_nodes/test_refs.2 > > .//out_parser/htmlxref_nodes/test_refs.2 > > --- .//diffs/staging_res/htmlxref_nodes/test_refs.2 2014-12-19 > > 22:07:28 +0200 > > +++ .//out_parser/htmlxref_nodes/test_refs.2 2016-01-02 11:36:15 > > +0200 > > @@ -1,2 +1,2 @@ > > -./htmlxref.cnf:15: warning: unrecognized type: foo > > -./htmlxref.cnf:16: warning: missing type > > +htmlxref.cnf:15: warning: unrecognized type: foo > > +htmlxref.cnf:16: warning: missing type > > FAIL test_scripts/htmlxref_htmlxref_nodes.sh (exit status: 1) > > > > So it's a "./foo" vs "foo" issue. I don't think this is a real > > problem, is it? If so, can this be fixed somehow so as not to cause > > bogus failure indications? (Btw, why two slashes in "//diffs"?) > > Doesn't look like an important failure, although it would be good to > fix. I don't know why this is happening at the moment. Differences in how argv[0] is reported, perhaps?
