* Re: record serialization
[not found] ` <878ynfyj97.fsf@zagadka.ping.de>
@ 2003-10-20 16:27 ` Thamer Al-Harbash
2003-10-20 23:38 ` Thamer Al-Harbash
0 siblings, 1 reply; 3+ messages in thread
From: Thamer Al-Harbash @ 2003-10-20 16:27 UTC (permalink / raw)
Cc: guile-devel
On Mon, 20 Oct 2003, Marius Vollmer wrote:
[ CCing dev list in case they might have input on this ]
> Oops. Is it broken in 1.7 as well?
Yes. As far as I can tell SRFI-10 is not behaving with the REPL
very well in both HEAD and the 1.6 release:
guile> (use-modules (srfi srfi-10))
guile> (define foo (lambda (x) (display x) (newline)))
guile> (define-reader-ctor 'foobar foo)
guile> #,(foobar "foobar")
foobar
...
And it hangs expecting more data which is strange. In the
documented example (read-line) is used but I am not sure right
now why it hangs when the data is passed through the REPL. It
looks like control is never given back to the REPL.
Will look at this tonight as well.
--
Thamer Al-Harbash
GPG Key fingerprint: D7F3 1E3B F329 8DD5 FAE3 03B1 A663 E359 D686 AA1F
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: record serialization
2003-10-20 16:27 ` record serialization Thamer Al-Harbash
@ 2003-10-20 23:38 ` Thamer Al-Harbash
2003-10-21 7:58 ` Marius Vollmer
0 siblings, 1 reply; 3+ messages in thread
From: Thamer Al-Harbash @ 2003-10-20 23:38 UTC (permalink / raw)
Cc: guile-devel, Marius Vollmer
On Mon, 20 Oct 2003, Thamer Al-Harbash wrote:
> On Mon, 20 Oct 2003, Marius Vollmer wrote:
>
> [ CCing dev list in case they might have input on this ]
>
> > Oops. Is it broken in 1.7 as well?
>
> Yes. As far as I can tell SRFI-10 is not behaving with the REPL
> very well in both HEAD and the 1.6 release:
My mistake. I read SRFI-10 and the guile implementation is
correct. The reader needs to return a value and not unspecified
before the reader will stop reading :-)
--
Thamer Al-Harbash
GPG Key fingerprint: D7F3 1E3B F329 8DD5 FAE3 03B1 A663 E359 D686 AA1F
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: record serialization
2003-10-20 23:38 ` Thamer Al-Harbash
@ 2003-10-21 7:58 ` Marius Vollmer
0 siblings, 0 replies; 3+ messages in thread
From: Marius Vollmer @ 2003-10-21 7:58 UTC (permalink / raw)
Cc: guile-devel
Thamer Al-Harbash <tmh@whitefang.com> writes:
> On Mon, 20 Oct 2003, Thamer Al-Harbash wrote:
>
>> On Mon, 20 Oct 2003, Marius Vollmer wrote:
>>
>> [ CCing dev list in case they might have input on this ]
>>
>> > Oops. Is it broken in 1.7 as well?
>>
>> Yes. As far as I can tell SRFI-10 is not behaving with the REPL
>> very well in both HEAD and the 1.6 release:
>
> My mistake. I read SRFI-10 and the guile implementation is
> correct. The reader needs to return a value and not unspecified
> before the reader will stop reading :-)
Ahh, glad to hear this!
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-10-21 7:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <Pine.BSF.4.58.0310200215020.99635@cassandra.whitefang.com>
[not found] ` <878ynfyj97.fsf@zagadka.ping.de>
2003-10-20 16:27 ` record serialization Thamer Al-Harbash
2003-10-20 23:38 ` Thamer Al-Harbash
2003-10-21 7:58 ` Marius Vollmer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).