allcontributors[bot]
d30c6fe703
docs: update README.md [skip ci]
2021-04-13 19:10:19 +02:00
apogeeoak
afe6b3ec49
docs: Fixed grammar in contributing.md.
2021-04-13 19:10:19 +02:00
allcontributors[bot]
c32910ae7b
docs: update .all-contributorsrc [skip ci]
2021-04-13 19:10:19 +02:00
allcontributors[bot]
25dc9eb660
docs: update README.md [skip ci]
2021-04-13 19:10:19 +02:00
Tal
80d0fe4127
fix(move_semantics4): Remove redundant "instead" ( #640 )
2021-04-13 19:10:19 +02:00
allcontributors[bot]
10d6b0c0f9
docs: update .all-contributorsrc [skip ci]
2021-04-13 19:10:19 +02:00
allcontributors[bot]
07eb071bef
docs: update README.md [skip ci]
2021-04-13 19:10:19 +02:00
John Baber-Lucero
0ae63000cb
fix(info): Fix typo ( #635 )
...
Co-authored-by: John Baber-Lucero <git@frundle.com>
2021-04-13 19:10:19 +02:00
allcontributors[bot]
0e78ad45ef
docs: update .all-contributorsrc [skip ci]
2021-04-13 19:10:19 +02:00
allcontributors[bot]
b7c7536065
docs: update README.md [skip ci]
2021-04-13 19:10:19 +02:00
Jean-Francois Chevrette
bf0af8d466
fix(from_str): test for error instead of unwrap/should_panic
2021-04-13 19:10:19 +02:00
mokou
4369b298d1
docs: Remove duplicate uninstallation section
2021-04-13 19:10:19 +02:00
Abdou Seck
dc93b91f85
feat(cli): Improve the list command with options, and then some
...
1.
`rustlings list` should now display more than just the exercise names.
Information such as file paths and exercises statuses should be displayed.
The `--paths` option limits the displayed fields to only the path names; while the `--names`
option limits the displayed fields to only exercise names.
You can also control which exercises are displayed, by using the `--filter` option, or
the `--solved` or `--unsolved` flags.
Some use cases:
- Fetching pending exercise files with the keyword "conversion" to pass to my editor:
```sh
vim $(rustlings list --filter "conversion" --paths --unsolved)
```
- Fetching exercise names with keyword "conversion" to pass to `rustlings run`:
```sh
for exercise in $(rustlings list --filter "conversion" --names)
do
rustlings run ${exercise}
done
```
2.
This should also fix #465 , and will likely fix #585 , as well.
That bug mentioned in those issues has to do with the way the `watch` command handler fetches the pending exercises.
Going forward, the least recently updated exercises along with all the other exercises in a pending state are fetched.
2021-04-13 19:10:19 +02:00
Abdou Seck
67a369335a
Add looks_done method to Exercise to expose a resolution state
2021-04-13 19:10:19 +02:00
Sang-Heon Jeon
ae4c54373f
feat(from_into) : add test for checking unnecessary trailing value
2021-04-13 19:10:19 +02:00
Sang-Heon Jeon
604836f126
feat(from_str) : add test for checking unnecessary trailing value
2021-04-13 19:10:19 +02:00
fmoko
282d736015
chore: Remove Readme GIF
2021-04-13 19:10:19 +02:00
allcontributors[bot]
47215cce1f
docs: update .all-contributorsrc [skip ci]
2021-04-13 19:10:19 +02:00
allcontributors[bot]
462715b3d2
docs: update README.md [skip ci]
2021-04-13 19:10:19 +02:00
Christian Zeller
2ff2df21cc
fix(threads1): line number correction
2021-04-13 19:10:19 +02:00
Marius Ungureanu
215c201134
fix(move_semantics4): Small readbility improvement ( #617 )
...
* Small readbility improvement move_semantics4 doc
* Remove `an` as it refers to the argument
2021-04-13 19:10:19 +02:00
allcontributors[bot]
f3432eb62c
docs: update .all-contributorsrc [skip ci]
2021-04-13 19:10:19 +02:00
allcontributors[bot]
f421b83e7e
docs: update README.md [skip ci]
2021-04-13 19:10:19 +02:00
Will Hayworth
607d65d561
docs: mention flatten in the options2 hint
2021-04-13 19:10:19 +02:00
RoelofWobben
7f75008c63
Update README.md
2021-04-13 19:10:19 +02:00
xehpuk
5def3e4fdc
fix: typo in default out text
2021-04-13 19:10:19 +02:00
Yvan Sraka
d46fef2382
Create .travis.yml
2021-04-12 22:55:24 +02:00
mokou
a303d508cf
release: 4.3.0
2020-12-29 11:39:26 +01:00
mokou
44d39112ff
feat: Rewrite default out text
...
This has been in place for a long time now, before we had an install
script, so it ended up repeating a bunch of the same things that the
install script does automatically. I rewrote it so that it gives more
helpful information about how you're supposed to do Rustlings.
Hopefully this will reduce the number of "I started Rustlings and it
gave me an error" issues (no offense to anyone who opened one of those,
it was pretty unclear that it _wasn't_ an error).
2020-12-29 11:34:52 +01:00
mokou
28020d0c54
docs: Add note on uninstalling to README
2020-12-29 11:23:08 +01:00
Axel Viala
0ef95947cc
fix(functions2): Change signature to trigger precise error message: ( #605 )
...
Now trigger this error:
```
error: expected type, found `)`
--> exercises/functions/functions2.rs:10:16
|
10 | fn call_me(num:) {
| ^ expected type
```
2020-12-27 12:36:38 +01:00
allcontributors[bot]
4ac70a99ae
docs: add seancad as a contributor
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-15 08:33:47 +01:00
seancad
bcf14cf677
fix: update structs README
2020-12-15 08:32:46 +01:00
fmoko
1dae782cd4
Merge pull request #598 from JuliaCao/update_exec_order
...
fix: added missing exercises to info.toml
2020-12-13 02:30:57 +01:00
JuliaCao
90cfb6ff28
fix: added missing exercises to info.toml
2020-12-12 10:34:59 -08:00
allcontributors[bot]
26110da7ca
docs: add pcn as a contributor
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-12-08 10:12:57 +01:00
Peter N
30644c9a06
fix: gives a bit more context to magic number
2020-12-08 10:08:25 +01:00
JuliaCao
033bf1198f
feat: match exercise order to book chapters ( #541 )
...
Added exercise to book chapter mapping table to exercise README
2020-12-07 15:37:19 +01:00
fmoko
cdc7d92e57
Merge pull request #592 from tinkhauser/vec1_bugfix
...
fix(vec1): Have test compare every element in a and v
2020-12-06 15:09:45 +01:00
fmoko
af0e3b8f17
Merge pull request #594 from xakon/fix/try_from_into
...
feat(try_from_into): remove duplicate annotation
2020-12-03 18:23:48 +01:00
Christos Kontas
04f1d079aa
feat(try_from_into): remove duplicate annotation
2020-12-03 17:51:30 +01:00
Jacob Tinkhauser
9b6c629397
fix(vec1): Have test compare every element in a and v
...
The previous test would stop comparing elements in array a and vec v upon reaching the last element of either. This resulted in the test passing even if v did not contain all the elements in a. This change to the test fixes that bug and should only pass if all the elements in a and v are present and equal.
2020-11-29 01:35:14 +00:00
fmoko
5aa467bef2
Merge pull request #587 from wh5a/bugfix
...
fix(try_from_into): type error
2020-11-12 16:36:50 +01:00
fmoko
af7ad27f89
chore: Remove buildkite build file
2020-11-12 09:50:55 +01:00
fmoko
d6d57bfbb8
docs: Remove buildkite badge from README
2020-11-12 09:50:39 +01:00
Wei Hu
4f4cfcf3c3
fix(try_from_into): type error
2020-11-11 21:02:00 -08:00
Brock
fa9f522b7f
feat: Crab? ( #586 )
...
Crab?
2020-11-11 23:06:14 +01:00
Caleb Webber
838f9f3008
feat: add "rustlings list" command
2020-11-10 18:36:19 +01:00
JP
96347df9df
fix(try_from_into): Update description ( #584 )
...
Description update
2020-11-08 19:30:40 +01:00
Brock
9334783da3
fix(structs1): Adjust wording ( #573 )
...
Co-authored-by: fmoko <mokou@posteo.de>
2020-11-08 10:31:45 +01:00