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

add more polars info when invoking qsv --version #2066

Closed
jqnatividad opened this issue Aug 19, 2024 · 0 comments · Fixed by #2073
Closed

add more polars info when invoking qsv --version #2066

jqnatividad opened this issue Aug 19, 2024 · 0 comments · Fixed by #2073
Labels
enhancement New feature or request. Once marked with this label, its in the backlog. polars

Comments

@jqnatividad
Copy link
Collaborator

Right now, we show the semantic version of polars, e.g.

$ qsv --version
qsv 0.131.1-mimalloc-apply;fetch;foreach;geocode;Luau 0.635;to;polars-0.41.3;self_update-8-8;19.20 GiB-1.24 GiB-0 B-24.00 GiB (aarch64-apple-darwin compiled with Rust 1.80.1) prebuilt

in addition, we should also show the tag or commit rev given qsv's polars dependency policy.

https://github.com/jqnatividad/qsv/blob/a9e079df5d1de5584b4de8ced2c9ee29beb7cb7d/Cargo.toml#L270-L277

For example:

# when pinning polars to a specific rev
$ qsv --version
qsv 0.131.1-mimalloc-apply;fetch;foreach;geocode;Luau 0.635;to;polars-0.41.3-9dd9569;self_update-8-8;19.20 GiB-1.24 GiB-0 B-24.00 GiB (aarch64-apple-darwin compiled with Rust 1.80.1) prebuilt

# when pinning polars to a tag
$ qsv --version
qsv 0.131.1-mimalloc-apply;fetch;foreach;geocode;Luau 0.635;to;polars-0.41.3-py-1.4.1;self_update-8-8;19.20 GiB-1.24 GiB-0 B-24.00 GiB (aarch64-apple-darwin compiled with Rust 1.80.1) prebuilt
@jqnatividad jqnatividad added enhancement New feature or request. Once marked with this label, its in the backlog. polars labels Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. Once marked with this label, its in the backlog. polars
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant