Jan Moringen
Jan Moringen
The following steps reproduce the error 1. Evaluate `(restart-bind ((crash (lambda () #P"foo"))) (error "bar"))` in SLIME 2. Invoke the `crash` restart in the SLIME debugger 3. Observe "Invalid read...
Hi @nsrahmad, I have been experimenting with CI configurations for McCLIM for some time. Since you took charge, maybe you can use some of my findings. I normally automatically generate...
*Note that `test-fb` in the example code below needs #999 to run.* In the following example ``` common-lisp (defpackage #:pixmap-problem (:use #:clim-lisp #:clim)) (in-package #:pixmap-problem) (defclass test-sheet (basic-pane) ()) (defmethod...
I added patterns - `[simple-]vector*` which relate to `[simple-]vector` like `list*` to `list` - `sequence[*]` which behave like the list and vector patterns but match sequences I placed the pattern...
There are at least two things to improve here: * Allow the client to make the floating point number itself by calling a new generic function with the individual pieces...
See http://www.sbcl.org/manual/#Decimal-Syntax-for-Rationals Maybe by adding something like `interpret-integer-token` and `interpret-decimals-token`.
See http://www.sbcl.org/manual/#Extended-Package-Prefix-Syntax
> If the value of ``*read-suppress*`` is true, ``read``, ``read-preserving-whitespace``, ``read-delimited-list``, and ``read-from-string`` all return a primary value of ``nil`` when they complete successfully