ferringb
ferringb
Offhand, ConfigurationError should be thrown from those areas- any consuming code needs to be able to just catch one inheritance tree of execptions. Regarding sys.excepthook, if that were done via...
How is it identified if compression should be used?
In re gards to the bash vars, I'd suggest moving away from the manual blacklist, and instead using something like thus: env -i bash --norc --noprofile -c '. ebd/ebuild-env-utils.lib;__environ_list_vars' Via...
Pardon, not quite following this. Are you saying the error message is crap for pplugincache? Or that the exceptions thrown by the plugin machinery aren't namespace specific/clear?
It's possible something else is afoot, but the creation _is_ atomic as far as I know- https://github.com/pkgcore/pkgcore/blob/master/pkgcore/binpkg/repo_ops.py#L97 .
Any particular reason? This would have implications for the resume logic (we want the partial to hang around in a known place).
For pkgcore, we should handle the empty file case without issue- it's just a resume. Portage wipes the file in that case and forces a FETCHCOMMAND rather than RESUMECOMMAND (it'll...
Just updating with recent examples- llvm, samba. Should be confirmed, but are likely to trigger it.
Can you clarify here? I've got the general notion of your intent here, but it's hard to gauge what the resultant code should like. If there are examples in other...
this was resolved via the work started in 7a71d5d, the issue should be closed.