Commit Graph

10 Commits

Author SHA1 Message Date
Dmitry Dygalo 3a5b7e95c8 chore: Update dependencies 2022-10-20 16:09:41 +02:00
Expyron 07be2ffaf1
chore: Replace `structopt` with `clap` (#384) 2022-10-18 23:19:53 +02:00
Dmitry Dygalo ce86e0e29b
chore: Run `cargo fmt` 2022-04-10 23:25:56 +02:00
Dmitry Dygalo edbccd6f30 chore: Run `cargo fmt` 2022-01-28 12:54:16 +01:00
Dmitry Dygalo 7b9e5a9b40 chore(cli): Use `to_string_lossy()` instead of `to_str().unwrap()` 2022-01-28 12:54:16 +01:00
Dmitry Dygalo 3c17261145 chore(cli): Use `serde::from_reader` instead of `serde::from_str` 2022-01-28 12:54:16 +01:00
Dmitry Dygalo aa04159dee perf: Reduce the number of generated LLVM lines 2021-12-17 08:52:02 +01:00
Eden Yefet 5e65010387
feat: Use meta-schemas to validate input schemas 2021-06-17 15:04:29 +02:00
Dmitry Dygalo 20fbda616e chore: Apply rustfmt with `imports_granularity = "Crate"` 2021-04-23 16:10:16 +02:00
Dmitry Dygalo f5be9508d0
fix: Sdist Python packaging
* chore: Move Python bindings to `bindings`

* chore: Move `jsonschema` into a separate directory

* chore: Move submodule

* ci: Fix the `coverage` job

* chore: Move submodule

* test: Disable some failing optional tests

* ci: Add tests for installing Python sdist

* fix: Sdist Python packaging

* chore: Remove coverage job

It doesn't support such project structure
Ref: https://github.com/actions-rs/grcov/issues/50
2021-01-29 09:52:12 +01:00