Re: Fix reader options for R6RS `get-datum'

2012-12-17 Thread Noah Lavine
Hello, On Mon, Dec 17, 2012 at 2:05 PM, Andreas Rottmann wrote: > I think this is my assumption that you seem to disagree on: by using the > binding of `read' from `(rnrs io simple)', instead of the one provided > by Guile's core, the writer of the code using that binding has declared > that he

Re: Fix reader options for R6RS `get-datum'

2012-12-17 Thread Andreas Rottmann
Mark H Weaver writes: > Andreas Rottmann writes: > >> Mark H Weaver writes: >> >>> Section 8.3 defines 'read' as follows: >>> >>> Reads an external representation from textual-input-port and returns >>> the datum it represents. The read procedure operates in the same way >>> as get-datum,

Re: Fix reader options for R6RS `get-datum'

2012-12-16 Thread Mark H Weaver
Andreas Rottmann writes: > Mark H Weaver writes: > >> Section 8.3 defines 'read' as follows: >> >> Reads an external representation from textual-input-port and returns >> the datum it represents. The read procedure operates in the same way >> as get-datum, see section 8.2.9. >> >> I believ

Re: Fix reader options for R6RS `get-datum'

2012-12-13 Thread Andreas Rottmann
Mark H Weaver writes: > Hi Andreas, > > Andreas Rottmann writes: >> Mark H Weaver writes: >>> Andreas Rottmann writes: This patch series addresses the problem that `get-datum' is using the global reader options, even for those options that have to have fixed values to make the r

Re: Fix reader options for R6RS `get-datum'

2012-12-12 Thread Mark H Weaver
Hi Andreas, Andreas Rottmann writes: > Mark H Weaver writes: >> Andreas Rottmann writes: >>> This patch series addresses the problem that `get-datum' is using the >>> global reader options, even for those options that have to have fixed >>> values to make the reader behave in an R6RS-compatible

Re: Fix reader options for R6RS `get-datum'

2012-12-12 Thread Andreas Rottmann
Mark H Weaver writes: > Hi Andreas, > > Andreas Rottmann writes: >> This patch series addresses the problem that `get-datum' is using the >> global reader options, even for those options that have to have fixed >> values to make the reader behave in an R6RS-compatible way. > > I'm sorry to have

Re: Fix reader options for R6RS `get-datum'

2012-12-11 Thread Mark H Weaver
Hi Andreas, Andreas Rottmann writes: > This patch series addresses the problem that `get-datum' is using the > global reader options, even for those options that have to have fixed > values to make the reader behave in an R6RS-compatible way. I'm sorry to have not done so earlier, but I finally

Fix reader options for R6RS `get-datum'

2012-12-09 Thread Andreas Rottmann
This patch series addresses the problem that `get-datum' is using the global reader options, even for those options that have to have fixed values to make the reader behave in an R6RS-compatible way. * [PATCH 1/3] Split r6rs-ports.c according to module boundaries Needed by the last patch, since