-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix lockfile generation in workspaces #1236
Comments
This patch fixes the lockfile generation for workspaces with npm, yarn, and pnpm. See #1236.
This patch fixes the lockfile generation for workspaces with npm, yarn, and pnpm. See #1236.
Go seems to be a bit special, there is workspace support and when running So I don't think we need to do anything for Go workspace support, since our solution sidesteps it. Due to our automatic cleanup of generated files, this also shouldn't leave anything behind. Should we still need it, then the following patch should work: Patch
|
I've also tested with .NET and confirmed the lockfile is always generated in the manifest directory. |
I've confirmed that Gradle also generates a |
Maven takes the |
To add to the record here... For |
Currently workspace generation does not work properly with workspaces in many ecosystems, since it always expects the manifest and lockfile to be generated in the same directory.
The following ecosystems are missing support:
The text was updated successfully, but these errors were encountered: