Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (643 - 645 of 1030)

Ticket Resolution Summary Owner Reporter
#250 fixed Can't compile refs to %new-ptr Gary Byers gz
Description
? #'(lambda (x y) (ccl::%new-ptr x y)) 
> Error: Compiler bug or inconsistency: 
>        x862-form ? (100 (24614 #) (24614 #)) 
> While executing: CCL::COMPILER-BUG, in process listener(1). 
> Type :POP to abort, :R for a list of available restarts. 
> Type :? for other options. 
1 >  
#262 fixed directory errs for file names with wildcard characters gz gz
Description
deng-hhueb 573_$ rm foo bar
deng-hhueb 574_$ mkdir /tmp/foo
deng-hhueb 575_$ touch /tmp/foo/\*
deng-hhueb 576_$ openmcl -n -e '(directory "/tmp/foo/**/*")'
> Error: Illegal use of wildcarded filename "/tmp/foo/*"
> While executing: CCL::NATIVE-TRANSLATED-NAMESTRING, in process listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Skip evaluation of (directory "/tmp/foo/**/*")
> Type :? for other options.
1 >
#264 fixed Spurious warning for non-toplevel defvar's Gary Byers gz
Description

encountered while trying to get test suite to compile cleanly:

? (let ((x 17)) (defvar *foo* x))
;Compiler warnings :
;   In an anonymous lambda form: Undeclared free variable *FOO*
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.