-
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
cleanups #212
cleanups #212
Conversation
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.
Could be broken up further, but at least it's under 1k lines. Not sure how scary it is that there are no specific tests for this one...
b070a94
to
e87d893
Compare
@@ -1,5 +1,5 @@ | |||
[package] | |||
name = "firewood-growth-ring" | |||
name = "growth-ring" |
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.
The reason these have a prefix is that we don't own these namespaces in crates.io.
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.
I think we can deal with that when it comes time to publish.
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.
🎢 🚀 Making assumptions that these are just code moves per the comments
Broken up into the following commits:
firewood-
prefix from sub-cratesIf there are any conflicts with stuff you're working on, @rkuris, let me know and I can create separate PRs.
Scope:
I only moved code, if you spot anything odd, I'm happy to clean it up in a follow up PR.