This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
refactor: split pros up into several smaller subcrates #86
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gavin-Niederman
added
semver:major
Changes the existing API in a backward-incompatible manner
type:refactor
Updates internals without changing API interface
labels
Feb 4, 2024
Tropix126
reviewed
Feb 5, 2024
Tropix126
suggested changes
Feb 11, 2024
Gavin-Niederman
force-pushed
the
metapackage
branch
2 times, most recently
from
February 12, 2024 07:33
ba03adf
to
958ded0
Compare
Gavin-Niederman
force-pushed
the
metapackage
branch
from
February 14, 2024 21:18
3e7c944
to
ffb39ac
Compare
doinkythederp
suggested changes
Feb 15, 2024
doinkythederp
previously requested changes
Feb 23, 2024
Gavin-Niederman
force-pushed
the
metapackage
branch
from
February 28, 2024 23:59
531d68b
to
bd56c2c
Compare
Tropix126
approved these changes
Mar 1, 2024
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
Gavin-Niederman
force-pushed
the
metapackage
branch
from
March 1, 2024 20:24
fc6a5c4
to
be01cda
Compare
Gavin-Niederman
dismissed
doinkythederp’s stale review
March 1, 2024 20:31
all of the points have been adressed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
semver:major
Changes the existing API in a backward-incompatible manner
type:refactor
Updates internals without changing API interface
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe the changes this PR makes. Why should it be merged?
This PR splits up the large
pros
crate into multiple smaller subcrates. Thepros
crate no longer has any code of its own, but instead re-exports from the subcrates based on what features are enabled.This closes #9.
Additional Context