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

add structs to hold installation proposals #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jreidinger
Copy link
Contributor

@jreidinger jreidinger commented Jan 2, 2025

Idea is to have in rust part counterpart of Yast::PackagesProposal. So there is now two new structs. One is for capturing requirements and second is for capturing mapping between id and its requirements.

@mvidner
Copy link
Contributor

mvidner commented Jan 2, 2025

I don't understand PackagesProposal... but just by its name I would say that this belongs to Agama, not this repo. Why here?

@jreidinger
Copy link
Contributor Author

@mvidner that is good question and I already think if this is good place for it. That is also reason why I try to not use agama specific names and make it more generic. In general it is about making application requirements that is not directly set by user, but also not just result of running solver. But I am open to move it elsewhere as code is not rocket science.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants