Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (274 - 276 of 1030)

Ticket Resolution Summary Owner Reporter
#154 fixed Enter in editor doesn't work on non-atomic expressions R. Matthew Emerson gz
Description

Reported by Ron Garret in openmcl-devel:

  1. In both the listener and editor windows, the enter key doesn't

work if the current sexpr is atomic.

#961 fixed Error for wrong number of args to structure accessor Gary Byers gz
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 Francois-Rene Rideau
Description

I recently recompiled my ccl from svn trunk, and got this error:

ccl --eval '(require "asdf")' --eval '(asdf:make "named-readtables")'

Error: Undefined function CCL::RDTAB.ALIST called with arguments (#<error printing READTABLE #x30200095218D>) . While executing: %MAKE-READTABLE-ITERATOR, in process listener(1).

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

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.