Builder texinfo-solaris11-sparc Build #7445
Results:
Build successful
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | 5a9812d5328c46301490e24c02e0060cb5154da9 |
| Got Revision | 5a9812d5328c46301490e24c02e0060cb5154da9 |
| Changes | 2 changes |
BuildSlave:
unstable11sReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-sparc' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/texinfo-solaris11-sparc | slave |
| buildername | texinfo-solaris11-sparc | Builder |
| buildnumber | 7445 | Build |
| codebase | Build | |
| got_revision | 5a9812d5328c46301490e24c02e0060cb5154da9 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | 5a9812d5328c46301490e24c02e0060cb5154da9 | Build |
| scheduler | schedule-texinfo-solaris11-sparc | Scheduler |
| slavename | unstable11s | BuildSlave |
| workdir | /export/home/buildbot/slave/texinfo-solaris11-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
| Start | Fri May 1 17:12:29 2026 |
| End | Fri May 1 17:32:13 2026 |
| Elapsed | 19 mins, 43 secs |
All Changes:
:
Change #266092
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Fri 01 May 2026 15:35:47 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 10920fb35044438ee9d1775e7c46718f328d732f Comments
* tta/C/main/get_perl_info.c (get_lang_info_hv): get bcp47_locale from Perl data. * tta/C/main/get_perl_info.c (set_lang_info_copy_translation): rename get_lang_info_translation as set_lang_info_copy_translation. Update caller. * tta/C/main/get_perl_info.c (new_lang_info_copy) (set_lang_info_copy_translation): add new_lang_info_copy based on new_copy_translation. Inline the remaining of new_copy_translation in set_lang_info_copy_translation. * tta/perl/Texinfo/Translations.pm (_init_lang_translation) (_new_lang_info): rename new_lang_info as _new_lang_info and _set_lang_info_translation as _init_lang_translation. * tta/perl/Texinfo/Translations.pm (%parser_translation_cache): rename %indices_lang_translations as %parser_translation_cache. * tta/perl/Texinfo/Translations.pm (complete_indices): call new_element_language_translation instead of two levels caching.
Changed files
- ChangeLog
- doc/tta_api/api_includes/Texinfo-Translations.texi
- tta/C/convert/convert_html.c
- tta/C/main/get_perl_info.c
- tta/C/main/translations.c
- tta/C/main/translations.h
- tta/perl/Texinfo/Translations.pm
Change #266094
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Fri 01 May 2026 17:03:30 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 5a9812d5328c46301490e24c02e0060cb5154da9 Comments
* tta/C/convert/build_html_perl_state.c (build_html_translated_names): pass a full current_lang_translations including the translated strings cache hash, setup if needed. * tta/perl/Texinfo/TranslationsNonXS.pm (cache_translate_string): update code now that lang translations always have a translation cache associated.
Changed files
- ChangeLog
- tta/C/convert/build_html_perl_state.c
- tta/perl/Texinfo/TranslationsNonXS.pm