[racket-dev] [plt] Push #21719: master branch updated
On 12/22/2010 06:17 PM, Eli Barzilay wrote:
> About two weeks ago, rafkind at racket-lang.org wrote:
>> 7d8e4f8 Jon Rafkind <rafkind at racket-lang.org> 2010-12-10 17:06
>> :
>> | add start of gui component to show the module interface
>> | (contracts/types/etc..)
>> :
>> A collects/drracket/private/module-interface/check.rkt
>> A collects/drracket/private/module-interface/gui.rkt
> How about splitting this code to a generic part outside of drr?
> Something that would eventually be fitting for adding the non-gui part
> of the syntax check functionality to it too.
>
Yea splitting it is a good idea. I wanted to get it functional enough to
use inside drracket before expanding it into a library form.