bug#12465: generalized-vector->list and shared arrays

2012-11-02 Thread Ludovic Courtès
Hi Daniel, I believe this is fixed in 1d4e6ee, which will be in 2.0.7. I’ll reply to your suggestion on guile-devel. Thanks! Ludo’.

bug#12789: threads - proc-map - multicore issue

2012-11-02 Thread David Pirotte
Hello, in the following example, the cores, 4 in my case, are used for a couple of seconds, then at some point only one core is used: guile -c '(begin (use-modules (ice-9 threads)) (par-map 1+ (iota 40)))' Cheers, David