Commit Graph

66 Commits (a55c8dc1a8bc787f537e91c0979eefc639dacfb7)

Author SHA1 Message Date
liv 7f1754ecc5 release: 5.4.1 1 year ago
liv fc9fb536ca release: 5.4.0 1 year ago
liv 9ad884aadb chore: bump version 2 years ago
mokou 2e1630c712 chore: style fixes 2 years ago
mokou c923e7af73 chore: release 5.2.1 2 years ago
mokou 3309a01b5e chore: release 5.2.0 2 years ago
mokou d0c7b06eff chore: release 5.1.1 2 years ago
mokou 714a8075cc chore: bump version 2 years ago
mokou 5435b80841 chore: bump version 2 years ago
mokou ed0f278a8f chore: remove mod.rs files and exercises feature 2 years ago
Drew Morris df68d1a86e chore: Update spacing in Cargo.toml 2 years ago
mokou 6588d9be22 chore: bump version 2 years ago
Jack Clayton be87cc9fa6 Add lsp command to fix rust-analyzer 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
x-hgg-x 179a75a68d
fix: Include exercises folder in the project structure behind a feature (#917)
closes #859
closes #913
closes #942
2 years ago
ana 359f81dd0b chore: upgrade edition to 2021 3 years ago
ana d57c183028 release: 4.6.0 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
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
mokou f9ccc6a289 release: 4.0.0 4 years ago
mokou 2ff3f7ae13 3.0.0 4 years ago
mokou 8b9479071c 2.2.1 4 years ago
mokou 6eb62fa2ce 2.2.0 4 years ago
Harrison Metzger 32a9cf7b8d fix: Update deps to version compatable with aarch64-pc-windows 5 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 c8babbad27 1.5.0 5 years ago
marisa 4f0c5a8d49
1.4.1 5 years ago
marisa b8368de6d5
1.4.0 5 years ago
liv 7fca1d28af 1.3.0 5 years ago
liv 62696f5819 Remove highlighting and syntect 5 years ago
liv 1f2ee8cb62 1.2.2 5 years ago
liv 0279294972 1.2.1 5 years ago
liv 6ae0a00211 1.2.0 5 years ago
liv 4b0b7093e5 1.1.1 5 years ago
Chris Pearce d01a71f7de Extract exercise struct to encapsulate path logic 5 years ago
lyn f3ee70489f 1.1.0 5 years ago
lyn f43cb124f6 add tests 5 years ago
komaeda 11875aed6e
adjust author name 5 years ago
lyn 999601d828 1.0.1 5 years ago
lyn 70e59cca3c standardize exercise running via an external toml file 5 years ago