Skip to content

Compilation warning: PARAMETER-ERROR is not defined #91

@phoe

Description

@phoe

(t (parameter-error "~S: malformed feature specification ~S" 'featurep x))))

; file: /home/mhr/Projects/Lisp/jzon/src/jzon.lisp
; in: DEFUN JZON::FEATUREP
;     (COM.INUOE.JZON::PARAMETER-ERROR "~S: malformed feature specification ~S"
;      'COM.INUOE.JZON::FEATUREP COM.INUOE.JZON::X)
; 
; caught STYLE-WARNING:
;   undefined function: COM.INUOE.JZON::PARAMETER-ERROR
; 
; compilation unit finished
;   Undefined function:
;     JZON::PARAMETER-ERROR
;   caught 1 STYLE-WARNING condition

Probably just error will do fine, since uiop:parameter-error seems somewhat overkill.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions