Comment 5 for bug 778760

Revision history for this message
Nikodemus Siivola (nikodemus) wrote :

I do think that we would like to provide a way for users to protect themselves against

  (defpackage :foo
     (:use :cl :some-big-unlocked-package))

  (in-package :foo)

  (defun from-big-unlocked-package ...) ; oops

Maybe locked packages should also provide protection in the other direction. Maybe it should be a separate option like :RESTRICT.