Skip to content

fix missing type specializer warnings when compiling with SBCL

Without this, we get warnings of the following form when compiling with SBCL:

; caught STYLE-WARNING:
;   Cannot find type for specializer JSON:FLUID-OBJECT when executing
;   SB-PCL:SPECIALIZER-TYPE-SPECIFIER for a STANDARD-METHOD of a
;   STANDARD-GENERIC-FUNCTION.

Merge request reports