Re: [racket-dev] pkg-build.racket-lang.org

2016-02-21 Thread Matthew Flatt
At Sun, 21 Feb 2016 17:02:17 -0500, Neil Van Dyke wrote: > Is there a way that I can cause another build to happen immediately (to > see how it handles my "csv-reading" package)? I can run the package-build service at about 7:30 MST. (The machine is about to start a daily task that works best wit

Re: [racket-dev] pkg-build.racket-lang.org

2016-02-21 Thread Neil Van Dyke
Is there a way that I can cause another build to happen immediately (to see how it handles my "csv-reading" package)? *Or* could someone please confirm that the below way my unit tests work should be OK with the build servers? * My packages use `(module+ test (require overeasy) ...)` in the mai

Re: [racket-dev] pkg-build.racket-lang.org

2016-02-21 Thread Neil Van Dyke
Matthew Flatt wrote on 02/21/2016 09:05 AM: It looks like there was an issue with the "mcfly" package registration that is now fixed, so I started another run. It will probably complete in 15-30 minutes. Thanks, Matthew. (Possible cause: Sat night, when I first went to add the first package,

Re: [racket-dev] pkg-build.racket-lang.org

2016-02-21 Thread Robby Findler
I've started another build for the pkgs that build against the snapshots, too. When it is done, the results will be here: http://plt.eecs.northwestern.edu/pkg-build/ Robby On Sun, Feb 21, 2016 at 8:05 AM, Matthew Flatt wrote: > Yes, except that it's currently 6:00am MT. > > It looks like there

Re: [racket-dev] pkg-build.racket-lang.org

2016-02-21 Thread Matthew Flatt
Yes, except that it's currently 6:00am MT. It looks like there was an issue with the "mcfly" package registration that is now fixed, so I started another run. It will probably complete in 15-30 minutes. At Sun, 21 Feb 2016 00:37:14 -0800, Alexis King wrote: > Builds are run daily for all packages

Re: [racket-dev] pkg-build.racket-lang.org

2016-02-21 Thread Alexis King
Builds are run daily for all packages that have been updated since the previous build (it would be nice if any updates immediately kicked off a build, but right now they just get run at 6:00 EST(?) every day). If all goes well, the pkg-build service should pick up your changes in a few hours. > On

[racket-dev] pkg-build.racket-lang.org

2016-02-21 Thread Neil Van Dyke
When will "https://pkg-build.racket-lang.org/"; next be updated? And how frequently is it updated after that? (I just 'uploaded' my first 3 packages: progedit, overeasy, mcfly. I need to know whether the way they're packaged works fully with the package server setup, before I manually convert