[plt-scheme] frtime repl question on 3.99

From: Gregory Cooper (greg at cs.brown.edu)
Date: Thu Jan 10 22:05:33 EST 2008

Hi Danny,

I committed a change to svn, which I'm hoping will fix this.  Let me
know if not.

Thanks,
Greg

On Jan 9, 2008 12:16 PM,  <greg at cs.brown.edu> wrote:
> Hi Danny,
>
> This is a bug.  I'll look into it.  For now I'd avoid displaying
> structures with signals in the REPL.
>
> Thanks,
> Greg
>
>
>
> On 1/9/08, Danny Yoo <dyoo at cs.wpi.edu> wrote:
> > I'm doing some play with FrTime.  The following program:
> >
> >      (define-struct s (t))
> >      (define mytime (make-s seconds))
> >
> > runs, but when I try to display mytime in the interaction repl, there's no
> > response, and from that point forward after I do a user break, reactivity
> > seems to die until I rerun the program.
> >
> > Is this expected behavior?  Should I just be careful not to display
> > structures with signals in them?
> > _________________________________________________
> >   For list-related administrative tasks:
> >   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> >
>


Posted on the users mailing list.