On Sep 2, 2011, at 11:06 AM, John Benediktsson wrote: > Is there a way to tell for a given vocabulary what is USE'd, but not required > (i.e., unused imports)?
The only way I know is to remove a vocab's imports then reload it with auto-use enabled, to get an automatically generated, shrinkwrapped manifest from Factor itself. I believe FUEL has some code to do this automatically. It's a suboptimal solution because you have to manually re-resolve any ambiguous or qualified symbols, and auto-use doesn't understand automatically-generated vocabs such as those created by specialized-arrays, but it's the closest thing we have now. -Joe
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Logs" t-shirt when you download Logger. Secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
