-
In times when all maintained implementations provide ASDF 2, and most provide ASDF 3, maybe SLIME could make good use of it: swank-loader could be much simplified by using ASDF (which, btw, imported s…
fare updated
10 years ago
-
``` common-lisp
md> (last (pathname-directory (asdf:component-pathname (asdf:find-system "cl-ppcre"))))
("cl-ppcre-2.0.3")
md> (cl-ppcre:regex-replace-all "@" "@hi@" "\\@")
"\\@hi\\@"
t
md> (cl-ppcre:…
bhyde updated
11 years ago
-
I have latest 1.2.7 version hunchentoot, here is how I'm reproducing bug
- (string-equal (hunchentoot::md5-hex "test2") (hunchentoot::md5-hex "test1"))
T
html updated
11 years ago
-
-
(ql:quickload "optima")
(use-package :optima)
(match 1 (x x))
gives an error "SYSTEM::%STRUCTURE-REF: X is not a structure of type OPTIMA::AND-PATTERN." I get the same kind of error for every pattern…
-
Below is a patch that adds &allow-other-keys to method lambda lists for functions where the defgeneric used it.
With this patch, all of the cl-num-utils-tests succeed on Clozure CL (32-bit and 64-bit…
-
I get the following error after checking out the latest commit from GH into `~/quicklisp/local-projects/` & trying to do a `(ql:quickload :sytes)`. I'm running Clozure Common Lisp Version 1.8-r15286M …
-
Fails on:
(#\§ (open-paragraph parser "section")
(process-token parser token))
via Quicklisp load:
(ql:quickload 'com.gigamonkeys.markup)
The error in in Slime (under CCL - happens in L…
ghost updated
12 years ago
-
Not sure if this is a bug, per se, or something I'm doing wrong.
Queries to mongodb are randomly throwing an error. I haven't dug into the source yet, though I plan on it later this afternoon, so I'…
-
This is SBCL 1.0.55.0.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at http://www.sbcl.org/.
SBCL is free software, provided as is, with absolutely no warran…