joachifm / cl-webkit

A binding to WebKitGTK+ for Common Lisp
MIT License
53 stars 16 forks source link

Use uiop:define-package instead of defpackage to allow for reloads #61

Closed Ambrevar closed 3 years ago

Ambrevar commented 3 years ago

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?

Ambrevar commented 3 years ago

Done with 0537c133f6c00779589bb02b507cfce88073e4d2.