Commit Graph

41 Commits (57834e9f8c4a005ba210b69932e62506ea12a998)

Author SHA1 Message Date
liv 9ad884aadb chore: bump version 2 years ago
mokou c923e7af73 chore: release 5.2.1 2 years ago
mokou d0c7b06eff chore: release 5.1.1 2 years ago
mokou 714a8075cc chore: bump version 2 years ago
mokou af301a2efe feat(errors5): add simpler explanation for box dyn 2 years ago
mokou ed0f278a8f chore: remove mod.rs files and exercises feature 2 years ago
Jack Clayton be87cc9fa6 Add lsp command to fix rust-analyzer 2 years ago
dependabot[bot] 5130a57f8f
chore(deps): bump regex from 1.5.4 to 1.5.5
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
mokou 9ec35d899c chore: bump version
Plus, remove the clog configuration file,
since that's not being used anymore.
2 years ago
mokou c811643d1e chore: bump library versions 2 years ago
mokou cf9f382873 chore: bump version 2 years ago
ana d57c183028 release: 4.6.0 3 years ago
Ben Armstead 1cd9328a58
fix(cli): remove unnecessary borrows (#829)
* Update dependencies

* Format better and remove unnecessary borrows
3 years ago
ana ba087ce64a release: 4.5.0
Signed-off-by: ana <ana@ana.st>
3 years ago
mokou 84461c20cb release: 4.4.0 3 years ago
Zerotask eefa656232
chore(deps): update cargo dependencies 3 years ago
mokou 7928122fce feat: Replace clap with argh
I’ve been wanting to do this for a while, but always procrastinated on it. We’ve been using Clap since the 2.0 rewrite, but Clap is known to be a fairly heavy library. Since Rustlings is usually peoples’ first contact with a Rust compilation, I think it’s in our best interests that this complation is as fast as possible. In effect, replacing Clap with the smaller, structopt-style `argh` reduces the amount of crates needing to be compiled from 82 to 60.

I also think this makes the code way easier to read, we don’t need to use Clap’s methods anymore, but can switch over to using pure Rust methods, e.g., switches are booleans, options are Option<String>s or the like, and subcommands are just structs.
3 years ago
mokou a303d508cf release: 4.3.0 4 years ago
mokou 964b2a331d release: 4.2.0 4 years ago
mokou 89c07b5e43 release: 4.1.0 4 years ago
Dany Marcoux 1cc40bc9ce
fix: Update rustlings version in Cargo.lock 4 years ago
Saurav abd0ec379c
chore: update variables5.rs book link (#351)
chore: update variables5.rs book link

chore: update variables5.rs book link
4 years ago
Sanjay K 135e5d47a7 feat: added excercise for option 4 years ago
mokou 6eb62fa2ce 2.2.0 4 years ago
marisa 4b79691d5e 2.1.0 5 years ago
marisa eac07df96c 2.0.0 5 years ago
Roberto Vidal 4b26546589 fix(run): makes `run` never prompt
`watch` and `verify` do prompt the user to actively move to the
next exercise. This change fixes `run` to never prompt. Previously
it was inconsistent between "test" and "compile" exercises.

BREAKING CHANGE: we again change the behavior of the `run` command
5 years ago
Roberto Vidal 2cdd61294f feat: improve `watch` execution mode
The `watch` command now requires user action to move to the next
exercise.

BREAKING CHANGE: this changes the behavior of `watch`.
5 years ago
marisa a47a62172a 1.5.1 5 years ago
marisa ad03d180c9 fix(if1): Remove `return` reference
This closes #153.
5 years ago
Niklas Anderson bd007d4617 chore: Bump version in Cargo.lock 5 years ago
marisa b8368de6d5
1.4.0 5 years ago
liv 34e31232df feat(changelog): Use clog for changelogs 5 years ago
liv 7fca1d28af 1.3.0 5 years ago
liv bb652ceb91 Commit Cargo.lock file 5 years ago
Katharina 90a59c4de7
Removing Cargo.lock 6 years ago
Katharina Fey 961d725227
Fixing main function errors in move_semantics/ 6 years ago
Carol (Nichols || Goulding) 6e2d953aa6
Update to btbytes' prlink because they merged my PR already!! 6 years ago
Carol (Nichols || Goulding) 70aa18699b
Make a handlebars helper that uses prlink to generate a link from a file 6 years ago
Carol (Nichols || Goulding) 2ac0d5982c
Introduce handlebars to be able to do templating 6 years ago
Carol (Nichols || Goulding) 87d8131f1f
Start a script to regenerate README.md from a template
So far this doesn't actually do any templating, just adds a note about
the README being autogenerated :)
6 years ago