[racket-dev] current-load-extension: expects argument of type <procedure (arity 2)>; given #"([^:]*):(.*)"

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue May 1 21:40:58 EDT 2012

At Tue, 1 May 2012 16:15:22 -0700, Nick Sivo wrote:
> In src/schinc.h
> ===========
> #define EXPECTED_PRIM_COUNT 1043

The second paragraph at the top of "schminc.h" describes a little
version-changing and `make cstartup' dance you have to do when you add
a new primitive.

Unfortunately, it's wrong in the v5.2.1 sources. See the latest, which
has the correct instructions:

  http://git.racket-lang.org/plt/blob/HEAD:/src/racket/src/schminc.h


Posted on the dev mailing list.