Commit Graph

25 Commits (main)

Author SHA1 Message Date
mo8it 71053101c3 Add --locked 4 weeks ago
luvchurchill 53c40024d8
Added .git to end of Repo's https URL
The install.sh script didn't work for me, after I changed this locally it worked
URL needs to end in .git
3 months ago
The Bearodactyl be6630bec6
Update install.sh 7 months ago
d1t2 6aa47be78e
fix(installation): bump MinRustVersion to 1.70
Since #1633 porting to Clap, min Rust version reqirement changes.
8 months ago
Mahdi Bahrami 6c5ba7cc01
Better error message when failing 1 year ago
Alexander Gill 0b119339eb fix(installation): bump `MinRustVersion` to 1.58
this is the earliest minor version that compiled without errors
1 year ago
Alexander Gill 4bdd3c036b fix(installation): loop to `max_len-1`
avoid `i` going outside range of array indices
1 year ago
pwygab 5b94016585
check for rustup install 2 years ago
likzn 7027320a8f fix(install.sh):fix arr out of bounds 2 years ago
mokou 268822dbd8 chore: bump minimum required rust version in installs 2 years ago
Pascal Havé d114847f25 fix(install): protect path with whitespaces using quotes and stop at the first error 2 years ago
Brandon High bc56861744
doc: Add hints on how to get gcc installed (#741) 2 years ago
Caleb Webber 21bfb2d477
fix(installation): Update the MinRustVersion
closes #577df

Co-authored-by: Caleb Webber <seeplusplus@users.noreply.github.com>
4 years ago
mokou 55a9284665 chore: Move from master branch to main branch 4 years ago
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.
4 years ago
Abdou Seck 9cfb617d5b fix(installation): Check if python is available while checking for git,rustc and cargo
closes #374
4 years ago
mokou 3d9b03c52b fix: Re-add cloning the repo to install scripts 4 years ago
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
4 years ago
Quinten Johnson 17d0951e66 fix(installation): make fatal errors more obvious 4 years ago
Russell Cousineau 7a252c4755 fix(installation): Fix rustlings installation check 5 years ago
Matthias Geier 11fe19d08a
Fix order of true/false in tests for executables
1b3469f236 has fixed the tests themselves, but now the original error shows itself.
5 years ago
liv 1b3469f236 make installation command checks more thorough 5 years ago
Colin Pitrat f07703eb7a
Fix comment position 5 years ago
Colin Pitrat fd4eda8bda Verify that rust version is recent enough to install rustlings.
I would have liked to write some tests for the vercomp function I
introduce, but there doesn't seem to be any CI setup yet?
5 years ago
lyn 9a14d72f08 add a basic install script 5 years ago