extrawurst
b89672b134
rust 1.80 clippy fixes
2024-07-26 13:24:52 +07:00
extrawurst
2bbaa6f3a1
fix a bunch more typos
2024-02-20 19:51:05 +01:00
extrawurst
42043bda6f
make update_progress simpler
2023-09-03 18:34:09 +02:00
extrawurst
52dfefe624
Revert "parallelize log search"
...
This reverts commit ebe41e8a75 .
2023-09-03 18:30:34 +02:00
extrawurst
ebe41e8a75
parallelize log search
...
* will consume all cores now and got faster in all my benchmarks
* setting progress via asyncjob now makes sure to only set it if it has changed and return whether that is the case to simplify sending progress notifications only in case progress actually changed
2023-08-31 12:09:13 +02:00
Alexandru Macovei
6b5745f6c2
Fix Clippy Lints ( #1390 )
...
* apply latest nigtly clippy lints
* temporarily disable const fn lints due to nigh false positive count on nightly
2022-10-19 13:45:12 +02:00
extrawurst
4249a278b6
nightly clippy fixes
2022-09-02 09:09:29 +02:00
Stephan Dilly
c42c9f900a
nightly clippy fix
2021-11-09 14:00:41 +01:00
Stephan Dilly
40e03ba7de
allow async jobs to set intermediate progress
2021-09-02 18:29:03 +02:00
Stephan Dilly
0454e2a1cd
asyncjob supports sending arbitrary notifications
...
this is used to send progress reports during work on the job
2021-09-02 13:14:36 +02:00
Stephan Dilly
b9e4631ff4
allow async job to return dynamic notification
2021-09-02 11:36:46 +02:00
Stephan Dilly
e5688e3b8b
make async test even more resilient
2021-09-02 10:38:37 +02:00
Stephan Dilly
8905fd22ea
make test more stable
2021-09-01 23:02:08 +02:00
Stephan Dilly
dad8e8d43d
cargo fmt: use hardtabs
...
since it does not support hard-whitespaces its the only way to make whitespaces consisitent and checked
2021-08-17 14:24:25 +02:00
Stephan Dilly
bfa83ae343
move async_job abstraction into asyncgit for now
2021-05-28 11:02:31 +02:00