Commit Graph

155 Commits

Author SHA1 Message Date
Astro
b25358c68e Cargo.toml: bump version to 1.0.0 2022-10-12 23:39:43 +02:00
Astro
63bff564f2 format errors as json
Fixes Github issue #38
2022-10-12 23:37:49 +02:00
Astro
b4cf00629a fix --help 2022-10-12 23:27:49 +02:00
Astro
9fc38108e5 add enum OutputFormat 2022-10-12 23:01:33 +02:00
Astro
af34db5e73 update dependency clap: 3 -> 4 2022-10-12 22:45:04 +02:00
Astro
b3cc8f6fe1 Cargo.lock: update 2022-10-12 22:45:04 +02:00
Astro
a379c1c8dd flake.lock: Update
Flake lock file updates:

• Updated input 'fenix':
    'github:nix-community/fenix/6743ada281fa6c1d5448ef8785931d6bfea635de' (2022-09-13)
  → 'github:nix-community/fenix/40b9fa9acfa71caa304de9a2d07a937023b68143' (2022-10-10)
• Updated input 'fenix/nixpkgs':
    'github:nixos/nixpkgs/c97e777ff06fcb8d37dcdf5e21e9eff1f34f0e90' (2022-09-11)
  → 'github:nixos/nixpkgs/c5924154f000e6306030300592f4282949b2db6c' (2022-10-08)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/2e9f1204ca01c3e20898d4a67c8b84899d394a88' (2022-09-11)
  → 'github:rust-lang/rust-analyzer/61504c8d951c566eb03037dcb300c96f4bd9a8b6' (2022-10-08)
• Updated input 'naersk/nixpkgs':
    'github:NixOS/nixpkgs/a0b7e70db7a55088d3de0cc370a59f9fbcc906c3' (2022-09-11)
  → 'github:NixOS/nixpkgs/14ccaaedd95a488dd7ae142757884d8e125b3363' (2022-10-09)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/a0b7e70db7a55088d3de0cc370a59f9fbcc906c3' (2022-09-11)
  → 'github:NixOS/nixpkgs/14ccaaedd95a488dd7ae142757884d8e125b3363' (2022-10-09)
2022-10-12 22:45:04 +02:00
Astro
7efddae8ce
Merge pull request #35 from astro/dependabot/github_actions/DeterminateSystems/update-flake-lock-14
build(deps): bump DeterminateSystems/update-flake-lock from 13 to 14
2022-09-24 02:50:00 +02:00
dependabot[bot]
4549e69fec
build(deps): bump DeterminateSystems/update-flake-lock from 13 to 14
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 13 to 14.
- [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases)
- [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v13...v14)

---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-19 18:16:25 +00:00
Astro
d8cd3d34e2 Cargo.toml: bump version to 0.1.8 2022-09-13 23:47:15 +02:00
Astro
aea39ae755 Cargo.lock: update dependencies 2022-09-13 23:47:15 +02:00
Astro
9b96c22574 flake.lock: Update
Flake lock file updates:

• Updated input 'fenix':
    'github:nix-community/fenix/b5b70debeb3c2f93186eaed7de13674b9783b9d2' (2022-09-07)
  → 'github:nix-community/fenix/6743ada281fa6c1d5448ef8785931d6bfea635de' (2022-09-13)
• Updated input 'fenix/nixpkgs':
    'github:nixos/nixpkgs/2da64a81275b68fdad38af669afeda43d401e94b' (2022-09-01)
  → 'github:nixos/nixpkgs/c97e777ff06fcb8d37dcdf5e21e9eff1f34f0e90' (2022-09-11)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/6dfd8aebdfa1ee1824446f01daf5bdb229b32f92' (2022-09-05)
  → 'github:rust-lang/rust-analyzer/2e9f1204ca01c3e20898d4a67c8b84899d394a88' (2022-09-11)
• Updated input 'naersk/nixpkgs':
    'github:NixOS/nixpkgs/21de2b973f9fee595a7a1ac4693efff791245c34' (2022-09-02)
  → 'github:NixOS/nixpkgs/a0b7e70db7a55088d3de0cc370a59f9fbcc906c3' (2022-09-11)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/21de2b973f9fee595a7a1ac4693efff791245c34' (2022-09-02)
  → 'github:NixOS/nixpkgs/a0b7e70db7a55088d3de0cc370a59f9fbcc906c3' (2022-09-11)
