Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#869 fixed xsubstring with negative `from' argument returns empty string Mario Domenech Goulart
Description

The reference implementation of SRFI-13 gives an example of xsubstring with a negative from argument:

(xsubstring "abcdef" -2) => "efabcd"

In chicken:

$ csi -nq -R srfi-13
#;1> (xsubstring "abcdef" -2)
""

Gauche and Guile produce "efabcd" (they don't seem to use the SRFI-13 reference implementation code).

#1590 fixed xsubstring with `to' argument less than string length results in a crash Diego
Description

I would expect:

(xsubstring "foo" 0 2) => "fo"

But I get:

#;4> (xsubstring "foo" 0 2)
[panic] Detected corrupted data in stack - execution terminated

<syntax>
<eval>  <--
#544 invalid xlib: bindings for xsegment, xpoint, xrectangle, xarc John Foerch
Description

The xlib egg seems to lack bindings for working with xlib's geometric data structure types.

Reference: http://tronche.com/gui/x/xlib/graphics/drawing/

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.