Conversation
|
Copying what I said on Matrix: They have cut stable releases, but only on crates.io; see https://crates.io/crates/xan/versions. We should either fetch it from crates.io or identify the Git revision that corresponds to 0.41.0 and bump to that. (Ideally of course we convince upstream to start cutting Git tags.) |
|
I've updated the package to use |
|
|
Thank you @NotAShelf ! |
|
Likely, we can switch to fetching from GitHub with the next version as upstream just said they would use tags from 0.42.0 on |
|
Or would it be better to just init at 0.42.0 since this PR is not merged yet? |
|
I'll be changing the version to 0.42.0 shortly, as soon as I unpack my computer. |
|
ddogfoodd
left a comment
There was a problem hiding this comment.
builds and works fine on x86_64-linux, thanks again @NotAShelf !
eljamm
left a comment
There was a problem hiding this comment.
nixpkgs-review result
Generated using nixpkgs-review.
Command: nixpkgs-review pr 375564
x86_64-linux
✅ 1 package built:
- xan
aarch64-linux
✅ 1 package built:
- xan
x86_64-darwin
✅ 1 package built:
- xan
aarch64-darwin
✅ 1 package built:
- xan
There was a problem hiding this comment.
nixpkgs-review result
Generated using nixpkgs-review.
Command: nixpkgs-review pr 375564
aarch64-darwin
✅ 1 package built:
- xan
Also tested functionality a bit, worked without issues.
|
Maybe you could mention |
|
Good idea, I'll change the throw later today. |
|
I've updated the |
|
Adds Xan, the CSV magician.
It's a very powerful tool to work with CSV files, which I'm not surprised is
packaged already. This PR adds the derivation. Tested locally, only built on
Linux. Darwin testing appreciated.
Things done
nix.conf? (SeeNix manual)
sandbox = relaxedsandbox = true(look inside
nixos/tests)
package tests
lib/tests or
pkgs/test
linked
to the relevant packages
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: allchanges have to be committed, also see
nixpkgs-review usage
./result/bin/)(or backporting
24.11
and
25.05
Release notes)
breaking
significant
module
CONTRIBUTING.md.
Add a 👍 reaction to pull requests you find important.