Skip to content

Commit

Permalink
Partial transition to anyhow / thiserror for errors
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <[email protected]>
  • Loading branch information
Licenser committed Nov 8, 2023
1 parent 387c36d commit b478ae1
Show file tree
Hide file tree
Showing 151 changed files with 2,332 additions and 2,567 deletions.
29 changes: 0 additions & 29 deletions .github/checks/deps.sh

This file was deleted.

24 changes: 4 additions & 20 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,11 @@ jobs:
unused-deps:
runs-on: ubuntu-latest
steps:
- name: Install deps
run: sudo snap install remarshal
- name: Install deps
run: sudo snap install --classic ripgrep
- uses: actions/checkout@v3
- name: Check for unused dependencies (tremor-runtime)
run: ./.github/checks/deps.sh .
- name: Check for unused dependencies (tremor-influx)
run: ./.github/checks/deps.sh tremor-influx
- name: Check for unused dependencies (tremor-pipeline)
run: ./.github/checks/deps.sh tremor-pipeline
- name: Check for unused dependencies (tremor-script)
run: ./.github/checks/deps.sh tremor-script
- name: Check for unused dependencies (tremor-cli)
run: ./.github/checks/deps.sh tremor-cli
- name: Check for unused dependencies (tremor-common)
run: ./.github/checks/deps.sh tremor-common
- name: Check for unused dependencies (tremor-value)
run: ./.github/checks/deps.sh tremor-value
- name: Check for unused dependencies (tremor-codec)
run: ./.github/checks/deps.sh tremor-codec
- name: Install deps
run: cargo install cargo-machete
- name: Check for unused dependencies
run: cargo machete --with-metadata

format:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ tremor-script/current_counterexample.eqc
.vscode/dryrun.log
tremor-script-nif/libpath
docs-test
*.mm_profdata
chrome_profiler.json
Loading

0 comments on commit b478ae1

Please sign in to comment.