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

Clean up output/state types #474

Merged
merged 3 commits into from
Feb 9, 2017
Merged

Clean up output/state types #474

merged 3 commits into from
Feb 9, 2017

Conversation

talex5
Copy link
Contributor

@talex5 talex5 commented Feb 8, 2017

  • Rename Output.t to Output.logs and make a new Output.t that is a (result, logs) pair.
  • Replace CI_s.state with string CI_output.t.

This avoid having two different representations for results. Before, we used both (status, descr, logs) tuples and (result, logs) pairs.

Thomas Leonard added 2 commits February 8, 2017 10:27
Signed-off-by: Thomas Leonard <thomas.leonard@docker.com>
- Rename Output.t to Output.logs and make a new Output.t that is a
  (result, logs) pair.

- Replace CI_s.state with string CI_output.t.

Signed-off-by: Thomas Leonard <thomas.leonard@docker.com>
@talex5 talex5 added the area/ci label Feb 8, 2017
Signed-off-by: Thomas Leonard <thomas.leonard@docker.com>
@talex5 talex5 merged commit 4858a50 into moby:master Feb 9, 2017
@talex5 talex5 deleted the cleanups branch February 9, 2017 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant