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

feat: allow pinning a crate in a subdirectory of a repository #1857

Merged
merged 7 commits into from
Feb 20, 2025

Conversation

mosteo
Copy link
Member

@mosteo mosteo commented Feb 19, 2025

For monorepos, we lacked the ability to directly pin into a subdirectory, like origins can do.

PR creation checklist
  • A test is included, if required by the changes.
  • doc/user-changes.md has been updated, if there are user-visible changes.
  • doc/catalog-format-spec.md has been updated, if applicable.
  • BREAKING.md has been updated for major changes in alr, minor/major in catalog format.

Fixes #1552
Supersedes #1683

@mosteo mosteo marked this pull request as ready for review February 19, 2025 20:59
@mosteo mosteo merged commit dcc53a8 into alire-project:master Feb 20, 2025
32 checks passed
@mosteo mosteo deleted the feat/pin-subdir branch February 20, 2025 12:34
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.

pinning a crate in a remote monorepo (i.e., using --use=URL) does not setup GPR_PROJECT_PATH
2 participants