Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cut down on atty dependency #29

Merged
merged 3 commits into from
Aug 23, 2019
Merged

Cut down on atty dependency #29

merged 3 commits into from
Aug 23, 2019

Conversation

mitsuhiko
Copy link
Collaborator

We already have most of the code of atty in anyways so that dependency can go.

@mitsuhiko mitsuhiko force-pushed the feature/lean-and-mean branch from 07480a8 to b494928 Compare August 23, 2019 22:39
@mitsuhiko mitsuhiko merged commit ea80221 into master Aug 23, 2019
@mitsuhiko mitsuhiko deleted the feature/lean-and-mean branch August 23, 2019 22:44
dtolnay pushed a commit to dtolnay-contrib/console that referenced this pull request Feb 4, 2022
…s#29)

The "completion" of a task would result in that being sent to all
watchers in a task update. However, after a flush, that status wasn't
stored in a way that new watchers could detect. This changes it so that
a task is determined "completed" when it includes a "total" duration,
instead of being in a separate part of the `TasksUpdate` proto message.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant