Public bug reported:

Debian on AMD64, with SBCL 1.0.58 (debian), 1.1.0, current GIT.


The last commit of

    https://github.com/phmarek/cl-ppcre/commits/unbound-variable
    "Remove the extra LET and create the closure directly."

moves a (LAMBDA) out of a (LET) block; this change gets me a "unbound-
variable" error for "end-string", which I cannot explain. (Perhaps it's
just my bug, of course.)


Example:

    CL-USER>
    (cl-ppcre:scan ".b" "aa")
    There is no applicable method for the generic function
      #<STANDARD-GENERIC-FUNCTION CL-PPCRE::LEN (5)>
    when called with arguments
      (#<unbound marker {51}>).
       [Condition of type SIMPLE-ERROR]


Any help welcome.

Thank you!

** Affects: sbcl (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1064389

Title:
  "unbound-variable" for a (declare (special))

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sbcl/+bug/1064389/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to