Re: [racket-dev] Scribble does not complain when @tech{term} is used but not defined

2011-08-17 Thread Matthias Felleisen
I would prefer not to get an error so that I can compile modules independently. On Aug 17, 2011, at 5:58 PM, Jay McCarthy wrote: > Is there a subtle reason to not error? I've just seeded a file with a > lot of @tech{} uses and I was hoping to get a big list of errors as a > to-define list. >

Re: [racket-dev] getting "oops, internal error" messages when updating PLaneT packages

2011-08-17 Thread Robby Findler
I think I found the bug. The problem I found was that, during the creation of the rss feed (the rss feed shows the recently added packages), the planet server was not being careful enough to guard against bad xexprs in package info.rkt files. Well, I didn't find any packages that would actually le

[racket-dev] syntax property duplication

2011-08-17 Thread Sam Tobin-Hochstadt
The following idiom duplicates the syntax properties on `stx': (define-syntax (m stx) (datum->syntax #'here 'id stx stx)) This is a problem for me because I use syntax properties to indicate polymorphic type instantiation. If an expression that's actually a macro using this idiom is instatiate

Re: [racket-dev] sporadic failure when building PLaneT docs

2011-08-17 Thread Danny Yoo
On Wednesday, August 17, 2011, Robby Findler wrote: > Is this the released 5.1.3? (so it doesn't have the recent change I > made to the planet module name resolver)? Yes, I'm running on 5.1.3. _ For list-related administrative tasks: http://list

[racket-dev] Scribble does not complain when @tech{term} is used but not defined

2011-08-17 Thread Jay McCarthy
Is there a subtle reason to not error? I've just seeded a file with a lot of @tech{} uses and I was hoping to get a big list of errors as a to-define list. I looked at the code and found a commented-out error printing in the HTML renderer. I think it would be great to re-enable it, perhaps with a

Re: [racket-dev] [racket-bug] all/11778: check syntax does not workwith path-up

2011-08-17 Thread Jos Koot
+1, jos -Original Message- From: dev-boun...@racket-lang.org [mailto:dev-boun...@racket-lang.org] On Behalf Of Matthias Felleisen Sent: miércoles, 17 de agosto de 2011 22:34 To: Racket Dev Subject: Re: [racket-dev] [racket-bug] all/11778: check syntax does not workwith path-up On Aug 17

Re: [racket-dev] sporadic failure when building PLaneT docs

2011-08-17 Thread Robby Findler
Is this the released 5.1.3? (so it doesn't have the recent change I made to the planet module name resolver)? Robby On Wed, Aug 17, 2011 at 3:44 PM, Danny Yoo wrote: > I'm seeing the following error message when I'm compiling Whalesong: > > ;;;

[racket-dev] sporadic failure when building PLaneT docs

2011-08-17 Thread Danny Yoo
I'm seeing the following error message when I'm compiling Whalesong: require: unknown module: 'program raco setup: error: during Building docs for /home/dyoo/.racket/planet/300/5.1.3/cache/dyoo/closure-compile.plt/1/2/manual.scrbl ;;

Re: [racket-dev] [racket-bug] all/11778: check syntax does not work with path-up

2011-08-17 Thread Matthias Felleisen
On Aug 17, 2011, at 4:22 PM, Sam Tobin-Hochstadt wrote: > Now that we're all running Check Syntax all the time, I wanted to say that 'live' Check Syntax is better than Sliced Bread. THANK YOU ROBBY -- Matthias _ For list-related administrati

Re: [racket-dev] SSL problem with the webserver?

2011-08-17 Thread Jay McCarthy
This means that the underlying libssl can't be found at the correct version. These are the versions it looks for: (ffi-lib libssl-so '("" "1.0" "1.0.0a" "0.9.8b" "0.9.8" "0.9.7") which do you have? Is it in a place that Racket can find it? Jay On Wed, Aug 17, 2011 at 1:46 PM, Kathi

[racket-dev] SSL problem with the webserver?

2011-08-17 Thread Kathi Fisler
I've just updated a web app that used to run under 4.0.1 to 5.1.3. Now, when we start up the app with ssl/https, I get the error below. Anyone experienced with SSL clients recognize the problem here? thanks, Kathi - SSLv23_client_method: implementation

Re: [racket-dev] [plt] Push #23279: master branch updated

2011-08-17 Thread Casey Klein
On Wed, Aug 17, 2011 at 7:23 AM, wrote: > mflatt has updated `master' from a221e4bba2 to dfd58a2cdd. >  http://git.racket-lang.org/plt/a221e4bba2..dfd58a2cdd > > =[ 1 Commits ]== > > Directory summary: >  91.2% collects/racket/ >   8.7% coll

[racket-dev] Intermittent DrRacket crash

2011-08-17 Thread Casey Klein
DrRacket crashes pretty routinely when I'm editing a Scribble document and hitting the "Scribble HTML" button. I don't know precisely what triggers it, but here's the stack trace, in case it's useful. Process: DrRacket [30831] Path:/Users/clklein/git/plt/DrRacket.app/Contents/M

Re: [racket-dev] [plt] Push #23267: master branch updated

2011-08-17 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/16/11 20:54, Stephen Bloch wrote: > Wouldn't it be even better to put curly-braces around the body of the > C macro, so people using it don't have to know that it expands into > multiple statements? I read a long time ago (I think it was on LWN,