clasp icon indicating copy to clipboard operation
clasp copied to clipboard

WARNING during macroexpansion: Duplicate slot in BOA constructor

Open stassats opened this issue 1 year ago • 0 comments

(defstruct (s (:constructor make-s (&key a &aux (a (or a *))))) a) Unclear why it needs a warning, but it should be at most a style-warning.

stassats avatar Mar 10 '25 20:03 stassats