Builder texinfo-solaris10-sparc Build #5518
Results:
Build successful
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 7860c51e9735cbd463d044b8df49588063c52b5b |
Got Revision | 7860c51e9735cbd463d044b8df49588063c52b5b |
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 | 5518 | Build |
codebase | Build | |
got_revision | 7860c51e9735cbd463d044b8df49588063c52b5b | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | 7860c51e9735cbd463d044b8df49588063c52b5b | 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 Apr 5 23:06:12 2025 |
End | Sun Apr 6 00:45:08 2025 |
Elapsed | 1 hrs, 38 mins, 56 secs |
All Changes:
:
Change #226748
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sat 05 Apr 2025 22:10:04 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 9b71f1fe1c14f3bd6477a88cf1c79d641d09e6e3 Comments
* tta/C/main/tree_types.h, tta/perl/Texinfo/Document.pm (set_labels_identifiers_target): use hashmap for C for identifiers_target. This changes the order of messages for nodes having the same node to document order. Note that there is no visible difference in speed with hashmap instead of sorted lists, but it should be faster in theory and the code is somewhat simpler.
Changed files
- ChangeLog
- tta/C/main/tree_types.h
- tta/perl/Texinfo/Document.pm
- tta/perl/t/results/sectioning/double_node_anchor_float.pl
Change #226751
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sat 05 Apr 2025 22:34:30 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 7860c51e9735cbd463d044b8df49588063c52b5b Comments
Remove identifiers target implementation as sorted lists in C * tta/C/main/build_perl_info.c (build_identifiers_target), tta/C/main/document.c (destroy_document_information_except_tree), tta/C/main/document_types.h (DOCUMENT), tta/C/main/targets.c (identifiers_target_number, find_identifier_target) (add_target_in_identifiers_target), tta/C/parsetexi/labels.c (set_labels_identifiers_target): replace IDENTIFIER_TARGET by C_HASHMAP. Rename build_identifiers_target_h to build_identifiers_target, identifiers_target_number_h to identifiers_target_number, find_identifier_target_h to find_identifier_target, add_target_in_identifiers_target_h to add_target_in_identifiers_target and set_labels_identifiers_target_h to set_labels_identifiers_target. Remove USE_TARGET_IDENTIFIER_LIST define, remove build_identifiers_target_l, identifiers_target_number_l, find_identifier_target_l, add_target_in_identifiers_target_l and set_labels_identifiers_target_l. Remove now unused compare_targets and sort_labels_identifiers_target.
Changed files
- ChangeLog
- tta/C/main/build_perl_info.c
- tta/C/main/document.c
- tta/C/main/document_types.h
- tta/C/main/manipulate_tree.c
- tta/C/main/manipulate_tree.h
- tta/C/main/output_unit.c
- tta/C/main/output_unit.h
- tta/C/main/targets.c
- tta/C/main/targets.h
- tta/C/main/tree_types.h
- tta/C/parsetexi/labels.c
- tta/C/parsetexi/labels.h
- tta/C/structuring_transfo/structuring.c
- tta/C/structuring_transfo/structuring.h
- tta/C/structuring_transfo/transformations.c