I was wondering if it would be possible to bump the uiop.asd file up to be a sibling of asdf.asd.
It seems odd to me that asdf.asd is at the top level, and has build/asdf.lisp under it, but that uiop.asd is in uiop/.
Odd + it means I need now to do
(push "home:lisp;asdf;" asdf:*central-registry*) and (push "home:lisp;asdf;uiop;" asdf:*central-registry*)
to upgrade....
Any reason why uiop.asd couldn't be at the top level?
thanks, r