Results 716 comments of Alexander Batischev

Sorry you've lost data! Hope you got backups. The "First Steps" section of the docs [mention `cleanup-on-quit` already](https://newsboat.org/releases/2.27/docs/newsboat.html#_first_steps), but I agree that we could probably do better than that. I...

This is finally ready! :tada: I had to specify a minimum supported GNU Make version, please see the commit message in https://github.com/newsboat/newsboat/pull/2095/commits/0684f78c9b3f01258d23153ce70b37b4eb76763c for details. I don't think this requires any...

Sure! Hopefully the TODO list above is clear enough — I can't detail it any further since I didn't try that new instrumentation myself yet. Do drop a comment here...

Oh, by the way, for local testing, take a look at test/generate_coverage_report.sh. It generates an HTML report that you can view locally. grcov is a replacement for gcov, so you...

Hey @nick-cd, how is it going? Not trying to hurry you up or anything, just want to make sure that you aren't stuck on something that's easily resolvable.

Hey, that's still progress! With your PR, this issue is much further than where it was four days ago. > I used the update-alternatives program to change to clang++ but...

This issue is up for grabs again. In #1474, @nick-cd managed to get Rust coverage working, so do copy that. The current obstacle (as I see it) is to collect...

This new approach to code coverage [was stabilized in Rust 1.60](https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html#source-based-code-coverage), so perhaps it's easier to implement these days?

Like @polyzen's idea. Alternatively, we can deprecate `toggle-article-read` in favour of a more general `toggle-read` that works both for feeds and articles.