2022-09-13 23:47:15 +02:00
Astro
079e5fbb3c
Merge pull request #34 from zimbatm/only-write-on-change
edit: fix tests
2022-09-13 22:42:19 +02:00
zimbatm
927b572c3a
edit: fix tests
Fix the tests broken by #33. Since I was touching all the tests, might
as well macro it up.
2022-09-13 22:15:54 +02:00
Astro
fd524057cb
Merge pull request #33 from zimbatm/only-write-on-change
edit: only write to files that have changed
2022-09-13 22:00:21 +02:00
zimbatm
426d1e15aa
edit: only write to files that have changed
This speeds up the tool on large code bases, and avoids breaking tools
that track mtimes such as make and treefmt.
2022-09-13 21:44:17 +02:00
Astro
0abe634606 Cargo.toml: bump version to 0.1.7 2022-09-08 18:17:09 +02:00
Astro
4f4a3cdea5 Cargo.lock: update 2022-09-08 18:16:19 +02:00
Astro
094012da11 flake.lock: Update
Flake lock file updates:

• Updated input 'fenix':
    'github:nix-community/fenix/b6630603af13df17d0dd4df8629e9a24e6ba0fbd' (2022-06-18)
  → 'github:nix-community/fenix/b5b70debeb3c2f93186eaed7de13674b9783b9d2' (2022-09-07)
• Updated input 'fenix/nixpkgs':
    'github:nixos/nixpkgs/3d7435c638baffaa826b85459df0fff47f12317d' (2022-06-16)
  → 'github:nixos/nixpkgs/2da64a81275b68fdad38af669afeda43d401e94b' (2022-09-01)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/12dd81092e37df28b7a3591cae9675e668927198' (2022-06-17)
  → 'github:rust-lang/rust-analyzer/6dfd8aebdfa1ee1824446f01daf5bdb229b32f92' (2022-09-05)
• Updated input 'naersk':
    'github:nix-community/naersk/cddffb5aa211f50c4b8750adbec0bbbdfb26bb9f' (2022-06-12)
  → 'github:nix-community/naersk/6944160c19cb591eb85bbf9b2f2768a935623ed3' (2022-09-03)
• Updated input 'naersk/nixpkgs':
    'github:NixOS/nixpkgs/103a4c0ae46afa9cf008c30744175315ca38e9f9' (2022-06-17)
  → 'github:NixOS/nixpkgs/21de2b973f9fee595a7a1ac4693efff791245c34' (2022-09-02)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/103a4c0ae46afa9cf008c30744175315ca38e9f9' (2022-06-17)
  → 'github:NixOS/nixpkgs/21de2b973f9fee595a7a1ac4693efff791245c34' (2022-09-02)
• Updated input 'utils':
    'github:numtide/flake-utils/1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1' (2022-05-30)
  → 'github:numtide/flake-utils/c0e246b9b83f637f4681389ecabcb2681b4f3af0' (2022-08-07)
2022-09-08 18:16:19 +02:00
Astro
512f8803aa
Merge pull request #32 from ilkecan/ignore-directories
walkdir: filter out directories after descending into them
2022-09-08 17:26:07 +02:00
ilkecan
6067ff323e walkdir: filter out directories after descending into them 2022-09-08 00:36:25 +00:00
Astro
04a48e1568
Merge pull request #31 from astro/dependabot/github_actions/DeterminateSystems/update-flake-lock-13
build(deps): bump DeterminateSystems/update-flake-lock from 10 to 13
2022-08-28 01:43:32 +02:00
dependabot[bot]
a1e62c7a22
build(deps): bump DeterminateSystems/update-flake-lock from 10 to 13
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 10 to 13.
- [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases)
- [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v10...v13)

---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 18:16:32 +00:00
Astro
9f450f7250
Merge pull request #29 from astro/dependabot/github_actions/DeterminateSystems/update-flake-lock-10
build(deps): bump DeterminateSystems/update-flake-lock from 9 to 10
2022-06-28 00:48:34 +02:00
dependabot[bot]
8cc7c7c151
build(deps): bump DeterminateSystems/update-flake-lock from 9 to 10
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 9 to 10.
- [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases)
- [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v9...v10)

---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 18:32:30 +00:00
Astro
83c42cc64d Cargo.lock: Update 2022-06-19 16:10:09 +02:00
Astro
5b3b0c5966 flake.lock: Update
Flake lock file updates:

• Updated input 'fenix':
    'github:nix-community/fenix/f90a687d4f8a29ed1774f482a5fc9d8409687a43' (2022-06-13)
  → 'github:nix-community/fenix/b6630603af13df17d0dd4df8629e9a24e6ba0fbd' (2022-06-18)
• Updated input 'fenix/nixpkgs':
    'github:nixos/nixpkgs/90cd5459a1fd707819b9a3fb9c852beaaac3b79a' (2022-06-11)
  → 'github:nixos/nixpkgs/3d7435c638baffaa826b85459df0fff47f12317d' (2022-06-16)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/366bd7242ed00c65f293497a26eb81c7510ac682' (2022-06-12)
  → 'github:rust-lang/rust-analyzer/12dd81092e37df28b7a3591cae9675e668927198' (2022-06-17)
