Matthias Krüger
|
f8dbcae9f4
|
lintcheck: fix bug in downloade_and_extract() for git sources: we need to execute "git checkout xy" inside the repo dir!
|
2021-02-15 22:48:32 +01:00 |
|
Matthias Krüger
|
214d821268
|
lintcheck: put some code into a gather_stats() function
|
2021-02-15 22:13:17 +01:00 |
|
Matthias Krüger
|
4856e5f8fc
|
lintcheck: rename a few symbols, add documentation to functions
|
2021-02-15 22:13:17 +01:00 |
|
Matthias Krüger
|
1b74439871
|
lintcheck: rename struct field
|
2021-02-15 22:13:17 +01:00 |
|
Matthias Krüger
|
5bbb1bc20a
|
lintcheck: env var LINTCHECK_TOML can be used to override toml file location (has precedence over --crates-toml flag)
|
2021-02-13 00:39:19 +01:00 |
|
Matthias Krüger
|
a6d493d52a
|
lintcheck: collect ICEs
|
2021-02-11 10:43:06 +01:00 |
|
Matthias Krüger
|
5e29aa6fdf
|
lintcheck: add support for path sources
|
2021-02-11 10:43:04 +01:00 |
|
Matthias Krüger
|
c7241b6e5e
|
lintcheck: make the log file be ${source-file}-logs.txt
this allows us to check multiple source.tomls and not worry about overriding our logfiles accidentally
|
2021-02-11 10:41:31 +01:00 |
|
Matthias Krüger
|
6f3eeac83c
|
lintcheck: add a cmdline option --crates-toml <TOML PATH> to override crate sources file to use.
Fixes #6691
|
2021-02-07 16:14:43 +01:00 |
|
Matthias Krüger
|
2bffbfccc1
|
lintcheck: avoid dbg!() calls
|
2021-02-06 19:12:58 +01:00 |
|
Matthias Krüger
|
e1c284bff7
|
lintcheck: cleanup, fix --only for git crates, better error msgs
|
2021-02-06 12:24:13 +01:00 |
|
Matthias Krüger
|
9ab505a3c7
|
lintcheck: add git source as an example and update logs
|
2021-02-06 12:11:31 +01:00 |
|
Matthias Krüger
|
10fbafa562
|
implement the download_and_extract() step for git sources
|
2021-02-06 12:10:47 +01:00 |
|
Matthias Krüger
|
64982cc435
|
lintcheck: make TomlCrate also accept git-data from lintcheck_crates.toml
|
2021-02-06 12:10:45 +01:00 |
|
Matthias Krüger
|
5b6a18362b
|
lintcheck: fix paths in the logs
|
2021-01-23 02:18:11 +01:00 |
|
Matthias Krüger
|
83fcf95f52
|
rename cargo dev crater to cargo dev lintcheck
|
2021-01-23 02:18:11 +01:00 |
|