On Sun, May 29, 2011 at 9:00 AM, Jay McCarthy <[email protected]> wrote: > 2011/5/29 Neil Van Dyke <[email protected]>: >> Is there a tool to remove unused "require" clauses from a Racket source >> file? >> >> If Check Syntax doesn't think the clause is used, that's good enough for me. > > I assume that this comment means you know that Check Syntax isn't > accurate, right? Not every macro records disappeared uses correctly, > for example.
More problematically, uses of `require' can have side effects, which Check Syntax of course doesn't know about. -- sam th [email protected] _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

