mmontone / cl-rest-server

Serve REST APIs from Common Lisp
http://mmontone.github.io/cl-rest-server/cl-rest-server/
MIT License
66 stars 9 forks source link

Defgeneric API-HTTP-OPTIONS, qualifier that is incompatible #14

Closed chrnybo closed 2 years ago

chrnybo commented 2 years ago

Got this error with LW71 on Linux:

Trying to add a method #<STANDARD-METHOD NIL (REST-SERVER::API-HTTP-OPTIONS) (#<STANDARD-CLASS REST-SERVER::API-DEFINITION 40B032B703>) 402029F29B> with a qualifier that is incompatible with the method combination STANDARD of the generic function #<STANDARD-GENERIC-FUNCTION REST-SERVER::API-HTTP-OPTIONS 41200EC414>
Consider using DEFGENERIC to set the method combination.
   [Condition of type SIMPLE-ERROR]

seems to be solvable, PR will follow.