Created attachment 212461 [details] patch rsfetch -r thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ParseFloatError { kind: Invalid }', src/memory.rs:82:21 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace it's fixed upstream: https://github.com/rsfetch/rsfetch/pull/79 with the attached patch: rsfetch -r ■──────────────────────────────────■ │ MEMORY = 37.88GiB / 63.91GiB │ ■──────────────────────────────────■
Thanks, didn't catch this. :)
A commit references this bug: Author: mikael Date: Wed Mar 18 08:34:37 UTC 2020 New revision: 528635 URL: https://svnweb.freebsd.org/changeset/ports/528635 Log: sysutils/rsfetch: fix memory reporting and add DragonFlyBSD support Import upstream fix [1] to fix fix memory reporting and add DragonFlyBSD support. [1] https://github.com/rsfetch/rsfetch/commit/2bd3ef9eaf1a0369f115022f8acb650682a1bf3e PR: 244861 Approved by: Lewis Cook (maintainer), manu (mentor, implicit) Changes: head/sysutils/rsfetch/Makefile head/sysutils/rsfetch/files/ head/sysutils/rsfetch/files/patch-src_memory.rs head/sysutils/rsfetch/files/patch-src_util.rs