Google Code Exporter

Results 11117 issues of Google Code Exporter

``` What steps will reproduce the problem? 1. Download ypsilon from tarball or svn 2. run make command in the proper directory What is the expected output? What do you...

Priority-Medium
Type-Defect
auto-migrated

``` Hello Fujita I've been trying to use ypsilon for GLSL shader implementation, but I'm having a little trouble with some of the GL calls. It may be that I've...

Priority-Medium
Type-Defect
auto-migrated

``` None of the three examples of the "count" function in SRFI-1 works in Ypsilon 0.9.6-update3 (from http://old-releases.ubuntu.com/ubuntu/pool/universe/y/ypsilon/ypsilon_0.9.6.upda te3-7ubuntu1_amd64.deb). > (import (srfi :1)) > (count even? '(3 1 4 1...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Evaluate (fxbit-count 0). What is the expected output? What do you see instead? (fxbit-count 0) should yield 0, but yields -33 instead....

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Apply fix from http://code.google.com/p/ypsilon/issues/detail?id=152 2. make & make install 3. cd example & ypsilon sdl-ttf-demo.scm What is the expected output? Running sdl-ttf-demo...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. make & make install 2. cd example 3. ypsilon sdl-ttf-demo.scm What is the expected output? Running sdl-ttf-demo. What do you see instead?...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. compiling/linking with latest libc6 2. link step produces errors 3. file.cpp:(.text+0x461): undefined reference to `dlerror' etc. What is the expected output? What...

Priority-Medium
Type-Defect
auto-migrated

``` Hello - Firstly - thank you very much for this most excellent scheme system! I first discovered this when looking for a lightweight system for windows, and was delighted...

Priority-Medium
Type-Defect
auto-migrated

``` Not a bug really. Jello example shows bad responsiveness because handle-event function process only one input event at a time. Better would be to process all events, sort of...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Run the program: #!r6rs (import (rnrs)) (write 2.2250738585072012e-308 )(newline) What is the expected output? What do you see instead? It should print...

Priority-Medium
Type-Defect
auto-migrated