Zac Medico
Zac Medico
### Host operating system: output of `uname -a` `Linux hostname 5.4.65 #1 SMP Tue Sep 15 21:22:36 UTC 2020 x86_64 AMD EPYC 7551P 32-Core Processor AuthenticAMD GNU/Linux` ### node_exporter version:...
- Added safe_ord compatibility to pass through int arguments - Fixed JerryDebugger to decode bytes as utf8 strings when necessary - Fixed WebSocket send_message method to use packed_data[0:1] bytes slice...
If emerge --depclean fails to resolve any dependencies, then it will now suggest emerge `@unsatisfied-deps` as the simplest possible solution, and will also suggest to unmerge `@unavailable` where appropriate at...
Ensure that _get_lock_fn arguments to multiprocessing.Process will successfully pickle, as required by the spawn start method, which is the default for macOS since Python 3.8. Since file descriptors are not...
Since variables like A and AA can contain extremely large values which may trigger E2BIG errors during attempts to execute subprocesses, delay export until the last moment, and unexport when...
Enable FEATURES=parallel-install in order to increase IO throughput by allowing files to be merged or unmerged for one package while merge or unmerge ebuild phases execute for a different package....
Add a reentrant lock/unlock method which is useful for things like emaint binhost and eclean-pkg. The vardbapi class already provides lock/unlock methods that behave the same way. Bug: https://bugs.gentoo.org/685236 Signed-off-by:...
When autounmask is enabled, make depgraph retry _select_atoms calls when necessary to prefer || choices with existing packages. For example, if package `C` is masked and package `B` does not...
Automatic CCACHE_DIR permission adjustments can cause problems for some users, therefore add a FEATURES flag so that it can be disabled. Bug: https://bugs.gentoo.org/657582 Signed-off-by: Zac Medico
Add attributes and override variables for a separate build user, with defaults corresponding to the status quo. This reuses the existing PORTAGE_BUILD_USER and PORTAGE_BUILD_GROUP variables that were already exported to...