[plt-scheme] quasiquote confusion with printable<%> interface

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed Dec 9 11:44:16 EST 2009

Oh boy! That's a subtle bug! I think that explains what Todd was
seeing. unqoute was being locally shadowed (as a field).

Perhaps inherit field should have signalled an error that unquote
wasn't in the superclass?

Robby

On Wed, Dec 9, 2009 at 10:22 AM, Anthony Cowley <acowley at seas.upenn.edu> wrote:
> On Wed, Dec 9, 2009 at 8:04 AM, Todd O'Bryan <toddobryan at gmail.com> wrote:
>> Here's a CharField%:
>>
>> (define CharField%
>>  (class Field%
>>    (init-field
>>     max-length)
>>    (inherit-field backend, name)
>
> Is that comma intentional?
>
> Anthony
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.