Builder texinfo-solaris10-sparc Build #5853
Results:
Build successful
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 78c1eae6396f63485f2ff7257afeaceca31b0f96 |
Got Revision | 78c1eae6396f63485f2ff7257afeaceca31b0f96 |
Changes | 1 change |
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 | 5853 | Build |
codebase | Build | |
got_revision | 78c1eae6396f63485f2ff7257afeaceca31b0f96 | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | 78c1eae6396f63485f2ff7257afeaceca31b0f96 | 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 | Fri Aug 15 13:24:52 2025 |
End | Fri Aug 15 15:59:05 2025 |
Elapsed | 2 hrs, 34 mins, 13 secs |
All Changes:
:
Change #243015
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Fri 15 Aug 2025 12:50:19 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 78c1eae6396f63485f2ff7257afeaceca31b0f96 Comments
Check unexpected references to tree elements if TEST > 1 * configure.ac: also check 'use Devel::Peek' (module in Perl core since long). We only need Devel::Peek for debugging, so a runtime load would have been better. However, the function used does not seems to work correctly if the module is loaded with require, but works if loaded with use. * tta/perl/Texinfo/ManipulateTree.pm (tree_remove_references), tta/perl/Texinfo/Convert/HTML.pm (converter_destroy), tta/perl/Texinfo/Document.pm (remove_document_references): add a test level argument for tree_remove_references and check references only if > 2. Set this argument to the TEST customization variable value in callers. * tta/perl/Texinfo/Document.pm (remove_document_references): remove the tree variable before calling tree_remove_references, such that the reference count for the tree root element is the same as the other elements reference count. * tta/perl/Texinfo/OutputUnits.pm (release_output_units_list): undef and directions for simpler and hopefully more efficient code. Also more similar to C code.
Changed files
- ChangeLog
- configure.ac
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Document.pm
- tta/perl/Texinfo/ManipulateTree.pm
- tta/perl/Texinfo/OutputUnits.pm