Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder texinfo-solaris10-i386 Build #6838

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision89befea1bffac9408e48573d2fc15a7aaa0a1a7c
Got Revision89befea1bffac9408e48573d2fc15a7aaa0a1a7c
Changes2 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 14 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 57 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 59 secs )
    1. stdio
  5. shell_3 'gmake check' ( 7 mins, 0 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. tta_perl_test-suite.log
    4. info_test-suite.log
    5. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/texinfo-solaris10-i386 slave
buildername texinfo-solaris10-i386 Builder
buildnumber 6838 Build
codebase Build
got_revision 89befea1bffac9408e48573d2fc15a7aaa0a1a7c Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 89befea1bffac9408e48573d2fc15a7aaa0a1a7c Build
scheduler schedule-texinfo-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartMon Jul 14 14:52:15 2025
EndMon Jul 14 15:14:34 2025
Elapsed22 mins, 19 secs

All Changes:

:

  1. Change #239744

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 14 Jul 2025 13:54:22
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision a56d726de17269d4a0c3330d26e7fba1e50f61bf

    Comments

    * tta/C/parsetexi/handle_commands.c (add_comment_at_end): determine comment text length early, before possibly adding an end of line.
    * tta/C/parsetexi/handle_commands.c (add_comment_at_end): use
    comment_text_element for this element source marks.
    
    * tta/perl/Texinfo/ParserNonXS.pm (_add_comment_at_end): delete
    source mark position instead of setting it to 0.
    
    * tta/perl/t/60macro.t (macro_expansion_in_raw_line_leading_spaces)
    (macro_expansion_in_set_comment)
    (double_macro_expansion_in_set_comment)
    (double_macro_expansion_in_set_arg_comment)
    (macro_expansion_in_set_comment_command)
    (macro_expansion_in_set_comment_leading_spaces),
    tta/perl/Makefile.tres: add tests of source marks positions associated
    to end of macro expansion in raw line command (@set).

    Changed files

    • ChangeLog
    • tta/C/parsetexi/handle_commands.c
    • tta/perl/Makefile.tres
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/t/60macro.t
    • tta/perl/t/results/macro/double_macro_expansion_in_set_arg_comment.pl
    • tta/perl/t/results/macro/double_macro_expansion_in_set_comment.pl
    • tta/perl/t/results/macro/macro_expansion_in_raw_line_leading_spaces.pl
    • tta/perl/t/results/macro/macro_expansion_in_set_comment.pl
    • tta/perl/t/results/macro/macro_expansion_in_set_comment_command.pl
    • tta/perl/t/results/macro/macro_expansion_in_set_comment_leading_spaces.pl
  2. Change #239745

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 14 Jul 2025 14:48:32
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 89befea1bffac9408e48573d2fc15a7aaa0a1a7c

    Comments

    * tta/C/parsetexi/handle_commands.c (handle_line_command), tta/perl/Texinfo/ParserNonXS.pm (_handle_line_command): inline call of _new_line, and have the text element hold the line, such that the source marks are well positioned.  Save the current source info and the source info at the end of the line to keep the current source info while the command is processed and switch to the next at the end of the line.

    Changed files

    • ChangeLog
    • tta/C/parsetexi/handle_commands.c
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/t/results/macro/double_macro_expansion_in_set_arg_comment.pl
    • tta/perl/t/results/macro/double_macro_expansion_in_set_comment.pl