Fotios Valasiadis
Fotios Valasiadis
Regarding the data structure. It's not worth implementing it now since we eill be making build recorder a multithreaded program. That means that all state must be switched with thread...
@zvr Added this to release-1.0 since it's a bugfix.
@zvr After the study at issue #144, we now have two options: 1. Create multiple threads of `tracer_main(3)` 2. Instead wrap expensive block of code inside of `tracer_main`'s loop in...
@zvr Please clarify, i need the information to move on.
@zvr How does one go about changing the environment? Is it directly from the `environ` variable?
I mean i am aware of the **libc** functions `getenv(3)` `setenv(3)` etc.... but how are they actually implemented in linux?
> Fastfetch-2.11.5 is out now. I am aware, thanks! They are releasing almost daily though and that would be too spammy for the void team, so if the package gets...
@AnInternetTroll Surely! Patch applied. Also added you as a Co-author I've tested on x86_64-glibc, x86_64-musl, aarch64-glibc.
> please add conf_file and changelog. like this #38310 Adding the changelog certainly, but uncertain about `conf_files`. If that's meant to point to fastfetch's config, then according to its manpage:...
Sure! `./xbps-src pkg fastfetch` fails with that though complaining that: > => ERROR: fastfetch-2.11.5_1: '/etc/fastfetch/config.conf' configuration file not in PKGDESTDIR! > => ERROR: fastfetch-2.11.5_1: cannot continue with installation! Any ideas?