Re: [racket-users] pkg-build report for the v6.2 release candidate

2015-05-21 Thread Greg Hendershott
1. Thanks for figuring this out! 2. I'm pushing a commit to utilize this. 3. I wanted to link to your post in my commit message -- but I can't. When I type this, your post isn't showing up in the Google Groups UI for this thread -- https://groups.google.com/forum/#!topic/racket-users/ANgDaNplOBc

Re: [racket-users] pkg-build report for the v6.2 release candidate

2015-05-17 Thread Matthew Flatt
>From the error at http://pkg-build.racket-lang.org/server/built/test-fail/pollen.txt is looks like the test depends on `racket` being in $PATH, but $PATH in the (intentionally minimal) pkg-build test environment doesn't include `racket`. You could use `find-exe` from `compiler/find-exe` to ma

Re: [racket-users] pkg-build report for the v6.2 release candidate

2015-05-17 Thread Robby Findler
Rack test defines any stderr output to be a bug. Robby On Sunday, May 17, 2015, Matthew Butterick wrote: > FWIW I've had the same problem. Even though 'raco test -p pollen' shows no > errors locally nor on Travis CI, the Racket build system produces a > "non-empty stderr" test failure [1]. In m

Re: [racket-users] pkg-build report for the v6.2 release candidate

2015-05-17 Thread Matthew Butterick
FWIW I've had the same problem. Even though 'raco test -p pollen' shows no errors locally nor on Travis CI, the Racket build system produces a "non-empty stderr" test failure [1]. In my case, however, my test file [2] does not use check-exn (though it does use `system`) [1] http://release-pkg-bui

Re: [racket-users] pkg-build report for the v6.2 release candidate

2015-05-17 Thread Matthew Flatt
At Fri, 15 May 2015 13:17:57 -0700, John Clements wrote: > > > On May 14, 2015, at 4:08 PM, Matthew Flatt wrote: > > > > Here are the results of a package build using the v6.2 release > > candidate: > > > > http://release-pkg-build.racket-lang.org.s3-website-us-west-2.amazonaws.com/ > > > > Co

Re: [racket-users] pkg-build report for the v6.2 release candidate

2015-05-15 Thread 'John Clements' via users-redirect
> On May 14, 2015, at 4:08 PM, Matthew Flatt wrote: > > Here are the results of a package build using the v6.2 release > candidate: > > http://release-pkg-build.racket-lang.org.s3-website-us-west-2.amazonaws.com/ > > Compare to v6.1.1: > > http://pkg-build.racket-lang.org/ I believe I’ve fix

Re: [racket-users] pkg-build report for the v6.2 release candidate

2015-05-15 Thread Greg Hendershott
This is OT wrt deps and doc, but: I don't understand this reported test failure for rackjure, on both versions of Racket: test.rkt: raco test: non-empty stderr: #"\nFAILURE\nname: check-exn\nlocation: (# 68 2 2223 186)\nexpression: (check-exn exn:fail:syntax? (thunk (eva

[racket-users] pkg-build report for the v6.2 release candidate

2015-05-14 Thread Matthew Flatt
Here are the results of a package build using the v6.2 release candidate: http://release-pkg-build.racket-lang.org.s3-website-us-west-2.amazonaws.com/ Compare to v6.1.1: http://pkg-build.racket-lang.org/ For the v6.2 candidate, there are lots of dependency failures related to documentation,