Builder texinfo-solaris11-i386 Build #6445
Results:
Build successful
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 7dffa3ad5a2f14c5496de826bb7bf96526517c07 |
Got Revision | 7dffa3ad5a2f14c5496de826bb7bf96526517c07 |
Changes | 2 changes |
BuildSlave:
unstable11xReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-i386' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/texinfo-solaris11-i386 | slave |
buildername | texinfo-solaris11-i386 | Builder |
buildnumber | 6445 | Build |
codebase | Build | |
got_revision | 7dffa3ad5a2f14c5496de826bb7bf96526517c07 | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | 7dffa3ad5a2f14c5496de826bb7bf96526517c07 | Build |
scheduler | schedule-texinfo-solaris11-i386 | Scheduler |
slavename | unstable11x | BuildSlave |
workdir | /export/home/buildbot/slave/texinfo-solaris11-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
Start | Fri May 23 13:54:49 2025 |
End | Fri May 23 14:29:22 2025 |
Elapsed | 34 mins, 33 secs |
All Changes:
:
Change #230591
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Fri 23 May 2025 11:58:52 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 1119a7972fc2914df02b624285dea0fad51a4907 Comments
* tta/C/main/structure_list.c (new_const_node_structure_list) (reallocate_const_node_structure_list) (add_to_const_node_structure_list), tta/C/main/tree_types.h (CONST_NODE_STRUCTURE_LIST): new type for a list of const node structure and associated functions. * tta/C/structuring_transfo/structuring.c (get_node_node_childs_from_sectioning), tta/perl/Texinfo/Structuring.pm (get_node_node_childs_from_sectioning): use CONST_NODE_STRUCTURE_LIST. Store node structure information instead of node tree elements. Update callers. * tta/C/structuring_transfo/structuring.c (new_node_menu_entry) (new_complete_node_menu), tta/C/structuring_transfo/transformations.c (complete_node_menu, complete_tree_nodes_menus_in_document), tta/perl/Texinfo/Structuring.pm (new_node_menu_entry) (new_complete_node_menu), tta/perl/Texinfo/Transformations.pm (_complete_node_menu, complete_tree_nodes_menus_in_document) (complete_tree_nodes_missing_menu): pass a node structure in argument of new_node_menu_entry, remove nodes_list argument. Update callers. Remove nodes_list complete_node_menu, new_complete_node_menu and complete_tree_nodes_menus_in_document arguments. Update callers.
Changed files
- ChangeLog
- doc/tta_api/api_includes/Texinfo-Structuring.texi
- tta/C/convert/format_html.c
- tta/C/main/structure_list.c
- tta/C/main/structure_list.h
- tta/C/main/tree_types.h
- tta/C/structuring_transfo/structuring.c
- tta/C/structuring_transfo/structuring.h
- tta/C/structuring_transfo/transformations.c
- tta/perl/Texinfo/Structuring.pm
- tta/perl/Texinfo/Transformations.pm
Change #230592
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Fri 23 May 2025 13:43:37 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 7dffa3ad5a2f14c5496de826bb7bf96526517c07 Comments
* tta/C/convert/format_html.c (html_convert_heading_command), tta/perl/Texinfo/Convert/HTML.pm (_convert_heading_command), tta/perl/init/book.pm (book_convert_heading_command): reorganize code by determining early section_structure or node_structure to avoid redundant code. No functional change intended.
Changed files
- ChangeLog
- tta/C/convert/format_html.c
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/init/book.pm