mo8it
4110ae21af
Handle notify errors
2024-04-09 21:46:55 +02:00
mo8it
b15e0a279b
Use shrink to fit before leaking the vector
2024-04-09 21:23:02 +02:00
mo8it
787bec9875
Use exercises as leaked
2024-04-09 21:16:27 +02:00
mo8it
f0ce2c1afa
Improve event handling in the watch mode
2024-04-09 21:07:53 +02:00
mo8it
850c1d0234
Add progress bar to list
2024-04-09 19:37:39 +02:00
mo8it
ee7d976283
Use a green color on successful run
2024-04-09 17:15:12 +02:00
liv
258ff6f462
Merge pull request #1946 from rust-lang/all-contributors/add-Selflocking
...
docs: add Selflocking as a contributor for content
2024-04-08 22:49:11 +02:00
allcontributors[bot]
95a3fe17fa
docs: update .all-contributorsrc [skip ci]
2024-04-08 20:49:03 +00:00
allcontributors[bot]
501861e435
docs: update AUTHORS.md [skip ci]
2024-04-08 20:49:02 +00:00
liv
f3890cbae6
Merge pull request #1944 from Selflocking/patch-1
...
docs: add more info in threads
2024-04-08 22:48:43 +02:00
YunShu
f714534393
docs: add more info in threads
...
info.toml:
```toml
[[exercises]]
name = "threads3"
path = "exercises/threads/threads3.rs"
mode = "test"
hint = """
An alternate way to handle concurrency between threads is to use
a mpsc (multiple producer, single consumer) channel to communicate.
With both a sending end and a receiving end, it's possible to
send values in one thread and receive them in another.
Multiple producers are possible by using clone() to create a duplicate
of the original sending end.
See https://doc.rust-lang.org/book/ch16-02-message-passing.html for more info.
"""
```
threads3'hint contains this link, so it should be placed in Further Information
2024-04-08 22:07:26 +08:00
mo8it
d0fcd8ae8a
Use a color for the message
2024-04-08 03:21:13 +02:00
mo8it
7c46e7ac69
Simplify building rows.
...
No more lifetimes championship :(
2024-04-08 03:16:38 +02:00
mo8it
1db5de9653
Fix selection after applying filters
2024-04-08 03:08:05 +02:00
mo8it
b5fc06bd56
Show more exercises before the selected one
2024-04-08 02:46:35 +02:00
mo8it
7c4d33654f
Implement done/pending filters
2024-04-08 02:41:48 +02:00
mo8it
05729b27a0
Set a list offset
2024-04-08 01:49:38 +02:00
mo8it
0bf3f7e01f
Lowercase "filter" in help footer
2024-04-08 01:34:41 +02:00
mo8it
bd5503a0d3
Show message on reset
2024-04-08 01:33:11 +02:00
mo8it
25e855a009
Merge imports
2024-04-08 00:36:26 +02:00
mo8it
c2501ae733
Remove list tests because of the TUI
2024-04-08 00:36:10 +02:00
mo8it
3a4f2bebb4
Remove test because of defaulting to watch mode
2024-04-08 00:35:51 +02:00
mo8it
394ca402a8
Remove the info_toml_content field
2024-04-07 23:57:54 +02:00
mo8it
db25cc9157
Ignore .rustlings-state.json
2024-04-07 23:54:32 +02:00
mo8it
93f8d1610d
Some renamings
2024-04-07 23:37:40 +02:00
mo8it
99c9ab467b
Implement resetting
2024-04-07 22:43:59 +02:00
mo8it
db43efe3ec
Update .gitignore
2024-04-07 22:40:50 +02:00
mo8it
9a4ee47c52
Separate WatchState
2024-04-07 19:29:16 +02:00
mo8it
0a674a158d
Separate UiState
2024-04-07 19:05:29 +02:00
mo8it
3bd26c7a24
State -> StateFile
2024-04-07 19:01:08 +02:00
mo8it
8c31d38fa1
Better variable name
2024-04-07 17:57:20 +02:00
mo8it
d988054ad8
Add UiState
2024-04-07 16:33:00 +02:00
mo8it
2db86833a9
Fix lifetimes
2024-04-07 13:12:40 +02:00
mo8it
b0a4750624
Implement "continue at"
2024-04-07 04:59:22 +02:00
mo8it
4f69285375
Shorten the help footer
2024-04-07 04:39:03 +02:00
mo8it
e640b4a1ff
Add "Next" column
2024-04-07 04:36:27 +02:00
mo8it
7f5a18fa34
Show help message
2024-04-07 04:19:50 +02:00
mo8it
c4897139ae
Prevent unneeded redraws
2024-04-07 03:41:23 +02:00
mo8it
372290a796
Done navigation
2024-04-07 03:38:18 +02:00
mo8it
729385362c
Update deps
2024-04-07 03:03:59 +02:00
mo8it
f6db88aca8
Started with list
2024-04-07 03:03:37 +02:00
mo8it
0819bbe21f
Can't use Ratatui for the watch mode :(
2024-04-07 01:17:53 +02:00
mo8it
18342b3aa3
Verify starting with some index
2024-04-07 01:16:56 +02:00
mo8it
c2daad8340
Return an error instead of exiting
2024-04-07 01:15:47 +02:00
mo8it
de9a0ed522
Update state
2024-04-06 01:46:22 +02:00
mo8it
06e7216c83
Elimintate an itermediate variable
2024-04-06 01:46:09 +02:00
mo8it
60155294e9
Rename packages
2024-04-06 01:45:54 +02:00
mo8it
3f2d41de9e
Start with the state
2024-04-05 03:05:07 +02:00
mo8it
b0f19fd862
Start with the TUI
2024-04-05 03:04:53 +02:00
mo8it
0bf51c6a0d
Ignore .ignore
2024-04-05 00:59:21 +02:00