Re: [racket-dev] new package system status

2013-11-21 Thread Jay McCarthy
On Thu, Nov 21, 2013 at 9:39 AM, Greg Hendershott greghendersh...@gmail.com wrote: I think the interesting point is that you could make a (mostly) static web service, in which GET requests have ULRs that hit a static file server like Amazon S3, and only the PUT/POST/PATCH requests go to some

Re: [racket-dev] Fwd: [DrDr] R27814 (timeout 0) (unclean 3) (stderr 3) (changes 17)

2013-11-21 Thread Robby Findler
This should be fixed now. Robby On Wed, Nov 20, 2013 at 11:14 PM, Sam Tobin-Hochstadt sa...@cs.indiana.eduwrote: It appears that Planet can't handle versions starting with 6. Is this something that can be fixed on the server? Sam -- Forwarded message -- From:

Re: [racket-dev] Release for v6.0 has begun

2013-11-21 Thread Aleksej Saushev
Ryan Culpepper ry...@ccs.neu.edu writes: NOW IS THE TIME TO FIX BUGS THAT YOU KNOW ABOUT It would be nice to change location of config.rktd file. config.rktd looks like it cannot be changed by user at run time in any meaningful way. Thus it doesn't belong to sysconfdir. It should be

Re: [racket-dev] raco pkg install permission errors in 5.90?

2013-11-21 Thread Greg Hendershott
Do you have any ideas on why file timestamps might be sync in the installation? The transcript I linked to is from a Travis CI session. It's a fairly clean slate. - VM with Ubuntu image and gcc tools. - Travis git clones the repo (being tested) source - Racke nightly build is downloaded,

Re: [racket-dev] raco pkg install permission errors in 5.90?

2013-11-21 Thread Matthew Flatt
When I try similar steps, I get an error related to using the installation's read-only documentation database (I'll investigate more), but not a problem in the bytecode-building phase. It looks like the failure is happening at a place where `raco setup` is trying to fix up a file timestamps.

Re: [racket-dev] new package system status

2013-11-21 Thread Greg Hendershott
What's the status of the package system? I've used the package system pretty heavily for third-party stuff and I think it's worked really well. IMHO it's less heavy for a package developer, and for a package user. (a) No hosted docs bugged me a lot at first, too. In practice I've found that

Re: [racket-dev] raco pkg install permission errors in 5.90?

2013-11-21 Thread Greg Hendershott
p.s. In the gist I linked to, I had deleted some stuff from the beginning and end, because I thought it was N/A and the thing is already very long. In case I was wrong, the full raw log is here: https://s3.amazonaws.com/archive.travis-ci.org/jobs/14278903/log.txt On Thu, Nov 21, 2013 at 10:13

Re: [racket-dev] raco pkg install permission errors in 5.90?

2013-11-21 Thread Greg Hendershott
Here's simplest example I have so far: https://travis-ci.org/greghendershott/rackjure/builds/14292882 I've been testing this package against 5.3.2, 5.3.5, 5.3.6. Building fine against all. Last night I thought, oh, I should add HEAD to the matrix. It fails. In this case, as a result of just a

[racket-dev] Check syntax + phase levels

2013-11-21 Thread Asumu Takikawa
Hi all, Would it be easy to supplement the current background syntax checking to display the phase level of an identifier use or definition? I was imagining it could draw the phase number next to the arrow. I'd be willing to try to implement it myself if it's feasible and someone points me in

[racket-dev] unable to git fetch, or ssh -v to git.racket-lang.org ?

2013-11-21 Thread John Clements
This... doesn't look like something on my end? oiseau:~/git-clements clements ssh -v pltgit OpenSSH_5.6p1, OpenSSL 0.9.8y 5 Feb 2013 debug1: Reading configuration data /Users/clements/.ssh/config debug1: Applying options for pltgit debug1: Reading configuration data /etc/ssh_config debug1:

Re: [racket-dev] Release for v6.0 has begun

2013-11-21 Thread Matthew Flatt
At Fri, 22 Nov 2013 05:10:14 +0400, Aleksej Saushev wrote: It would be nice to change location of config.rktd file. config.rktd looks like it cannot be changed by user at run time in any meaningful way. Thus it doesn't belong to sysconfdir. It should be placed into libdir instead. It's