Hi,

I'm getting an arity mismatch error whenever I run a saved file in DrRacket.

Welcome to DrRacket, version 5.3.0.15--2012-07-17(3b5eb1da/d) [3m].
Language: racket [custom]; memory limit: 1024 MB.
. . ../../racket/collects/drracket/private/module-language.rkt:373:8: standard-module-name-resolver: arity mismatch;
 the expected number of arguments does not match the given number
  given: 1
  arguments...:

#<resolved-module-path:"/Users/dvanhorn/Documents/git/monadic-eval/tests/try.rkt">

The error points to line 376 of collects/drracket/private/module-language.rkt, which applies (current-module-name-resolver) to one argument. According to the docs, and procedure-arity, that's not an acceptable number of arguments.

As of this morning I had a 3 day old build that worked fine, but I don't see anything (from a quick glance) that could have caused this. Moreover, that seemingly bogus one-argument call to (current-module-name-resolver) has been there for a long time so I don't understand why this is happening now.

Any ideas?  As it is, I can't do much of anything in DrRacket.

David

_________________________
 Racket Developers list:
 http://lists.racket-lang.org/dev

Reply via email to