Custom Query (1030 matches)
Results (274 - 276 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #154 | fixed | Enter in editor doesn't work on non-atomic expressions | ||
| Description |
Reported by Ron Garret in openmcl-devel:
work if the current sexpr is atomic. |
|||
| #961 | fixed | Error for wrong number of args to structure accessor | ||
| Description |
This gets a compile time error rather than a compiler warning: Welcome to Clozure Common Lisp Version 1.9-dev-r15341 (DarwinX8664)! ? (defstruct foo bar) FOO ? (defun test () (foo-bar)) > Error: Required arguments in (CCL::STRUCTURE-TYPECHECK FOO) don't match lambda list (CCL::STRUCT CCL::TYPESPEC). > While executing: (:INTERNAL CCL::NX1-COMPILE-LAMBDA), in process listener(1). > Type :GO to continue, :POP to abort, :R for a list of available restarts. > If continued: continue compilation ignoring this form > Type :? for other options. 1 > |
|||
| #1292 | wontfix | Error in %MAKE-READTABLE-ITERATOR | ||
| Description |
I recently recompiled my ccl from svn trunk, and got this error: ccl --eval '(require "asdf")' --eval '(asdf:make "named-readtables")'
Apparently, named-readtables relied on the old rdtab.alist to build a %make-readtable-iterator. Can you provide some API that iterates over your sparse-vector and/or your readtables? Here is the corresponding issue in said library: https://github.com/melisgl/named-readtables/issues/5 |
|||
