Re: [racket] compilation error in dherman/parameter

2012-01-02 Thread Răzvan Rotaru
On 26 December 2011 18:12, John Clements wrote: > > I'm going to ask a meta-question: what do you need this for? It looks to > me like the utilities provided by this package can mostly be > written-around. Are you compiling something bigger that depends on this > package? > > John > > Indeed my i

Re: [racket] compilation error in dherman/parameter

2011-12-26 Thread John Clements
On Dec 24, 2011, at 3:43 AM, Răzvan Rotaru wrote: > Hi, > > I stumbled upon a compilation in parameter.plt: > > . > ../../../../.racket/planet/300/5.1.3/cache/dherman/parameter.plt/1/3/main.ss:26:17: > compile: unbound identifier in module in: flat-get > > The broken code is following: > ;;

[racket] compilation error in dherman/parameter

2011-12-24 Thread Răzvan Rotaru
Hi, I stumbled upon a compilation in parameter.plt: . ../../../../.racket/planet/300/5.1.3/cache/dherman/parameter.plt/1/3/main.ss:26:17: compile: unbound identifier in module in: flat-get The broken code is following: ;; I had to copy this from collects/scheme/private/contract-guts.ss ;; becaus