Quantco / Quantco/pixi-pack

Support URL source dependencies

Open
#331 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Rust
Stars
188
Forks
24
Avg merge
1d 10h
Merged PRs (30d)
2

Description

https://github.com/Quantco/pixi-pack/blob/62cb4f612f30f42b17a2618cb7c65178960c2ff3/src/pack.rs#L271-L273

the following workspace cannot be pixi-packed right now:

[workspace]
preview = ["pixi-build"]
channels = ["conda-forge"]
platforms = ["linux-64", "linux-aarch64", "win-64", "osx-64", "osx-arm64"]

[dependencies]
agent-skill-conda-forge = { git = "https://github.com/pavelzw/skill-forge", rev = "main", subdirectory = "recipes/conda-forge" }

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in src/pack.rs at lines 271-273 and reproduce the failure with the workspace manifest shown in the issue. Trace how pixi-pack handles the git dependency, then verify that the example workspace can be packed successfully with its URL source dependency.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
build-system
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.