Tonći Galić
60393999b8
remove bottom comment instead of top
2020-04-08 11:00:11 +02:00
Tonći Galić
dab90f7b91
Remove duplicate not done comment
...
As indicated in #259 , I found it confusing to have 2 comments as the code wouldn't compile unless I solved both issues (I used the script from #281 to remove a comment and use `:wn` to go to next exercise, hence this tripped me).
2020-04-07 17:00:45 +02:00
Roberto Vidal
3b6d5c3aaa
feature: makes "compile" exercise print output, resolves #270
...
When running "compile"-mode exercises in interactive `verify` mode,
we print their output when we prompt the learner if they want to
continue. This improves the "experimentation" experience, since
trying different things does produce a visible change.
2020-04-06 16:17:14 +02:00
fmoko
7ce42941ea
Merge pull request #282 from sanjaykdragon/master
...
feat: added option exercise
2020-04-05 15:58:09 +02:00
fmoko
b135b589e0
Merge pull request #280 from sjmann/generics-exercises
...
feat: added generics exercises
2020-04-05 14:40:34 +02:00
Sanjay K
05ca3d77f7
Merge branch 'master' of https://github.com/sanjaykdragon/rustlings
2020-04-02 08:41:14 -04:00
Sanjay K
6deee7e3e9
fixed spacing
2020-04-02 08:40:59 -04:00
Sanjay K
9788496a85
Update option1.rs
2020-03-11 13:44:41 -04:00
Sanjay K
6d3a412d47
Update option1.rs
2020-03-11 13:44:10 -04:00
skim
bc22ec382f
adds additional test to meet exercise rules
2020-03-11 07:58:04 -07:00
Sanjay K
135e5d47a7
feat: added excercise for option
2020-03-05 15:52:54 -05:00
sjmann
0f8001ea44
add I AM NOT DONE comments
2020-02-28 00:31:55 +00:00
sjmann
29b30ec946
Merge branch 'master' of https://github.com/sjmann/rustlings into generics-exercises
2020-02-28 00:19:45 +00:00
sjmann
76be5e4e99
feat: added new exercises for generics
2020-02-28 00:09:08 +00:00
Mario Reder
1e2fd9c92f
feat: Add clippy lints
...
- 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-26 14:07:07 +01:00
bors
78295ce92f
Auto merge of #274 - sjmann:master, r=fmoko
...
chore: fixed merge conflicts from traits exercises added by s-marios
I hope this doesn't step on any toes but I wanted to try the traits exercises from #216 so I updated them to match the new structure with hints included in info.toml
2020-02-25 21:27:39 +00:00
Stig Johan Berggren
a45486f2d0
Add a second test case
2020-02-25 14:25:03 +01:00
Stig Johan Berggren
8b971ffab6
Enable test for exercise test4
2020-02-25 14:13:10 +01:00
Steven Mann
dc84aacc65
remove confusing comment wording
2020-02-25 11:00:09 +00:00
sjmann
b559cdd73f
added traits exercises
2020-02-25 09:48:50 +00:00
sjmann
a3f70124dc
fixed typo
2020-02-22 14:28:07 +00:00
sjmann
bec8e3a644
reworded missing exercise explanation
2020-02-22 13:04:37 +00:00
Jason Tsai
39fa7ae8b7
chore: Correct test command in tests1.rs comment
2020-01-29 13:48:43 +08:00
Paul Bissex
ade52ffb73
Fixed mangled sentence from book; edited for clarity
2020-01-25 03:24:14 -05:00
Torben Jonas
0c73609e6f
feat: Add variables5.rs exercise
...
closes #260
2020-01-14 21:10:07 +01:00
gnodarse
fd57f8f2c1
Created consistent money unit
2019-12-29 19:15:32 -05:00
dmitri-mamrukov
dfdf8093eb
Enable a test and improve per clippy's suggestion.
2019-12-23 21:37:09 -05:00
Abdou Seck
fc26b5e151
I AM NOT DONE comment in conversions exercise files
2019-12-16 11:33:00 -05:00
Abdou Seck
0c85dc1193
feat: Add type conversion and parsing exercises
2019-12-16 09:12:13 -05:00
marisa
fe10e06c37
fix(tests1): Change test command
...
Closes #243 .
2019-12-16 13:05:25 +01:00
Rahat Ahmed
54571a5fca
fix(iterators2): Remove reference to missing iterators2.rs
2019-12-07 23:25:13 -08:00
Jens
31c25ebb50
Add link to chapter on pattern syntax
...
After being stuck on exercise enums3.rs for about an hour or two, having read the entire chapter on enums 2-3 times, and still being unable to complete the exercise, i started broadening my reading. I finally found the answer in the rust docs via google.
2019-11-24 09:28:33 +01:00
Roberto Vidal
b565c4d3e7
fix: line numbers in several exercises and hints
...
The introduction of `I AM NOT DONE` shifted the lines of all
exercises, which now need adjustment.
2019-11-14 08:21:56 +01:00
Chris Keschnat
c42c3b2101
fix(arc1): Fix some words in the comment
2019-11-12 18:37:23 +01:00
Chris Keschnat
fda5a47069
fix(variables1): Correct wrong word in comment
2019-11-12 17:33:25 +01:00
Roberto Vidal
ded2c034ba
fix(primitive_types4): update outdated comment
2019-11-12 12:52:28 +01:00
marisa
1a7bb5a400
Address feedback
2019-11-11 17:47:45 +01:00
marisa
ec2d4bd3ee
Merge branch 'master' into refactor-hints
2019-11-11 17:21:06 +01:00
marisa
9bdb0a12e4
feat: Refactor hint system
...
Hints are now accessible using the CLI subcommand `rustlings hint
<exercise name`.
BREAKING CHANGE: This fundamentally changes the way people interact with exercises.
2019-11-11 16:51:38 +01: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
marisa
f72e5a8f05
fix(structs1): Remove misleading comment
2019-11-11 13:57:59 +01:00
marisa
6dcecb38a4
fix(strings): Move Strings before Structs
...
Closes #204 .
2019-11-11 13:46:42 +01:00
marisa
dcfb427b09
fix(errors3): Update hint
...
Closes #185 .
2019-11-11 13:37:43 +01:00
marisa
ad03d180c9
fix(if1): Remove return
reference
...
This closes #153 .
2019-11-11 13:34:21 +01:00
bors
c6dad28ddc
Auto merge of #224 - nyxtom:feat-enums, r=fmoko
...
feat: Add enums exercises
Creates an exhaustive list of enum exercises. This goes through the basics of different ways to derive enums with mixed data type variants, as well as the use of the all important `match` operator.
2019-11-09 09:41:36 +00:00
marisa
79a569422c
fix: Rewrite test1 logic
2019-10-29 20:53:41 +01:00
Thomas Holloway
dc15032112
feat: Add enums exercises
2019-10-28 22:49:49 -05:00
Scott Sweeny
2821227acf
chore: Clarify comment in exercises/test1.rs
...
closes #194
The author of issue #194 suggests that the wording of the comment is at
least ambiguous about the desired results. I believe this change more
clearly describes the expectation of the exercise.
2019-10-28 23:08:46 -04:00
bors
2191ef7eee
Auto merge of #219 - vyaslav:master, r=fmoko
...
Added exercise for struct update syntax
Added one exercise for struct update syntax `struct2.rs`
2019-10-28 22:56:54 +00:00
Niklas Anderson
ead4f7af9e
fix(option1): Fix arguments passed to assert! macro
2019-10-25 14:27:24 -07:00