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

Builder tmux-solaris10-i386 Build #1901

Results:

Build successful

SourceStamp:

Projecttmux
Repositoryhttps://github.com/tmux/tmux.git
Branchmaster
Revision1198eed6326ba384093e34c348c843f59e841d20
Got Revision1198eed6326ba384093e34c348c843f59e841d20
Changes1 change

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-tmux-github' triggered this build

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. shell './autogen.sh' ( 13 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 5 secs )
    1. stdio
  4. shell_2 'gmake all' ( 1 mins, 48 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/tmux-solaris10-i386 slave
buildername tmux-solaris10-i386 Builder
buildnumber 1901 Build
codebase Build
got_revision 1198eed6326ba384093e34c348c843f59e841d20 Git
project tmux Build
repository https://github.com/tmux/tmux.git Build
revision 1198eed6326ba384093e34c348c843f59e841d20 Build
scheduler schedule-tmux-github Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/tmux-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Nicholas Marriott

Timing:

StartFri Apr 25 09:37:03 2025
EndFri Apr 25 09:40:13 2025
Elapsed3 mins, 9 secs

All Changes:

:

  1. Change #228234

    Category tmux
    Changed by Nicholas Marriott <nicholas.marriottohnoyoudont@gmail.com>
    Changed at Fri 25 Apr 2025 09:26:26
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 1198eed6326ba384093e34c348c843f59e841d20

    Comments

    Currently the DCS dispatcher detects Sixel sequences based entirely on the final character of the sequence, ignoring any intermediates. This means that other DCS sequences with a q final (like DECRQSS), can be mistakenly interpreted as Sixel. Add a check to make sure there are no intermediates before dispatching potential Sixel sequences. From James Holderness in GitHub issue 4488.

    Changed files

    • input.c