[plt-scheme] Re: FrTime niggle
It fails on mine, 207 with FrTime:
Welcome to DrScheme, version 207.
Language: FrTime.
> (require (lib "1.ss" "srfi"))
> (iota (modulo seconds 10))
iota: given #<struct:signal>
>
Clicking the bug icon gives me the following backtrace:
iota: given #<struct:signal>
interactions: 86-112
> (iota (modulo seconds 10))
ifconfig.
> -----Original Message-----
> From: plt-scheme-admin at list.cs.brown.edu [mailto:plt-scheme-
> admin at list.cs.brown.edu] On Behalf Of John Kozak
> Sent: Wednesday, May 19, 2004 10:20 AM
> To: plt-scheme at list.cs.brown.edu
> Subject: [plt-scheme] Re: FrTime niggle
>
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> > No, you can use SRFI 1's iota just fine with FrTime.
>
> It fails on my system (debian unstable, using the current 206p1-5
> package) with the #<struct:signal> error reported by Sylvain.
>
> John