nix-community / crate2nix

rebuild only changed crates in CI with crate2nix and nix
https://nix-community.github.io/crate2nix/
Apache License 2.0
338 stars 82 forks source link

src/render.rs: handle CfgExpr::Any(vec![]) #288

Closed ghost closed 10 months ago

ghost commented 11 months ago

Apparently CfgExpr::Any(vec![]) occurs in the wild. Encountered while crate2nixifying cosmic-comp.

Ericson2314 commented 10 months ago

Thanks @amjoseph-nixpkgs. Would you mind creating a test for this? And could you do All with length 0 too?

Ericson2314 commented 10 months ago

Oh #289 right after this included All and the tests, by shear coincidence. Going with that instead of this.