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

Makes JobState parsing more lenient #318

Merged
merged 1 commit into from
Nov 9, 2018
Merged

Conversation

dufrannea
Copy link
Contributor

Due to #299, JobState.Done
parsing was not backwards compatible (field projectVersion introduced
in case class). The choice has been made here to assign a default
version instead of making it optional, in order to minimize bugfix
impact on the rest of the codebase.

Due to #299, JobState.Done
parsing was not backwards compatible (field projectVersion introduced
in case class). The choice has been made here to assign a default
version instead of making it optional, in order to minimize bugfix
impact on the rest of the codebase.
Copy link
Contributor

@Masuzu Masuzu left a comment

Choose a reason for hiding this comment

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

Looking good to me as a quick fix without too many side effects.

@dufrannea dufrannea merged commit 503f683 into master Nov 9, 2018
bubblesly pushed a commit to bubblesly/cuttle that referenced this pull request Nov 20, 2018
Due to criteo#299, JobState.Done
parsing was not backwards compatible (field projectVersion introduced
in case class). The choice has been made here to assign a default
version instead of making it optional, in order to minimize bugfix
impact on the rest of the codebase.
@guillaumebort guillaumebort deleted the jobstate_parsing_fix branch January 28, 2019 15:45
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.

2 participants