DESCRIBE shows an incorrect method signature.

Bug #1976183 reported by SATO shinichi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Confirmed
Low
Unassigned

Bug Description

The minimum session is below.

* (defmethod test ((a (eql :hoge))) a)

#<STANDARD-METHOD COMMON-LISP-USER::TEST ((EQL :HOGE)) {1003761AE3}>
* (describe 'test)

COMMON-LISP-USER::TEST
  [symbol]

TEST names a generic function:
  Lambda-list: (A)
  Derived type: (FUNCTION (T) *)
  Method-combination: STANDARD
  Methods:
    (TEST ((EQL HOGE))) ; <--- should be printed as keyword. (i.e. :HOGE.)

Stas Boukarev (stassats)
Changed in sbcl:
importance: Undecided → Low
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.