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

Try fixing missing subdirs on mamba.py #2632

Merged
merged 2 commits into from
Jun 29, 2023

Conversation

AntoinePrv
Copy link
Member

  • Use install repo from libmamba in mamba.py
  • Regenerate stubgens

@@ -807,6 +807,7 @@ PYBIND11_MODULE(bindings, m)
.def_readwrite("version", &PackageInfo::version)
.def_readwrite("build_string", &PackageInfo::build_string)
.def_readwrite("build_number", &PackageInfo::build_number)
.def_readwrite("noarch", &PackageInfo::noarch)
Copy link
Member

Choose a reason for hiding this comment

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

I don't know how important the noarch could be, but it seems to be missing in some of the PackageInfo methods compared to the other members. So maybe we should add it there as well? (for consistency and comprehensiveness).

Copy link
Member Author

Choose a reason for hiding this comment

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

Noarch is definitely important. Where do you see it missing?

Copy link
Member

Choose a reason for hiding this comment

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

In build_field_getter_map ,json_record and json_signable for example?

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