| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
