Taylan Ulrich Bayirli/Kammer writes:
> The next roadblock I hit is that when I run gdb on the guile
> executable, it doesn't seem to realize that the libguile dylib is
> loaded, so still lacks the debug symbols from it. (When I enter "info
> sharedlibrary" it says "No shared libraries loaded at
Taylan Ulrich Bayirli/Kammer wrote:
> Running numbers.test
> ;;; ("#i1@-0" 1.0 -0.0)
> FAIL: numbers.test: string->number: valid complex number strings
>
> The issue seems to be that (imag-part #i1@-0) => 0.0 instead of -0.0,
Taylan and I did some more debugging on IRC, and we determined that th