-
Notifications
You must be signed in to change notification settings - Fork 11.5k
@mdgeorge4153 review of package-alt #22074
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
4f4e8af
to
385b24a
Compare
@@ -71,6 +78,7 @@ pub struct PinnedGitDependency { | |||
|
|||
/// Helper struct that represents a Git repository, with extra information about which folder to | |||
/// checkout. | |||
// TODO: how is this different from [UnpinnedGitDependency]? |
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.
it has git related operations, rather than dependency operations. To me, I feel like these are separate things.
// trait method to return a resolver object, and then a method on the resolver object to | ||
// resolve a bunch of dependencies (resolvers could implement Eq) | ||
// | ||
// TODO: maybe rename ManifestDependencyInfo to UnpinnedDependency |
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 that would be good, yes!
2d5acb1
to
67fa6d3
Compare
67fa6d3
to
75176c7
Compare
mdgeorge review of package-alt, adding TODOs
Release notes
Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.
For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.