Skip to content

Conversation

@Klaim
Copy link
Member

@Klaim Klaim commented Oct 23, 2025

Description

NOT FINISHED YET

Add support for mambajs environment lockfile format in addition to the currently supported conda/mamba environment lockfile format.

Both formats don't provide the exact same set of information so we try to at least provide and use what's mandatory and fill in the additional data depending on the format.

The code implementing the parsing of each format has been put in separate cpp files, but the public api is unchanged, so one could just call the public api with either kind of file and we dont need to change anything on the cli front.

See:

Type of Change

  • Bugfix
  • Feature / enhancement
  • CI / Documentation
  • Maintenance

Checklist

  • My code follows the general style and conventions of the codebase, ensuring consistency
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have run pre-commit run --all locally in the source folder and confirmed that there are no linter errors.
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes

@github-actions github-actions bot added the release::enhancements For enhancements PRs or implementing features label Oct 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release::enhancements For enhancements PRs or implementing features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants