Re: [racket-dev] PLaneT gives error "502: Proxy Error" when trying to confirm registration

2011-02-07 Thread Robby Findler
On Thu, Feb 3, 2011 at 10:23 PM, Mike Kazantsev  wrote:
> On Thu, 3 Feb 2011 14:04:59 -0600
> Robby Findler 
> wrote:
>
>> Hi: I wasn't able to reproduce the error, but looking at the logs and
>> the code I came up with an educated guess, namely that you were using
>> some non-raw ASCII text in your information and that was confusing
>> planet. It looks like the test for ASCII-ness was wrong, so I've
>> changed that test and restarted the server.
>>
>
> Registered a new login with pretty muich the same data (using "_" in
> login instead of a ".") and indeed it works.
> There should be no non-ascii data, although I'm pretty sure there
> shouldn't have been any in the previous form as well.
>
> Maybe receiving code somehow misinterpreted the "." in the login
> ("mk.fg")?
> Otherwise it could've been just my mistake I guess, but it's quite hard
> to make though.

Yeah, it was the period. I'm not getting any error messages out of the
system that I can find when I do that, but I've now disallowed it on
the server.

Thanks for helping to debug this.

Robby
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


[racket-dev] Building docs in v5.0.99.900

2011-02-07 Thread David Van Horn
I'm seeing this error when installing a .plt file using the current 
release candidate:


...
raco setup: --- creating launchers ---
raco setup: --- building documentation ---
link: reference (phase 0) to a variable in module "/Applications/Racket 
v5.0.99.900/collects/scribble/private/manual-proc.rkt" that is 
uninitialized (phase level 0); reference appears in module: 
"/Applications/Racket 
v5.0.99.900/collects/scribble/private/manual-unit.rkt" in: *defthing


 === context ===
/Applications/Racket 
v5.0.99.900/collects/scribble/private/manual-unit.rkt: [running body]
/Applications/Racket v5.0.99.900/collects/scribble/manual.rkt: 
[traversing imports]
/Applications/Racket v5.0.99.900/collects/setup/scribble.rkt: 
[traversing imports]
/Applications/Racket v5.0.99.900/collects/setup/setup-unit.rkt:810:2: 
make-docs-step


David
_
 For list-related administrative tasks:
 http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] How to represent the startline in Lexer SRE Operators ??

2011-02-07 Thread Noel Welsh
I don't think you can do with just the lexer (it has been a while
since I used it). I suggest representing newlines in your AST, and
using the parser to deal with newline + whatever tokens in an
appropriate way.

HTH,
N.

On Thu, Jan 27, 2011 at 6:45 PM, jenny sun
 wrote:
> Hi, does anybody know how to represent the startline with whitespace,
> in lex, we can write, means that I only match the spaces from the start
> line...
> ^[ ]*
>
> But, there is no ^ operator in Lexer SRE Operators ???
>
> Thanks
> --jenny
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Pre-Release Checklist for v5.1

2011-02-07 Thread Noel Welsh
On Mon, Jan 31, 2011 at 10:50 PM, Ryan Culpepper  wrote:
> * Noel Welsh 
>  - Rackunit Tests
>  - SRFI Tests
>  - Ensure that all claimed srfi's are in the installer and they all
>    load into racket or drracket (as appropriate)

DONE.

N.

_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev