Skip to content

Bacon gets confused when the build command has unexpected output #24

@jyn514

Description

@jyn514

This is a screenshot of bacon after saving a modified file, after bacon starts up for the first time.

image

I would expect the extra output to be either hidden or shown with proper line wrapping, not with weird indentation.

You can reproduce by running bacon on rustc (rustc strikes again!) with the following bacon.toml:

default_job = "check"

[jobs]

[jobs.check]
command = ["x", "check", "--color", "always"]

[jobs.clippy]
command = ["x", "clippy", "--color", "always"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions