-
Notifications
You must be signed in to change notification settings - Fork 38
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
RunDescription and RunStatus are identical - should they be collapsed? #79
Comments
Seems fine to me; I think they're exactly the same? |
Technically they're not as one of them declares both fields as |
Good catch, @geoffjentry. Not sure if |
@jaeddy You're right that a proper merge of the two seems to be the best course as both have informational bits that the other does not, despite being structurally identical. I'll open a PR later today and link it to this issue |
Curious if anyone had thoughts on this.
For practical purposes
RunStatus
andRunDescription
appear to be the same. Does anyone oppose collapsing them into a single entity?@tetron @mckinsel @jaeddy ?
The text was updated successfully, but these errors were encountered: