Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (427 - 429 of 1030)

Ticket Resolution Summary Owner Reporter
#257 fixed division of bignum by zero not noticed Gary Byers Greg Pfeil
Description

(/ (1+ most-positive-fixnum) 0) => 1/0

This should signal a DIVISION-BY-ZERO condition.

#258 fixed Pasting into mini-buffer doesn't work Jeremy Jones
Description

This is easily reproducible. In any editor or listener, do a m-x grep, which asks for a pattern in the mini-buffer. Now do a command-v to paste, and it crashes into the kernel debugger.

#260 fixed PARSE-INTEGER should not accept NIL as the first argument Gary Byers Andrew Shalit
Description
From: Scott McKay <>

> From: Len Livshin <>
> Date: March 26, 2008 9:22:10 AM EDT
> 
> $ /usr/local/openmcl/working-0711-8771/lx86cl64
> Welcome to Clozure Common Lisp Version 1.2-r8771MS  (LinuxX8664)!
> ? (parse-integer nil :junk-allowed t)
> NIL
> 0
> ?
> 
> I think that the common sense interpretation of ":junk-allowed" parameter is that you're allowed to pass junk *in* a string,
> not that you're allowed to pass junk *instead* of a string...

What Dan says.  'parse-integer' takes a string argument;
:junk-allowed t should not change its type signature.


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