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

Replace []*Tasks with []Tasks #192

Merged
merged 1 commit into from
Mar 2, 2017
Merged

Replace []*Tasks with []Tasks #192

merged 1 commit into from
Mar 2, 2017

Conversation

janisz
Copy link
Contributor

@janisz janisz commented Feb 28, 2017

Task is small object (112 bytes) mostly pointers (4 strings and 2 arrays).
There is no reason for using []*Tasks in Marathon response.

Refs: #190 (comment)

@janisz janisz changed the title Find tasks Replace []*Tasks with []Tasks Feb 28, 2017
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 90.625% when pulling c7ea2f5 on find_tasks into 14fcb04 on master.

Copy link
Contributor

@wendigo wendigo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Task is small object (112 bytes) mostly pointers (4 strings and 2 arrays).
Tere is no reason for using `[]*Tasks` in Marathon response.

Refs: #190 (comment)
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 90.625% when pulling 288ce4e on find_tasks into 1cf3a1c on master.

@janisz janisz merged commit bb2478e into master Mar 2, 2017
@janisz janisz deleted the find_tasks branch March 2, 2017 09:56
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.

3 participants