Skip to content
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

DependencyInfo is redundant #2314

Merged
merged 6 commits into from
Mar 2, 2023
Merged

Conversation

AntoinePrv
Copy link
Member

  • Rename MatchSpec::build > MatchSpec::build_string for consistency and ease of use in the SAT error messages.
  • Use Compare for equality in vector_set as done in std::set
  • Remove redundant DependencyInfo

@@ -34,7 +34,7 @@ namespace mamba
std::string channel;
std::string ns;
std::string subdir;
std::string build;
std::string build_string;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API change in MatchSpec here.

@wolfv
Copy link
Member

wolfv commented Feb 22, 2023

Looks good to me! :)

@JohanMabille JohanMabille merged commit 8c4212f into mamba-org:main Mar 2, 2023
@AntoinePrv AntoinePrv deleted the sat-error branch March 2, 2023 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants