Builder texinfo-solaris11-i386 Build #6988
Results:
Build successful
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | 6e06774b5ffbd0d06af6f7126462b7f074e17584 |
| Got Revision | 6e06774b5ffbd0d06af6f7126462b7f074e17584 |
| 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 | 6988 | Build |
| codebase | Build | |
| got_revision | 6e06774b5ffbd0d06af6f7126462b7f074e17584 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | 6e06774b5ffbd0d06af6f7126462b7f074e17584 | 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 | Sat Dec 27 10:41:30 2025 |
| End | Sat Dec 27 11:20:24 2025 |
| Elapsed | 38 mins, 53 secs |
All Changes:
:
Change #253367
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Fri 26 Dec 2025 21:59:35 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision f7d66615aaa4c77db59190576d7ab26480530ff7 Comments
tta/TODO: update
Changed files
- tta/TODO
Change #253368
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Sat 27 Dec 2025 10:36:09 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 6e06774b5ffbd0d06af6f7126462b7f074e17584 Comments
* tta/C/convert/convert_html.c (html_reset_translated_special_unit_info_tree), tta/C/convert/format_html.c (special_unit_info_tree), tta/C/convert/html_converter_finish.c (html_free_converter), tta/C/convert/html_prepare_converter.c (html_converter_init_special_units_info), tta/C/main/converter_types.h (translated_special_unit_info_texinfo) (translated_special_unit_info_tree), tta/C/convert/html_converter_types.h (special_unit_info_tree_names), tta/maintain/generate_code_convert_data.pl, tta/perl/Texinfo/Convert/HTML.pm (_internal_command_tree) (_special_unit_info_tree, special_unit_info, _translate_names) (converter_initialize, converter_destroy), tta/perl/XSTexinfo/convert/get_html_perl_info.c (html_converter_init_special_unit_sv): split default information for tree special unit (heading) in a separate default_special_unit_tree_info array and add special_unit_info_tree_names. Split tree unit special info texinfo strings out of the main special_unit_info data to translated_special_unit_info_texinfo. Rename special_unit_info_tree as translated_special_unit_info_tree. Never set a *_tree in Perl, always use directly the name. Update C code for the separation of defaults. In Perl, split code setting translated_special_unit_info_tree out of special_unit_info to _special_unit_info_tree and call directly this function for translated/tree special unit. Set and use consistently *SPECIAL_UNIT_INFO_*NR sizes in C. * tta/C/convert/format_html.c (special_unit_info_text) (default_format_footnotes_segment), tta/perl/Texinfo/Convert/HTML.pm (special_unit_info_text, _default_format_footnotes_segment): add special_unit_info_text that gets the tree and do the conversion. Use it in code such that the tree is never accessed in code that could be user-defined. * tta/perl/Texinfo/Convert/HTML.pm (get_special_unit_info_varieties): only consider non-tree special unit info.
Changed files
- ChangeLog
- tta/C/convert/convert_html.c
- tta/C/convert/format_html.c
- tta/C/convert/html_converter_finish.c
- tta/C/convert/html_converter_types.h
- tta/C/convert/html_prepare_converter.c
- tta/C/main/converter_types.h
- tta/C/main/html_conversion_data.c
- tta/C/main/html_conversion_data.h
- tta/maintain/generate_code_convert_data.pl
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/XSTexinfo/convert/get_html_perl_info.c