6 Commits

Author SHA1 Message Date
Antoine Barthelemy
cdf82553ce
fix(simplify): eliminating struct type in TODOenum
Going back to what was initially intended by nyxton in order to simply exercise.
Using primitive types makes it much easier to understand, this way there is just destructuring nested structs and enums in match - which is already a lot.
"Nesting" struct in enum makes it unusual and somehow difficult.
2020-08-18 14:59:42 +02:00
Étienne Barrié
3144d3ae63 chore: Run rustfmt on exercises 2020-08-10 10:24:21 -04:00
DEWA Kazuyuki/出羽和之
4b6540c71a
fix(enums3): Update Message::ChangeColor to take a tuple. (#457) 2020-07-08 11:56:43 +02:00
Siobhan Jacobson
09e89bbcd3 Update Message::Move in the enums3 test to take a Point. 2020-05-04 18:59:23 -04:00
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`.
2019-11-11 16:23:35 +01:00
Thomas Holloway
dc15032112 feat: Add enums exercises 2019-10-28 22:49:49 -05:00