Builder texinfo-solaris10-sparc Build #5466
Results:
Build successful
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 9a89b0b4829faef6a61c2120b81f61d0ea8d8a28 |
Got Revision | 9a89b0b4829faef6a61c2120b81f61d0ea8d8a28 |
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 | 5466 | Build |
codebase | Build | |
got_revision | 9a89b0b4829faef6a61c2120b81f61d0ea8d8a28 | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | 9a89b0b4829faef6a61c2120b81f61d0ea8d8a28 | 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 | Sun Mar 9 14:20:29 2025 |
End | Sun Mar 9 16:17:17 2025 |
Elapsed | 1 hrs, 56 mins, 47 secs |
All Changes:
:
Change #224413
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 09 Mar 2025 14:12:18 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision b1499f98293fba2c51278b7af38c3da06d8625b9 Comments
* tta/perl/Texinfo/Convert/Converter.pm (_generic_converter_init) (set_global_document_commands), tta/perl/Texinfo/Convert/HTML.pm (_setup_output): rename output_init_conf converter key as commands_init_conf and put commands only in it. Remove output_init_conf, reset commands_init_conf in HTML converter _setup_output instead. * tta/C/main/option_types.h (COMMAND_OPTION_VALUE), tta/C/main/utils.h: rename COMMAND_OPTION_DEFAULT as COMMAND_OPTION_VALUE and move to option_types.h. * tta/maintain/regenerate_C_options_info.pl (setup_options_command_map), tta/C/main/customization_options.c (txi_options_command_map), tta/C/main/option_types.h (COMMAND_OPTION_NUMBER_CMD): setup a mapping between options numbers and associated commands id. * tta/C/convert/converter.c (set_commands_options_value) (get_command_option_value_option, command_init) (free_generic_converter), tta/C/main/converter_types.h (commands_init_conf): add commands_init_conf list mapping commands to option values to CONVERTER. Add set_commands_options_value to set from options, also using txi_options_command_map. Use in command_init. Remove init_conf field from CONVERTER.
Changed files
- ChangeLog
- tta/C/convert/converter.c
- tta/C/convert/converter.h
- tta/C/convert/html_prepare_converter.c
- tta/C/main/converter_types.h
- tta/C/main/customization_options.c
- tta/C/main/customization_options.h
- tta/C/main/option_types.h
- tta/C/main/options_data.h
- tta/C/main/options_init_free.c
- tta/C/main/utils.h
- tta/TODO
- tta/maintain/regenerate_C_options_info.pl
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/HTML.pm
Change #224414
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 09 Mar 2025 14:12:20 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 9a89b0b4829faef6a61c2120b81f61d0ea8d8a28 Comments
* tta/C/convert/converter.c (set_commands_options_value): add the if_set_in_list argument to distinguish the call from the converter, where only options with OF_set_in_list set are set, and the call from the HTML converter where all the options are set. When an input option is set, and is undefined, set it to the undefined value. * tta/C/convert/html_prepare_converter.c (html_setup_output): move call to set_commands_options_value to do it at the same place as in Perl.
Changed files
- ChangeLog
- tta/C/convert/converter.c
- tta/C/convert/converter.h
- tta/C/convert/html_prepare_converter.c
- tta/C/main/customization_options.c