bug#14756: threads - par-map - multicore issue

2013-06-30 Thread David Pirotte
Hello, guile --version guile (GNU Guile) 2.0.9.20-10454 It seems that the par-map not using all cores problem has some how been reintroduced? guile -c '(begin (use-modules (ice-9 threads)) (par-map 1+ (iota 40)))' only uses 1 core [it seems it uses some other [mayb

bug#14749: rtl.test failure in master

2013-06-30 Thread dsmich
dsm...@roadrunner.com wrote: > > dsm...@roadrunner.com wrote: > > I'm seeing this make check error from rtl.test on master: > > > > ERROR: rtl.test: load-constant: #\37200 - arguments: ((misc-error #f "~A" > > ("make-long-immediate unavailable for this target") #f)) > > > > The fai