Current a Nyxt image cannot reload cl-webkit because it uses defpackage without the complete :export list.
This is particularly annoying when working on cl-webkit either from a Nyxt image, or simply because we can't reload the system.
The easy fix is to switch to uiop:define-package. OK to switch?
Current a Nyxt image cannot reload cl-webkit because it uses
defpackage
without the complete:export
list. This is particularly annoying when working on cl-webkit either from a Nyxt image, or simply because we can't reload the system.The easy fix is to switch to uiop:define-package. OK to switch?