Builder texinfo-solaris10-sparc Build #5626
Results:
Build successful
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 21145af8e579f8895eff392f796281564fb81ad4 |
Got Revision | 21145af8e579f8895eff392f796281564fb81ad4 |
Changes | 2 changes |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris10-sparc' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc | slave |
buildername | texinfo-solaris10-sparc | Builder |
buildnumber | 5626 | Build |
codebase | Build | |
got_revision | 21145af8e579f8895eff392f796281564fb81ad4 | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | 21145af8e579f8895eff392f796281564fb81ad4 | Build |
scheduler | schedule-texinfo-solaris10-sparc | Scheduler |
slavename | unstable10s | BuildSlave |
workdir | /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
Start | Sat Jun 21 13:48:25 2025 |
End | Sat Jun 21 15:55:54 2025 |
Elapsed | 2 hrs, 7 mins, 29 secs |
All Changes:
:
Change #237232
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sat 21 Jun 2025 12:01:08 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 578b6073ddc3f2cc56baddf001182291d3b4d62c Comments
Remove Texinfo::Convert::TreeReadDocBook * tta/perl/texi2any.pl: remove reference to TreeReadDocBook. Remove tta/perl/Texinfo/Convert/TreeReadDocBook.pm. It is slow, not used and requires duplicating code and interfaces. * tta/perl/Texinfo/Convert/ReadDocBook.pm (_convert): call tree_element_xml_accents. * tta/C/main/build_perl_info.c (document_tree), tta/perl/Texinfo/Document.pm (tree), tta/perl/XSTexinfo/parser_document/DocumentXS.xs (document_tree) tta/perl/Texinfo/Convert/Converter.pm (output_tree): remove the third argument of tree/document_tree and fourth argument of output_tree. Update callers. * tta/C/main/build_perl_info.c, tta/perl/XSTexinfo/parser_document/ReaderXS.xs: remove register_tree_handle_in_sv and register_token_tree. * tta/perl/Texinfo/Common.pm, tta/perl/Texinfo/Convert/Converter.pm, tta/perl/Texinfo/Convert/Utils.pm: remove element_informative_command_value, element_set_informative_command_value, element_index_content_element, element_format_comment_or_end_line, element_convert_accents, element_xml_accents and element_find_innermost_accent_contents. * tta/perl/Makefile.am (dist_convertmodules_DATA): add TreeElementReadDocBook.pm.
Changed files
- ChangeLog
- tta/C/main/build_perl_info.c
- tta/C/main/build_perl_info.h
- tta/perl/Makefile.am
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/ReadDocBook.pm
- tta/perl/Texinfo/Convert/TreeReadDocBook.pm
- tta/perl/Texinfo/Convert/Utils.pm
- tta/perl/Texinfo/Document.pm
- tta/perl/Texinfo/ReaderNonXS.pm
- tta/perl/XSTexinfo/parser_document/DocumentXS.xs
- tta/perl/XSTexinfo/parser_document/Parsetexi.xs
- tta/perl/XSTexinfo/parser_document/ReaderXS.xs
- tta/perl/t/test_utils.pl
- tta/perl/texi2any.pl
Change #237240
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sat 21 Jun 2025 13:25:35 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 21145af8e579f8895eff392f796281564fb81ad4 Comments
* tta/perl/Texinfo/Convert/TreeElementReadDocBook.pm ($build_tree_for_text_converter, converter_initialize, _convert): add $build_tree_for_text_converter, set if there is no XS for conversion, and there is XS for structuring, and build tree to Perl before calling Converter to Text only if $build_tree_for_text_converter is set.
Changed files
- ChangeLog
- tta/C/main/convert_utils.c
- tta/perl/Texinfo/Convert/ReadDocBook.pm
- tta/perl/Texinfo/Convert/TreeElementReadDocBook.pm