-
Notifications
You must be signed in to change notification settings - Fork 2
Refactor and simplify FixedString implementation #13
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
base: master
Are you sure you want to change the base?
Conversation
GnomedDev
left a comment
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.
Hey, can you please split this up into atomic commits and explain what your goals are with this refactor/simplify since it has added 80 LOC when I would expect drying code out to reduce LOC.
I don't have much bandwidth to be doing OSS work rn and I don't have the energy to review this PR as it is.
4573cbd to
4012eb6
Compare
|
Tried to improve the commits a bit, but no worries. This isn't really important.
I think those are because of added tests and added trait implementations.
Not sure myself |
I just wanted to implement
TryFrom<Cow<str>>and then tried to DRY out the code.While doing this I noticed #12 which I extracted into it's own pr, as it's less controversial and not a breaking change.