Pascal Havé
d114847f25
fix(install): protect path with whitespaces using quotes and stop at the first error
2022-04-04 00:27:05 +02:00
Brandon High
bc56861744
doc: Add hints on how to get gcc installed ( #741 )
2022-02-04 15:38:55 +01:00
Caleb Webber
21bfb2d477
fix(installation): Update the MinRustVersion
...
closes #577df
Co-authored-by: Caleb Webber <seeplusplus@users.noreply.github.com>
2020-11-05 09:59:25 +01:00
mokou
55a9284665
chore: Move from master branch to main branch
2020-06-14 14:48:51 +02:00
Abdou Seck
9e4fb1009f
fix(installation): Provide a backup git reference when tag can't be curl
...
closes #423
If the parsed JSON data curled during a bash installation is not valid, use the repository's tag files
as a backup. If those files don't exist somehow, then checkout the master branch and install it.
2020-06-05 16:33:14 -04:00
Abdou Seck
9cfb617d5b
fix(installation): Check if python is available while checking for git,rustc and cargo
...
closes #374
2020-04-29 15:11:05 -04:00
mokou
3d9b03c52b
fix: Re-add cloning the repo to install scripts
2020-02-27 19:19:31 +01:00
Mario Reder
1e2fd9c92f
feat: Add clippy lints
...
- adds a new 'clippy' category for exercises
- clippy exercises should throw no warnings
- install script now also installs clippy
is related to https://github.com/rust-lang/rust-clippy/issues/2604
2020-02-26 14:07:07 +01:00
Quinten Johnson
17d0951e66
fix(installation): make fatal errors more obvious
2020-02-21 11:52:47 -06:00
Russell Cousineau
7a252c4755
fix(installation): Fix rustlings installation check