guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Improved (and faster) reader


From: Kevin Ryde
Subject: Re: Improved (and faster) reader
Date: Thu, 23 Aug 2007 11:08:07 +1000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

address@hidden (Ludovic Courtès) writes:
>
> +scm_read_quote (int chr, SCM port)

I think you may have lost source properties from quote and quasi-quote
forms,

        (read-enable 'positions)
        (source-properties (read (open-input-string "'x")))
        => ()

There wasn't a case in reader.test for that:

Attachment: reader.test.quote-positions.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]