Re: My Guile 2.0.8 TODO list

2013-03-08 Thread Daniel Hartwig
On 6 March 2013 05:14, Mark H Weaver wrote: > * [Daniel Hartwig?] Support Relative URIs in (web uri) Although I have been unexpectedly busy this week, I will certainly be able to complete this task shortly. Regards

Re: My Guile 2.0.8 TODO list

2013-03-06 Thread Andrew Gaylard
On 03/05/13 23:14, Mark H Weaver wrote: FYI, here's what I'm hoping to get into Guile 2.0.8. Mark 2.0.8 TODO == * [SUBMITTED] Refactor pending numerics patches. * [SUBMITTED] Implement Dybvig and Burger's algorithm for printing floats. * [NEEDS REVISION] Fix BOM handling. *

Re: My Guile 2.0.8 TODO list

2013-03-06 Thread Ludovic Courtès
Mark H Weaver skribis: > FYI, here's what I'm hoping to get into Guile 2.0.8. Thanks for sharing. > * #!optional and #!rest reader handling. As a reader option, right? > * Add command-line option to augment %load-compiled-path. +1 > * [Ludovic?] Fix par-map and par-for-each to not overflow

My Guile 2.0.8 TODO list

2013-03-05 Thread Mark H Weaver
FYI, here's what I'm hoping to get into Guile 2.0.8. Mark 2.0.8 TODO == * [SUBMITTED] Refactor pending numerics patches. * [SUBMITTED] Implement Dybvig and Burger's algorithm for printing floats. * [NEEDS REVISION] Fix BOM handling. * #!optional and #!rest reader handling. * A