Worse source locations within backqoute

Bug #1406478 reported by Stas Boukarev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Triaged
Low
Unassigned

Bug Description

(defun test ()
  `(a b c ,(+ x)))

; in: DEFUN TEST
; `(A B C ,(+ X))
; --> SB-IMPL::|List| + VALUES PROG1 LET

while previously it was

; in: DEFUN TEST
; (+ X)
; --> VALUES PROG1 LET

Stas Boukarev (stassats)
Changed in sbcl:
importance: Undecided → Low
status: New → Triaged
Revision history for this message
Douglas Katzman (dougk) wrote :

How is this any different from https://bugs.launchpad.net/sbcl/+bug/1361502 ?

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.