Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? 1. Run the following program: (import (rnrs)) (define-syntax identifier-syntax-accessor-mutator (syntax-rules () ((_ ?thing ?accessor ?mutator) (identifier-syntax (_ (?accessor ?thing)) ((set! _ expr) (?mutator...
``` What steps will reproduce the problem? $ ypsilon Ypsilon 0.9.6-trunk/r503 Copyright (c) 2009 Y.Fujita, LittleWing Company Limited. > (- -3.29-2.39i -3.29-2.39i) 0.0+0.0i > (magnitude (- -3.29-2.39i -3.29-2.39i)) +nan.0 What...
``` What steps will reproduce the problem? #!r6rs (import (srfi :19) (display (time-nanosecond (current-time 'time-process))) What is the expected output? What do you see instead? Expected result: a large integer...
``` ypsilon will be, by default, compiled with SSE2 support, yielding crashes with "Illegal instruction" on non-sse2 cpu's, like Duron. Removing line: CXXFLAGS += -msse2 -mfpmath=sse from Makefile will fix...
``` When you have several overlapping sets of libraries of libraries installed at different locations, Ypsilon will auto-re-compile when you switch between the locations by changing YPSILON_SITELIB. I think Ypsilon...
``` With r503: Index: stdlib/core/enums.scm =================================================================== --- stdlib/core/enums.scm (revision 503) +++ stdlib/core/enums.scm (working copy) @@ -93,7 +93,7 @@ (define enum-set-member? (lambda (symbol set) (or (symbol? symbol) - (assertion-violation 'enum-set-member? (format...
``` What steps will reproduce the problem? 1. make What is the expected output? What do you see instead? as -o ffi_stub_darwin.o src/ffi_stub_darwin.s ffi_stub_darwin.s:83:suffix or operands invalid for `push' ffi_stub_darwin.s:102:suffix...
``` What steps will reproduce the problem? 1. write a shared library with a C function: int test(int* a) { *a=1; } 2. write a ffi binding (define test (c-function...
``` Hi, Ypsilon currently builds against a local copy of unicode-data. In the Debian version of the package, I have used the attached patch to build against an external copy...
``` This is really annoying for me because every time I need to load a ypsilon library into ikarus, I have to go to the file and remove the first...