Re: [racket] standard-module-name-resolver: contract violation

2012-11-11 Thread Laurent
Happened to me again, but this time it's not related to #%foreign: standard-module-name-resolver: contract violation expected: module-path? given: ''(#%utils) Strangely, this #%utils is not a module that I require directly or even indirectly (the dependency browser does not show any 'utils' mo

Re: [racket] standard-module-name-resolver: contract violation

2012-11-08 Thread Laurent
> On some occasions, drracket won't compile my file, and prints an error: >> >> standard-module-name-resolver: contract violation >> expected: module-path? >> given: '(#%foreign) >> >> > > Wait, but this doesn't look right anyway, because '(#%foreign) is a list. > So that may be a type error s

Re: [racket] standard-module-name-resolver: contract violation

2012-11-08 Thread Danny Yoo
On Thu, Nov 8, 2012 at 1:23 AM, Laurent wrote: > On some occasions, drracket won't compile my file, and prints an error: > > standard-module-name-resolver: contract violation > expected: module-path? > given: '(#%foreign) > > Wait, but this doesn't look right anyway, because '(#%foreign) is