Releases: oppiliappan/statix
Releases · oppiliappan/statix
Release v0.5.8
Full Changelog: v0.5.7...v0.5.8
Release v0.5.7
What's Changed
- use
selfforsrc. by @NobbZ in #45 - Don't reject the given config file based on its name by @ilkecan in #54
- remove dbg! by @mtoohey31 in #60
- fix ci by @nerdypepper in #67
- Flag empty list concatenation by @viraptor in #50
- walker.next: don't stop until
self.dirsis empty by @ilkecan in #57 - Update
rnixto0.10.2by @ilkecan in #58 - flake: avoid ifd by @figsoda in #70
- apply clippy suggestions by @figsoda in #73
- make eta_reduction less aggressive by @astro in #76
New Contributors
- @NobbZ made their first contribution in #45
- @ilkecan made their first contribution in #54
- @mtoohey31 made their first contribution in #60
- @viraptor made their first contribution in #50
- @astro made their first contribution in #76
Full Changelog: v0.5.6...v0.5.7
Release v0.5.6
rework behavior of empty_let_in, thanks to a report from @SuperSandro2000:
- if the
let-inexpression consists of only comments,statix checkraises a warning, butstatix fixleaves it as it is, because the comments may be commented out code - if the
let-inexpression is completely empty (no comments, no bindings, no inherits),statix checkwill raise a warning,statix fixwill apply the fix
Release v0.5.5
- allow setting ignore patterns in
statix.toml
Release v0.5.4
statixruns in parallel over all files thanks torayon- new lints:
useless_has_attr,bool_simplification - new subcommand:
statix-list - show only available out-formats when conditionally compiled
Release v0.5.3
- fix exit code bug
- add nix 2.5 support
- new lint:
deprecated_to_path,faster_zipattrswith - do not raise
empty_patternon nixos modules