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

fix: issue 1839 #1847

Merged
merged 1 commit into from
Aug 20, 2024
Merged

fix: issue 1839 #1847

merged 1 commit into from
Aug 20, 2024

Conversation

baszalmstra
Copy link
Contributor

Fixes #1839

Previously visited packages are marked with a * in the tree similar to when you do not use -i.

This is the output of the issue reported after applying this PR:

> pixi tree -i python
python_abi 3.12
├── pydantic-core 2.20.1
│   └── pydantic 2.8.2
│       └── fastapi 0.112.1
│           └── fastapi-cli 0.0.5
│               └── fastapi 0.112.1 (*)
├── uvicorn 0.30.6
│   ├── fastapi 0.112.1 (*)
│   └── fastapi-cli 0.0.5 (*)
└── markupsafe 2.1.5
    └── jinja2 3.1.4
        └── fastapi 0.112.1 (*)

python 3.12.5
├── annotated-types 0.7.0
│   └── pydantic 2.8.2 (*)
├── typing_extensions 4.12.2
│   ├── typing-extensions 4.12.2
│   │   ├── annotated-types 0.7.0 (*)
│   │   ├── pydantic-core 2.20.1 (*)
│   │   ├── fastapi 0.112.1 (*)
│   │   └── pydantic 2.8.2 (*)
│   ├── starlette 0.38.2
│   │   └── fastapi 0.112.1 (*)
│   ├── anyio 4.4.0
│   │   ├── httpx 0.27.0
│   │   │   └── fastapi 0.112.1 (*)
│   │   ├── starlette 0.38.2 (*)
│   │   └── httpcore 1.0.5
│   │       └── httpx 0.27.0 (*)
│   ├── typer-slim 0.12.4
│   │   └── typer-slim-standard 0.12.4
│   │       └── typer 0.12.4
│   │           └── fastapi-cli 0.0.5 (*)
│   ├── rich 13.7.1
│   │   └── typer-slim-standard 0.12.4 (*)
│   └── h11 0.14.0
│       ├── uvicorn 0.30.6 (*)
│       └── httpcore 1.0.5 (*)
├── httpx 0.27.0 (*)
├── pydantic-core 2.20.1 (*)
├── fastapi 0.112.1 (*)
├── hyperframe 6.0.1
│   └── h2 4.1.0
│       └── httpcore 1.0.5 (*)
├── starlette 0.38.2 (*)
├── pygments 2.18.0
│   └── rich 13.7.1 (*)
├── click 8.1.7
│   ├── typer-slim 0.12.4 (*)
│   └── uvicorn 0.30.6 (*)
├── anyio 4.4.0 (*)
├── typer-slim 0.12.4 (*)
├── uvicorn 0.30.6 (*)
├── certifi 2024.7.4
│   ├── httpx 0.27.0 (*)
│   └── httpcore 1.0.5 (*)
├── exceptiongroup 1.2.2
│   └── anyio 4.4.0 (*)
├── email-validator 2.2.0
│   └── email_validator 2.2.0
│       └── fastapi 0.112.1 (*)
├── httpcore 1.0.5 (*)
├── fastapi-cli 0.0.5 (*)
├── idna 3.7
│   ├── httpx 0.27.0 (*)
│   ├── anyio 4.4.0 (*)
│   └── email-validator 2.2.0 (*)
├── h2 4.1.0 (*)
├── jinja2 3.1.4 (*)
├── pydantic 2.8.2 (*)
├── markupsafe 2.1.5 (*)
├── mdurl 0.1.2
│   └── markdown-it-py 3.0.0
│       └── rich 13.7.1 (*)
├── python-multipart 0.0.9
│   └── fastapi 0.112.1 (*)
├── dnspython 2.6.1
│   └── email-validator 2.2.0 (*)
├── markdown-it-py 3.0.0 (*)
├── shellingham 1.5.4
│   └── typer-slim-standard 0.12.4 (*)
├── rich 13.7.1 (*)
├── sniffio 1.3.1
│   ├── httpx 0.27.0 (*)
│   ├── anyio 4.4.0 (*)
│   ├── httpcore 1.0.5 (*)
│   └── dnspython 2.6.1 (*)
├── hpack 4.0.0
│   └── h2 4.1.0 (*)
├── typer 0.12.4 (*)
└── h11 0.14.0 (*)

python-multipart 0.0.9 (*)

dnspython 2.6.1 (*)

@ruben-arts ruben-arts merged commit 91f92df into prefix-dev:main Aug 20, 2024
28 checks passed
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.

Crash with tree -i
2 participants