Comment 0 for bug 159156

Revision history for this message
offby1 (offby1) wrote : BUG: unsupported when doing bignum division

svn co http://polyglot-anagrams.googlecode.com/svn/trunk/scheme/ikarus
cd ikarus
make check

I see

    make check
    ikarus --r6rs-script wrapper.ss
    Well, that was exciting.
    Reading dictionary "tiny-dictionary" ... done; 1 words, 1 distinct bags
    |(bag-filter (2438910625983150 "inconceivable"))
    unhandled exception:
     Condition components:
       1. &error
       2. &who: /
       3. &message: "BUG: unsupported"
       4. &irritants: (710 2438910625983150)
    make: *** [check] Error 252

This seems wrong, since I can do the division at the repl, and also at
the repl, (bignum? 2438910625983150) answers #t.