1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-06 08:07:37 +03:00
nickel/tests
Yann Hamdaoui 1ddf52bdeb
[CI] Add clippy check (#793)
* Print logs when running `nix flake check` in CI
* Add clippy to the flake checks and git hooks
* Clippy auto fix
  `cargo clippy --fix --workspace --no-deps --frozen --offline -- --deny warnings --allow "clippy::new-without-default" --allow "clippy::match_like_matches_macro"`
* Manually fix remaining Clippy warnings

Co-authored-by: Julien Debon <julien.debon@tweag.io>
2022-11-17 18:18:49 +01:00
..
destructuring Apply suggestions from code review 2022-01-12 17:50:12 +01:00
imports Toggle error tolerance on/off in Cache. 2022-08-31 12:50:31 +02:00
pass Merge pull request #845 from tweag/feature/priorities-rec-ops 2022-10-18 13:00:29 +02:00
typecheck_fail Don't panic when a row mismatch occurs while unifying row tails (#847) 2022-09-29 11:17:01 +02:00
basics_fail.rs Rename crates nickel* to nickel-lang* 2022-03-06 22:27:57 +01:00
contracts_fail.rs Add a Force operator 2022-09-12 11:44:57 +02:00
destructuring.rs Rename crates nickel* to nickel-lang* 2022-03-06 22:27:57 +01:00
examples.rs Rename crates nickel* to nickel-lang* 2022-03-06 22:27:57 +01:00
free_vars.rs [CI] Add clippy check (#793) 2022-11-17 18:18:49 +01:00
imports.rs Toggle error tolerance on/off in Cache. 2022-08-31 12:50:31 +02:00
infinite_rec.rs Rename crates nickel* to nickel-lang* 2022-03-06 22:27:57 +01:00
merge_fail.rs Rename crates nickel* to nickel-lang* 2022-03-06 22:27:57 +01:00
parse_fail.rs Toggle error tolerance on/off in Cache. 2022-08-31 12:50:31 +02:00
pass.rs Adds tests for extended merge priorities 2022-09-16 16:56:22 +02:00
pretty.rs Double quote simple strings in the pretty printer 2022-10-04 15:52:14 +00:00
query.rs Add a few tests for wildcards 2022-06-13 17:29:04 +02:00
records_fail.rs Adds tests for extended merge priorities 2022-09-16 16:56:22 +02:00
stdlib_arrays_fail.rs Rename crates nickel* to nickel-lang* 2022-03-06 22:27:57 +01:00
stdlib_typecheck.rs ErrorTolerance enum. 2022-09-06 08:13:44 +02:00
typecheck_fail.rs Row types refactoring 2022-11-15 18:45:43 +01:00
unbound_type_variables.rs fix all usages of Ident 2022-09-16 15:47:38 +02:00