-
Notifications
You must be signed in to change notification settings - Fork 50
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
derive setters for spec and mount #76
Conversation
Codecov Report
@@ Coverage Diff @@
## main #76 +/- ##
=======================================
Coverage 26.93% 26.93%
=======================================
Files 19 19
Lines 1344 1344
Branches 694 694
=======================================
Hits 362 362
Misses 374 374
Partials 608 608 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'll wait for the merge until we get @saschagrunert's review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, following up and deriving it for all before releasing a new version seems to make sense to me for consistency reasons.
@saschagrunert I agree with you. I created the issue(#77) to respond to this. |
As discussed in #74, this will greatly reduce the need to copy spec/mount when modifying these structures. Leaving the rest as is at the moment. Hopefully, this is enough.