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

Lockfile #2

Open
adriangb opened this issue Oct 6, 2022 · 0 comments
Open

Lockfile #2

adriangb opened this issue Oct 6, 2022 · 0 comments

Comments

@adriangb
Copy link

adriangb commented Oct 6, 2022

For me one of the most important things about a mono repo is making sure that packages are compatible with each other by sharing a lock file between projects. Otherwise it can become intractable to do local development with different packages, run integration tests, etc. Cargo keeps a single lock file for the entire workspace. Could monas do the same thing?

From the docs:

Monas, however, does not create any lock files. This is to ensure the installation is fast and correct. That is to say, Monas doesn’t talk with any package managers other than pip.

It's not clear to me if this is a hard technical limitation or something that could be worked around. I think it might be reasonable to only support this with pyproject.tomls that follow PEP 631 or something like that.

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

No branches or pull requests

1 participant