Re: [racket] compilation error in parameter.plt

2013-01-13 Thread Robby Findler
I think you want to use a new definition of pseudo-parameter/c that uses blame objects -- the code you quote is using old APIs in general. Check out section 7.7 in the Reference. But you might also just be able to avoid pseudo-parameters entirely, depending on how you're using them. Robby On S

Re: [racket] compilation error in parameter.plt

2013-01-13 Thread Sam Tobin-Hochstadt
On Sun, Jan 13, 2013 at 9:14 AM, Răzvan Rotaru wrote: > In my case the problem is I don't get any reply from the package owner (Dave > Herman). Maybe the email address is not valid anymore. I know that email address still works for Dave, but he's very busy and not an active Racket programmer any

Re: [racket] compilation error in parameter.plt

2013-01-13 Thread Răzvan Rotaru
Thanks, I have found out that you can apply your patches to the cache (~/.racket/planet/300/5.2.1/cache/) and it works. This way you can at least apply the fixes on your local machine. I don't know if and when the cache files are refreshed with the version from planet (therefore overwriting my pat

Re: [racket] compilation error in parameter.plt

2013-01-12 Thread Asumu Takikawa
On 2013-01-09 14:49:34 +0200, Răzvan Rotaru wrote: >[2]http://planet.racket-lang.org/trac/ticket/385 >Is there a way to push the fix back into the repository (other than >emailing the owner)? I think the only way to upload new versions of a package onto PLaneT is to be the package owne

[racket] compilation error in parameter.plt

2013-01-09 Thread Răzvan Rotaru
Hi, parameter.plt ( http://planet.racket-lang.org/display.ss?package=parameter.plt&owner=dherman) does not compile on the latest racket. I would like to fix it, but don't have the required knowlege. I would appreciate some help. http://planet.racket-lang.org/trac/ticket/385 Is there a way to pus