Skip to content

Commit

Permalink
Merge pull request #409 from djmitche/remove-lib
Browse files Browse the repository at this point in the history
Remove taskchampion-lib
  • Loading branch information
djmitche authored Jul 2, 2024
2 parents 45badc2 + f0535ac commit 0d566c0
Show file tree
Hide file tree
Showing 42 changed files with 3 additions and 11,208 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,38 +78,3 @@ jobs:
command: fmt
args: --all -- --check

codegen:
runs-on: ubuntu-latest
name: "codegen"
steps:
- uses: actions/checkout@v4

- name: Cache cargo registry
uses: actions/cache@v4
with:
path: ~/.cargo/registry
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}

- name: Cache cargo build
uses: actions/cache@v4
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}

- uses: actions-rs/toolchain@v1
with:
toolchain: "1.70.0" # MSRV
override: true

- uses: actions-rs/cargo@v1.0.3
with:
command: run
args: --package xtask -- codegen

- name: check for changes
run: |
if ! git diff; then
echo "Generated code not up-to-date;
run `cargo run --package xtask -- codegen` and commit the result";
exit 1;
fi
83 changes: 0 additions & 83 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

members = [
"taskchampion",
"lib",
"integration-tests",
"xtask",
]

Expand All @@ -14,16 +12,14 @@ resolver = "2"
[workspace.dependencies]
anyhow = "1.0"
byteorder = "1.5"
cc = "1.0.73"
chrono = { version = "^0.4.38", features = ["serde"] }
ffizz-header = "0.5"
flate2 = "1"
google-cloud-storage = { version = "0.15.0", default-features = false, features = ["rustls-tls", "auth"] }
lazy_static = "1"
libc = "0.2.136"
log = "^0.4.17"
pretty_assertions = "1"
proptest = "^1.5.0"
regex = "^1.10.2"
ring = "0.17"
rstest = "0.17"
rusqlite = { version = "0.29", features = ["bundled"] }
Expand Down
2 changes: 0 additions & 2 deletions integration-tests/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions integration-tests/Cargo.toml

This file was deleted.

30 changes: 0 additions & 30 deletions integration-tests/README.md

This file was deleted.

51 changes: 0 additions & 51 deletions integration-tests/build.rs

This file was deleted.

30 changes: 0 additions & 30 deletions integration-tests/src/bindings_tests/mod.rs

This file was deleted.

Loading

0 comments on commit 0d566c0

Please sign in to comment.