This PR tweaks delete.namespace to allow deleting namespaces that would leave something in lib without a name. It also eliminates things in lib from the output of a legitimate refusal to delete.namespace.
Test coverage
I've added a transcript that demonstrates the fix.
Overview
Fixes #5446
This PR tweaks
delete.namespace
to allow deleting namespaces that would leave something inlib
without a name. It also eliminates things inlib
from the output of a legitimate refusal todelete.namespace
.Test coverage
I've added a transcript that demonstrates the fix.