Activity log for bug #1740812

Date Who What changed Old value New value Message
2018-01-02 02:55:16 Paul F. Dietz bug added bug
2018-01-02 02:58:37 Paul F. Dietz description (lambda (x) (assoc-if #'null '((a . 1) (nil . 2) (c . 3)) :allow-other-keys x)) ===> SB-C::LVAR-VALUE used on non-constant LVAR #<SB-C::LVAR 1 {10050D1563}> [Condition of type SIMPLE-ERROR] (lambda (x) (assoc-if #'null '((a . 1) (nil . 2) (c . 3)) :allow-other-keys x)) ===> SB-C::LVAR-VALUE used on non-constant LVAR #<SB-C::LVAR 1 {10050D1563}>    [Condition of type SIMPLE-ERROR] Same failure with: (lambda (x) (member 'b '(a b c) :allow-other-keys x)) (lambda (x) (assoc 'b '((a . 1) (b . 2) (c . 3)) :allow-other-keys x))
2018-01-02 08:54:51 Stas Boukarev sbcl: status New Fix Committed
2018-01-31 14:33:08 Stas Boukarev sbcl: status Fix Committed Fix Released