Google Code Exporter

Results 11117 issues of Google Code Exporter

``` An issue described below also happens on ypsilon r503: http://lists.nongnu.org/archive/html/chicken-users/2011-01/msg00026.html ``` Original issue reported on code.google.com by `[email protected]` on 8 Jan 2011 at 5:05

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Input '+= or '-= What is the expected output? What do you see instead? 1. |+=| or |-=| What version of the...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. ypsilon sitelib=~/.r6rs -------------------------------------------- ** ERROR in environment variable 'YPSILON_SITELIB': directory "$HOME/.r6rs" not exist error in load: "sitelib=/home/jonsul/.r6rs" not found -------------------------------------------- I like...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Compute: (exp +inf.0+0.0i) What is the expected output? What do you see instead? +inf.0+0.0i. +inf.0+nan.0i. What version of the product are you...

Priority-Medium
Type-Defect
auto-migrated

``` The current makefile forces i386 code, but only does so in the c++ flags. See the attached patch. ``` Original issue reported on code.google.com by `[email protected]` on 28 Aug...

Priority-Medium
Type-Defect
auto-migrated

``` From the description of port-eof? in R6RS it seems like port-eof? should not return #f when lookahead-u8 will return the end of file object. So this program should not...

Priority-Medium
Type-Defect
auto-migrated

``` When calling get-bytevector-some on a client port, the interpreter prints an error and exits: Ypsilon 0.9.6-trunk/r503 Copyright (c) 2009 Y.Fujita, LittleWing Company Limited. > (import (socket)) > (let ((p...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Run the program: (import (rnrs)) (define one (make-record-type-descriptor 'one #f 'the-one #f #t '#((mutable a)))) (make-record-type-descriptor 'one #f 'the-one #f #f '#((mutable...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? Evaluating the following lines: (define a '(0)) (define (set-car-wrapper! list x) (set-car! list x)) (set-car-wrapper! a 3) What is the expected output? What...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. using the following code: (define-syntax define-get-typev-enum-sugar (syntax-rules ( ) ( ( _ new-op-name op-name enum ressize) ;size in bytes (define-syntax new-op-name (syntax-rules...

Priority-Medium
Type-Defect
auto-migrated