Skip to content

3.4: :import-from-reexport clause for uiop:define-package, as per #81

Phoebe Goldman requested to merge import-from-reexport into master

As per issue #81, I implemented a uiop:define-package clause which imports specified symbols from a specified package, and reexports those symbols but no others. For lack of a better name, the clause is called :import-from-reexport. I'd still welcome other suggestions. Can we just use :reexport-from?

My guess/hope is that this will find its home in the 3.4 release.

Merge request reports