-
Notifications
You must be signed in to change notification settings - Fork 11
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
cargo-marker: add initial configuration support #84
Conversation
1c368ab
to
badbdcd
Compare
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.
Generally looks good to me, some nits and comments on design decisions. I'm fine with leaving some of them open. But then they should be tracked in an issue and have a comment in code.
A nice start, thank you for the support!!!
6e7c5fc
to
d0af80d
Compare
Thanks again for the review! I addressed the comments, did some refactoring, and I'm relatively happy with the code now, can you review it again please? |
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.
Generally, looks good to me, a few more NITs (Sorry if I'm too picky) and then this should be ready to go :)
e39cab5
to
d5f5ae5
Compare
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.
Looks good to me. Thank you!!
bors r+
Tracked in #81
Adds initial configuration implementation, checking out one task :)
@xFrednet