• Updated input 'naersk/nixpkgs':
    'github:NixOS/nixpkgs/e1a1cfb56504d1b82a3953bfb0632b37a1ca8d30' (2022-06-13)
  → 'github:NixOS/nixpkgs/103a4c0ae46afa9cf008c30744175315ca38e9f9' (2022-06-17)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/e1a1cfb56504d1b82a3953bfb0632b37a1ca8d30' (2022-06-13)
  → 'github:NixOS/nixpkgs/103a4c0ae46afa9cf008c30744175315ca38e9f9' (2022-06-17)
2022-06-19 01:39:40 +02:00
Astro
da50539a23 Cargo.toml: bump version to 0.1.6 2022-06-19 01:35:39 +02:00
Astro
f5a9c7a6b1 make lambda attrsets always mortal
Fixes Github issue #24
2022-06-13 19:16:22 +02:00
Astro
d95c1ec470 default to "." for FILE_PATHS
Fixes Github issue #27
2022-06-13 18:42:10 +02:00
Astro
b293cb877e flake.lock: Update
Flake lock file updates:

• Updated input 'fenix':
    'github:nix-community/fenix/c7e184561fe843abb861cd7d22c23066987078e2' (2022-04-06)
  → 'github:nix-community/fenix/f90a687d4f8a29ed1774f482a5fc9d8409687a43' (2022-06-13)
• Updated input 'fenix/nixpkgs':
    'github:nixos/nixpkgs/bc4b9eef3ce3d5a90d8693e8367c9cbfc9fc1e13' (2022-04-03)
  → 'github:nixos/nixpkgs/90cd5459a1fd707819b9a3fb9c852beaaac3b79a' (2022-06-11)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-analyzer/rust-analyzer/2366d8e05f5f3585f95058fa7427cbde079914ed' (2022-04-05)
  → 'github:rust-lang/rust-analyzer/366bd7242ed00c65f293497a26eb81c7510ac682' (2022-06-12)
• Updated input 'naersk':
    'github:nix-community/naersk/d626f73332a8f587b613b0afe7293dd0777be07d' (2022-04-04)
  → 'github:nix-community/naersk/cddffb5aa211f50c4b8750adbec0bbbdfb26bb9f' (2022-06-12)
• Updated input 'naersk/nixpkgs':
    'github:NixOS/nixpkgs/30d3d79b7d3607d56546dd2a6b49e156ba0ec634' (2022-03-25)
  → 'github:NixOS/nixpkgs/e1a1cfb56504d1b82a3953bfb0632b37a1ca8d30' (2022-06-13)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/30d3d79b7d3607d56546dd2a6b49e156ba0ec634' (2022-03-25)
  → 'github:NixOS/nixpkgs/e1a1cfb56504d1b82a3953bfb0632b37a1ca8d30' (2022-06-13)
• Updated input 'utils':
    'github:numtide/flake-utils/0f8662f1319ad6abf89b3380dd2722369fc51ade' (2022-03-26)
  → 'github:numtide/flake-utils/1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1' (2022-05-30)
2022-06-13 18:42:10 +02:00
Astro
3f893e9492
Merge pull request #26 from astro/dependabot/github_actions/DeterminateSystems/update-flake-lock-9
build(deps): bump DeterminateSystems/update-flake-lock from 8 to 9
2022-06-13 18:24:54 +02:00
Astro
8f63968200
Merge pull request #28 from oxapentane/oxa-fix-nix-2.8
update deprecated flake output attributes
2022-06-03 12:38:53 +02:00
Grigory Shipunov
fd9cd90325
update deprecated flake output attributes 2022-06-03 00:09:15 +02:00
Astro
af151f263f report: add $NO_COLOR support 2022-04-26 00:23:11 +02:00
dependabot[bot]
3a7fd30462
build(deps): bump DeterminateSystems/update-flake-lock from 8 to 9
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 8 to 9.
- [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases)
- [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v8...v9)

---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 18:17:29 +00:00
Astro
6e0d13c7d7
Merge pull request #22 from astro/dependabot/github_actions/cachix/install-nix-action-17
build(deps): bump cachix/install-nix-action from 16 to 17
2022-04-12 22:52:38 +02:00
Astro
f3c00bde62
Merge pull request #23 from astro/dependabot/github_actions/actions/upload-artifact-3
build(deps): bump actions/upload-artifact from 2 to 3
2022-04-12 22:52:24 +02:00
dependabot[bot]
2d4004caa5
build(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 18:17:29 +00:00
dependabot[bot]
5fa408a8f8
build(deps): bump cachix/install-nix-action from 16 to 17
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 17.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v16...v17)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 18:17:26 +00:00
Astro
3d22012df9 flake.nix: add explicit hydraJobs 2022-04-08 18:53:54 +02:00
Astro
e5df5129f3 Cargo.toml: bump version to 0.1.5 2022-04-08 00:47:48 +02:00
Astro
ade13d3964 Cargo.lock: update 2022-04-08 00:40:25 +02:00
Astro
ca1b871eab flake.lock: Update
Flake lock file changes:

