[plt-scheme] auto check syntax
Eli Barzilay wrote at 05/16/2009 02:50 PM:
> On May 16, Neil Van Dyke wrote:
>
>> Actually, I suspect there is enough information before the variable
>> rename occurs that invalidating the existing Check Syntax
>> information is not necessary -- just update the name and update the
>> positional information for every piece of syntax after the first
>> occurrence.
>>
>
> But (bad) macros can change their behavior based on the names.
>
Drat, I forgot about bad macros. I suppose one could detect the
(unusual?) case of bad macro use and fall back to the slow way of doing
things.
Or, perhaps full Syntax Check can be sped up, and there's no point in
special case updates after source changes like renames.
--
http://www.neilvandyke.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20090516/4af6133a/attachment.html>