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

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Wed Dec 9 11:52:35 EST 2009

definitely!


On Dec 9, 2009, at 11:44 AM, Robby Findler wrote:

> 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
>>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.