Did a quick sync and build and I'm seeing a Racket internal error on launching DR. Error invoking tool #<path:/usr/local/racket/collects/drracket>;"syncheck.rkt"
Error invoking tool #<path:/usr/local/racket/collects/drracket>;"syncheck.rkt" UNKNOWN: : read (compiled): ill-formed code [./../src/validate.c:1167] UNKNOWN: : read (compiled): ill-formed code [./../src/validate.c:1167] On Mon, Nov 19, 2012 at 10:21 AM, Sam Tobin-Hochstadt <[email protected]>wrote: > On Sun, Nov 18, 2012 at 9:02 PM, Ray Racine <[email protected]> wrote: > > #lang typed/racket > > > > (provide x) > > > > (module M typed/racket > > (provide x) > > (define: x : Natural 3)) > > > > (require (submod "." M)) > > > > ;; end-of-file > > > > Submodules don't work in TR (at least the above variation). I added a > few > > debug statements and it does appear the when requiring a submodule > defined > > within the enclosing file it fact TR attempts to dynamic-require the > current > > source file/module again. > > This program works correctly for me in DrRacket and racket (built > yesterday). What problem are you seeing? > > -- > sam th > [email protected] >
____________________ Racket Users list: http://lists.racket-lang.org/users

