Builder texinfo-solaris10-sparc Build #5551
Results:
Build successful
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 94f47a38dd0d68f6e939468c9e4504ef829ff37c |
Got Revision | 94f47a38dd0d68f6e939468c9e4504ef829ff37c |
Changes | 1 change |
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 | 5551 | Build |
codebase | Build | |
got_revision | 94f47a38dd0d68f6e939468c9e4504ef829ff37c | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | 94f47a38dd0d68f6e939468c9e4504ef829ff37c | 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 | Fri May 23 08:15:15 2025 |
End | Fri May 23 10:41:45 2025 |
Elapsed | 2 hrs, 26 mins, 30 secs |
All Changes:
:
Change #230559
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Fri 23 May 2025 08:05:16 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 94f47a38dd0d68f6e939468c9e4504ef829ff37c Comments
* doc/texi2any_api.texi (Shared Conversion State in Default Formatting), tta/perl/Texinfo/Convert/HTML.pm (command_description) (_formatted_nodedescription_nr, _convert_menu_entry_type), tta/perl/XSTexinfo/convert/get_html_perl_info.c (find_node_target_info_nodedescription_sv): use the node element and not the nodedescription element to select the node description for the nodedescription shared conversion state, since it is easier to find the C tree node from XS based on the node Perl tree element than based on the nodedescription Perl tree element. * tta/C/main/build_perl_info.c (store_document_texinfo_tree) (store_document_tree_output_units): move building section, nodes and heading lists to store_document_texinfo_tree to make sure that they are rebuilt if needed in more cases. * tta/C/main/build_perl_info.c (output_unit_to_perl_hash), tta/C/main/document_types.h (OUTPUT_UNIT), tta/C/main/output_unit.c (split_by_node, split_by_section), tta/perl/Texinfo/Common.pm (debug_print_output_unit), tta/perl/Texinfo/OutputUnits.pm (split_by_node, split_by_section): add unit_node and unit_section information to output unit, to hae a direct access to associated node and section information. * tta/C/convert/format_html.c (from_element_direction) (html_default_format_begin_file, html_convert_heading_command), tta/C/convert/html_prepare_converter.c (html_set_pages_files), tta/C/main/output_unit.c (split_pages, units_directions), tta/perl/Texinfo/Convert/Converter.pm (set_output_units_files) (sort_element_counts), tta/perl/Texinfo/Convert/HTML.pm (from_element_direction, _convert_heading_command) (_html_set_pages_files, _default_format_begin_file), tta/perl/Texinfo/Convert/IXIN.pm, tta/perl/Texinfo/OutputUnits.pm (split_pages, units_directions), tta/perl/init/book.pm (book_format_navigation_header, book_convert_heading_command) (book_unit_file_name): use output unit unit_node and unit_section instead of unit_command when relevant. Remove _output_unit_node and _output_unit_section functions. * tta/perl/Texinfo/Convert/Plaintext.pm (process_footnotes): rename $element as $output_unit.
Changed files
- ChangeLog
- doc/texi2any_api.texi
- tta/C/convert/format_html.c
- tta/C/convert/html_prepare_converter.c
- tta/C/main/build_perl_info.c
- tta/C/main/document_types.h
- tta/C/main/output_unit.c
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/IXIN.pm
- tta/perl/Texinfo/Convert/Plaintext.pm
- tta/perl/Texinfo/ManipulateTree.pm
- tta/perl/Texinfo/OutputUnits.pm
- tta/perl/XSTexinfo/convert/get_html_perl_info.c
- tta/perl/init/book.pm