• Updated input 'fenix':
    'github:nix-community/fenix/7a6178fd9e9f8c1df931740bb5ca33acfcc01b7d' (2022-03-26)
  → 'github:nix-community/fenix/c7e184561fe843abb861cd7d22c23066987078e2' (2022-04-06)
• Updated input 'fenix/nixpkgs':
    'github:nixos/nixpkgs/1d08ea2bd83abef174fb43cbfb8a856b8ef2ce26' (2022-03-23)
  → 'github:nixos/nixpkgs/bc4b9eef3ce3d5a90d8693e8367c9cbfc9fc1e13' (2022-04-03)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-analyzer/rust-analyzer/e30747dfa885d3e4e4cd0b5efcd740ea037a524c' (2022-03-25)
  → 'github:rust-analyzer/rust-analyzer/2366d8e05f5f3585f95058fa7427cbde079914ed' (2022-04-05)
• Updated input 'naersk':
    'github:nix-community/naersk/2fc8ce9d3c025d59fee349c1f80be9785049d653' (2021-12-19)
  → 'github:nix-community/naersk/d626f73332a8f587b613b0afe7293dd0777be07d' (2022-04-04)
• Updated input 'naersk/nixpkgs':
    'github:NixOS/nixpkgs/4d60081494259c0785f7e228518fee74e0792c1b' (2022-03-24)
  → 'github:NixOS/nixpkgs/30d3d79b7d3607d56546dd2a6b49e156ba0ec634' (2022-03-25)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/4d60081494259c0785f7e228518fee74e0792c1b' (2022-03-24)
  → 'github:NixOS/nixpkgs/30d3d79b7d3607d56546dd2a6b49e156ba0ec634' (2022-03-25)
2022-04-08 00:32:26 +02:00
Astro
9617e4c6ec Cargo.toml: add "json-out" to default features 2022-04-01 18:33:34 +02:00
Astro
da77dc6e85
Merge pull request #18 from astro/update_flake_lock_action
flake.lock: Update
2022-03-31 01:27:21 +02:00
Astro
668f65a424
Merge pull request #20 from GTrunSec/packages.name
fix overlay deadnix patterns
2022-03-31 01:26:01 +02:00
GTrunSec
a7dca14260
add meta.description 2022-03-29 19:09:42 -07:00
GTrunSec
3997980a2b
fix overlay deadnix patterns 2022-03-29 19:04:09 -07:00
github-actions[bot]
fd0d6938a6 flake.lock: Update
Flake lock file updates:

• Updated input 'fenix':
    'github:nix-community/fenix/78d0eea7f8fa378de4d3c6ef862735d1c507a043' (2022-03-18)
  → 'github:nix-community/fenix/7a6178fd9e9f8c1df931740bb5ca33acfcc01b7d' (2022-03-26)
• Updated input 'fenix/nixpkgs':
    'github:nixos/nixpkgs/73ad5f9e147c0d2a2061f1d4bd91e05078dc0b58' (2022-03-14)
  → 'github:nixos/nixpkgs/1d08ea2bd83abef174fb43cbfb8a856b8ef2ce26' (2022-03-23)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-analyzer/rust-analyzer/6e13de64830041988f6b2dde3f4e7a93c082cad9' (2022-03-17)
  → 'github:rust-analyzer/rust-analyzer/e30747dfa885d3e4e4cd0b5efcd740ea037a524c' (2022-03-25)
• Updated input 'naersk/nixpkgs':
    'github:NixOS/nixpkgs/3eb07eeafb52bcbf02ce800f032f18d666a9498d' (2022-03-15)
  → 'github:NixOS/nixpkgs/4d60081494259c0785f7e228518fee74e0792c1b' (2022-03-24)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/3eb07eeafb52bcbf02ce800f032f18d666a9498d' (2022-03-15)
  → 'github:NixOS/nixpkgs/4d60081494259c0785f7e228518fee74e0792c1b' (2022-03-24)
• Updated input 'utils':
    'github:numtide/flake-utils/3cecb5b042f7f209c56ffd8371b2711a290ec797' (2022-02-07)
  → 'github:numtide/flake-utils/0f8662f1319ad6abf89b3380dd2722369fc51ade' (2022-03-26)
2022-03-27 01:05:36 +00:00