"Marijn Schouten (hkBst)" <[EMAIL PROTECTED]> writes: > > test-conversion.c: In function ‘test_1’: > test-conversion.c:32: warning: format ‘%Ld’ expects type ‘long long > int’, but argument 4 has type ‘scm_t_intmax’
Rob's looking at that I think. > FAIL: numbers.test: max: big / real: (= big*5 (max big*5 -inf.0)) > FAIL: numbers.test: max: real / big: (= big*5 (max -inf.0 big*5)) > FAIL: numbers.test: min: big / real: (= big*5 (min big*5 +inf.0)) > FAIL: numbers.test: min: real / big: (= big*5 (min +inf.0 big*5)) > FAIL: numbers.test: max: big / real: (= big*5 (max big*5 -inf.0)) > FAIL: numbers.test: max: real / big: (= big*5 (max -inf.0 big*5)) > FAIL: numbers.test: min: big / real: (= big*5 (min big*5 +inf.0)) > FAIL: numbers.test: min: real / big: (= big*5 (min +inf.0 big*5)) Thanks, I think I fixed that (dodgy test). > ERROR: srfi-14.test: Latin-1 (8-bit charset): char-set:punctuation > (membership) - arguments: ((unbound-variable #f "Unbound variable: ~S" > (thrown) #f)) Another dodgy test. > FAIL: srfi-60.test: copy-bit: (eqv? -1 (copy-bit 62 -1 #t)) An actual bug, should be fixed now (and also fixed in the debian packaged version now I think). > In thread: > ERROR: In procedure gmtime: > ERROR: Value too large for defined data type Can you tell where that comes from? That might be a new one. _______________________________________________ Bug-guile mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
