Activity log for bug #1740796

Date Who What changed Old value New value Message
2018-01-01 22:30:28 Paul F. Dietz bug added bug
2018-01-01 22:37:55 Paul F. Dietz description (lambda (x) (member nil '(1 2 3) :key #'evenp :key x)) ===> SB-C::LVAR-VALUE used on non-constant LVAR #<SB-C::LVAR 1 {1005D04B63}> [Condition of type SIMPLE-ERROR] [...] 0: (SB-C::LVAR-VALUE #<SB-C::LVAR 1 {1005D04B63}>) 1: (SB-C::CONSTANT-FOLD-CALL #<SB-C::COMBINATION :FUN #<SB-C::REF :LEAF #<SB-C::GLOBAL-VAR :%SOURCE-NAME MEMBER :TYPE #1=#<SB-KERNEL:FUN-TYPE #> :DEFINED-TYPE #1# :WHERE-FROM :DECLARED :KIND :GLOBAL-FUN.. [...] The error is similar to bug 1740738 but that fix didn't fix this. (lambda (x) (member nil '(1 2 3) :key #'evenp :key x)) ===> SB-C::LVAR-VALUE used on non-constant LVAR #<SB-C::LVAR 1 {1005D04B63}>    [Condition of type SIMPLE-ERROR] [...]   0: (SB-C::LVAR-VALUE #<SB-C::LVAR 1 {1005D04B63}>)   1: (SB-C::CONSTANT-FOLD-CALL #<SB-C::COMBINATION :FUN #<SB-C::REF :LEAF #<SB-C::GLOBAL-VAR :%SOURCE-NAME MEMBER :TYPE #1=#<SB-KERNEL:FUN-TYPE #> :DEFINED-TYPE #1# :WHERE-FROM :DECLARED :KIND :GLOBAL-FUN.. [...] The error is similar to bug 1740783 but that fix didn't fix this.
2018-01-02 00:12:09 Stas Boukarev sbcl: status New Fix Committed
2018-01-31 14:33:12 Stas Boukarev sbcl: status Fix Committed Fix Released