Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (232 - 234 of 1030)

Ticket Resolution Summary Owner Reporter
#450 invalid special keywords passed through process-run-function Gary Byers Stephen Compall
Description

Seen as

cl-user> (ccl:process-run-function "Anon" (lambda (&rest args) (print args))
                                   :use-standard-initial-bindings nil)
-| (:use-standard-initial-bindings nil)

It would be nice if these arguments were removed, or as the manual seems to imply, the args weren't passed through to function at all.

#454 fixed revive-shared-libraries bug Gary Byers Osei Poku
Description

When the shlib.soname of the library has no dots in it, the '1+ operation fails in REVIVE-SHARED-LIBRARIES. Obviously, this prevents any kind of library revival.

The attached patch is a suggested fix.

#459 fixed incorrect treatment of branches involving bignums Gary Byers Eric Marsden
Description

I seem to recall that a similar bug was fixed previously.

Welcome to Clozure Common Lisp Version 1.3-dev-r11958M  (LinuxX8632)!
? ((lambda (a b) (if (< 1 3175737918) a b)) 1 2)
2

This is running on an AMD64 machine, in case that makes a difference. The 64-bit port doesn't suffer from the bug.

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