[plt-dev] super class in error messages

From: Jon Rafkind (rafkind at cs.utah.edu)
Date: Thu Oct 29 16:41:58 EDT 2009

Anyone mind if I apply this patch? It prints the super class value in 
error messages. Two things that might need to be changed first:
1. other errors print super using ~e, whereas I use ~a. Is that important?
2. usually the error message is some text followed by values, as in 
"super class blah blah: ~a~a~a" but I put the super value right after 
the words 'superclass': "superclass ~a blah blah blah: ~a~a".
-------------- next part --------------
A non-text attachment was scrubbed...
Name: super.diff
Type: text/x-patch
Size: 3690 bytes
Desc: not available
URL: <http://lists.racket-lang.org/dev/archive/attachments/20091029/50405576/attachment.bin>

Posted on the dev mailing list.