On Sun, Nov 15, 2020 at 05:04:36PM +0100, Patrice Dumas wrote: > I found a way to have an error message by browsing about eval, using > in tp/Texinfo/XSLoader.pm line 228. > > eval "require $fallback_module"; > warn() if $@; > > $ ./texi2any.pl tests/formatting/simplest.texi > Missing right curly or square bracket at ../tp/Texinfo/ParserNonXS.pm line > 5723, at end of line > syntax error at ../tp/Texinfo/ParserNonXS.pm line 5723, at EOF > Compilation failed in require at (eval 13) line 1. > ...caught at ../tp/Texinfo/XSLoader.pm line 228. > FORMAT_MENU not a possible customization in Texinfo::Parser::parser > expanded_formats not a possible customization in Texinfo::Parser::parser > ENABLE_ENCODING not a possible customization in Texinfo::Parser::parser > values not a possible customization in Texinfo::Parser::parser > include_directories not a possible customization in Texinfo::Parser::parser > Can't locate object method "line_error" via package "Texinfo::Parser" at > ../tp/Texinfo/ParserNonXS.pm line 3987, <FH> line 3. > > > Ok to commit that change?
Yes, this seems helpful.
