| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-06 | Added .git to end of Repo's https URL | luvchurchill | |
| The install.sh script didn't work for me, after I changed this locally it worked URL needs to end in .git | |||
| 2023-10-18 | Update install.sh | The Bearodactyl | |
| 2023-09-22 | fix(installation): bump MinRustVersion to 1.70 | d1t2 | |
| Since #1633 porting to Clap, min Rust version reqirement changes. | |||
| 2023-02-26 | Better error message when failing | Mahdi Bahrami | |
| 2023-02-11 | fix(installation): bump `MinRustVersion` to 1.58 | Alexander Gill | |
| this is the earliest minor version that compiled without errors | |||
| 2023-02-11 | fix(installation): loop to `max_len-1` | Alexander Gill | |
| avoid `i` going outside range of array indices | |||
| 2022-05-17 | check for rustup install | pwygab | |
| 2022-05-04 | fix(install.sh):fix arr out of bounds | likzn | |
| 2022-04-20 | chore: bump minimum required rust version in installs | mokou | |
| 2022-04-04 | fix(install): protect path with whitespaces using quotes and stop at the ↵ | Pascal Havé | |
| first error | |||
| 2022-02-04 | doc: Add hints on how to get gcc installed (#741) | Brandon High | |
| 2020-11-05 | fix(installation): Update the MinRustVersion | Caleb Webber | |
| closes #577df Co-authored-by: Caleb Webber <seeplusplus@users.noreply.github.com> | |||
| 2020-06-14 | chore: Move from master branch to main branch | mokou | |
| 2020-06-05 | fix(installation): Provide a backup git reference when tag can't be curl | Abdou Seck | |
| 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-04-29 | fix(installation): Check if python is available while checking for git,rustc ↵ | Abdou Seck | |
| and cargo closes #374 | |||
| 2020-02-27 | fix: Re-add cloning the repo to install scripts | mokou | |
| 2020-02-26 | feat: Add clippy lints | Mario Reder | |
| - 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-21 | fix(installation): make fatal errors more obvious | Quinten Johnson | |
| 2019-06-09 | fix(installation): Fix rustlings installation check | Russell Cousineau | |
| 2019-03-28 | Fix order of true/false in tests for executables | Matthias Geier | |
| 1b3469f236bc6979c27f6e1a04e4138a88e55de3 has fixed the tests themselves, but now the original error shows itself. | |||
| 2019-03-28 | make installation command checks more thorough | liv | |
| 2019-03-20 | Fix comment position | Colin Pitrat | |
| 2019-03-20 | Verify that rust version is recent enough to install rustlings. | Colin Pitrat | |
| 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? | |||
| 2019-03-06 | add a basic install script | lyn | |
