Google Code Exporter

Results 11117 issues of Google Code Exporter

``` Ypsilon 0.9.6-trunk/r503 Copyright (c) 2009 Y.Fujita, LittleWing Company Limited. > (define ht (make-hashtable string-hash string=?)) > (hashtable-set! ht "a" 1) > (hashtable-size ht) 1 > (hashtable-set! ht "b" 2)...

Priority-Medium
Type-Defect
auto-migrated

``` At svn trunk (rev 503), The second argument 'len' is missing on the description of procedure 'socket-recv' in libref.ypsilon.socket.html. ``` Original issue reported on code.google.com by `[email protected]` on 28...

Priority-Medium
Type-Defect
auto-migrated

``` This session demonstrates the problem: Ypsilon 0.9.6-trunk/r503 Copyright (c) 2009 Y.Fujita, LittleWing Company Limited. > (import (srfi :19 time)) > (write (list "test" (condition) "test")) ("test" # "test") >...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. (+ 0 +nan.0) What is the expected output? What do you see instead? It should evaluate to nan. It returns zero. What...

Priority-Medium
Type-Defect
auto-migrated

``` I wanted to make some kind of graphical editing thing with GTK+ but couldn't find the GDK event structures exposed anywhere (as of r503). Would you consider adding them...

Priority-Medium
Type-Defect
auto-migrated

``` I get: src/object_heap.cpp:135 collectible object over 1024 bytes not supported but 3116 bytes requested when I try to run the program test.ss located in revision 9 of https://code.launchpad.net/~aghuloum/scheme-libraries/ikarus-c This...

Priority-Medium
Type-Defect
auto-migrated

``` Hi, the directory of $HOME/.ypsilon is currently created when "make all" is called. This produces a problem when the package is being built automatically on a machine with a...

Priority-Medium
Type-Defect
auto-migrated

``` The program attached should NOT print oops! The let-bound lexical "begin" should not capture the "begin" in define-begin-like. This is Ypsilon 0.9.6-trunk/r472. Aziz,,, (import (rnrs)) (define-syntax define-begin-like (syntax-rules ()...

Priority-Medium
Type-Defect
auto-migrated

``` All the tests in the program at the end of this report should pass but they're not. (library (b bound) (export unbound-identifier?) (import (for (rnrs base) (meta 0)) (for...

Priority-Medium
Type-Defect
auto-migrated

``` I would like to implement a threadpool library to more efficiently make use of multiple threads. However, the runtime does not appear to support serialization of closures. If it...

Priority-Medium
Type-Defect
auto-migrated