You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guts overhaulled so everywhere file IO was done directly, or via PortageXS::Core::getFileContents, it is instead now done by Path::Tiny.
DirHandle based traversal replaced by Path::Tiny iterate()
Many linewise readers replaced with shorter Path::Tiny->lines
BREAKAGES EXPECED
Primary configuaration code now modularised to MakeConf, and everywhere
that used that getParamFromFile previously is now proxied there via pxs->config-getParam()
getPortdir() is now deprecated in favour of the lowercase portdir, which
is an inroad to eventually one day using moo lazy accessors.
more dependence on shared configuration for paths, but still warty