Re: [racket-dev] Test errors on scribble/reader.rkt

2013-12-20 Thread Laurent
Thank you both for the info, I see that now.

Laurent


On Thu, Dec 19, 2013 at 3:32 PM, Sam Tobin-Hochstadt
sa...@cs.indiana.eduwrote:

 On Thu, Dec 19, 2013 at 8:56 AM, Matthew Flatt mfl...@cs.utah.edu wrote:
 
  Is there an easy way to know if some tests are enabled in DrDr?
 
  Currently, the configuration is in
 
   pkgs/plt-services/meta/props
 
  but we need to move that information into individual collections (via
  info.rkt files, maybe).

 Perhaps easier than trying to read that file is just looking at DrDr
 itself. For example, here's the reader.rkt file, from a few days ago:


 http://drdr.racket-lang.org/27930/pkgs/scribble-pkgs/scribble-test/tests/scribble/reader.rkt

 You can see that it was run with `raco test`, which doesn't actually
 test anything on that file.

 And here's the main.rkt file, which is what Matthew enabled. Then:


 http://drdr.racket-lang.org/27930/pkgs/scribble-pkgs/scribble-test/tests/scribble/main.rkt

 Now:


 http://drdr.racket-lang.org/27959/pkgs/scribble-pkgs/scribble-test/tests/scribble/main.rkt

 It turns out that the `reader.rkt` file is still not being tested on
 its own, but the whole set of tests is now run via `main.rkt`.

 Sam

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] release notes

2013-12-20 Thread Matthew Flatt
I've pushed some HISTORY.txt and documentation updates.

Here are some draft blurbs for the release announcement:

At Thu, 19 Dec 2013 20:41:25 -0600, Robby Findler wrote:
 Jay, Matthew: pkg improvements
 [...]
 Matthew, Robby: gui package manager

Racket has a new package system and a catalog of packages at

 http://pkgs.racket-lang.org/

The package system was included as beta in recent releases, but
version 6.0 brings many improvements:

 * A package is treated by default as a single collection, so it's even
   easier to use a Github repository as a package.

 * DrRacket includes a new package manager GUI (which is also available
   as a stand-alone program via the gui-pkg-manager package).

 * The main Racket distribution has been broken into about 200
   packages. When you install the main Racket distribution, you're
   installing Minimal Racket plus those bundled packages.

   Alternatively, you can install a Minimal Racket distribution ---
   which is about 1/10 the size of the main distribution --- and then
   install just the packages that you want.

 * Package installation now supports pre-built packages that include
   compiled bytecode and rendered documentation, so that packages can
   be installed quickly when built versions are a available. All
   packages in the main distribution are available in pre-built form.

 * Many improvements and bug fixes in the package system make package
   management smoother, faster, and more reliable than ever.

Further improvements are in the works, including the addition of
package documentation for browsing on the package-catalog web site.

The old PLaneT package system will remain in place for the foreseeable
future, but we expect all package development and maintenance to shift
to the new system.


 Matthew Butterick: New docs formatting

 * The Racket documentation in HTML form has a new and improved look,
   thanks to Matthew Butterick.


 Matthew: ARM JIT

 * Racket's JIT compiler now supports ARM.


 Matthew: Retina display support

 * Retina display mode is now supported for Macs.


 Ryan, Matthew: new .dlls included on Windows (is this visible to users? dll
 hell anyone?)

Racket's DLLs are in a Racket-specific and installation-specific
directory, so adding or changing DLLs is unlikely to affect other
programs or installations.

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] release notes

2013-12-20 Thread Sam Tobin-Hochstadt
On Fri, Dec 20, 2013 at 8:26 AM, Matthew Flatt mfl...@cs.utah.edu wrote:

 At Thu, 19 Dec 2013 20:41:25 -0600, Robby Findler wrote:
 Jay, Matthew: pkg improvements
 [...]
 Matthew, Robby: gui package manager

 Racket has a new package system and a catalog of packages at

  http://pkgs.racket-lang.org/

What's the difference between `pkgs` and `pkg` as domains here?

 The package system was included as beta in recent releases, but
 version 6.0 brings many improvements:

Do you think it might be useful to include a bit more information
about the package system here, along with a link to the documentation?

Sam
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] release notes

2013-12-20 Thread Sam Tobin-Hochstadt
On Thu, Dec 19, 2013 at 9:41 PM, Robby Findler
ro...@eecs.northwestern.edu wrote:

 I didn't track the TR commits as carefully as the other ones (sorry guys but
 you refactor a lot and it's hard to keep everything straight...) but I did
 see a bunch of optimizer related commits for TR and so I wondered if someone
 would try to do some benchmarking comparisons between 5.3.6 and the release
 candidate to see if anything sped up in a relatively impressive way.

I'll get a more general TR set of release notes, but I don't think the
optimizer commits are likely to have sped things up much on large
programs -- they mostly fixed corner case and bugs, and refactored for
clarity. It may be that some programs do see a speed-up, in which case
we can include a benchmark for that.

Sam
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


[racket-dev] Intermittent build error in docs db

2013-12-20 Thread Sam Tobin-Hochstadt
There's been an intermittent error on a few DrDr runs on `master`. You
can see it here, search for 'rollback'.

http://drdr.racket-lang.org/27963/pkg-src/build/make

This doesn't seem to be causing anything else to break the DrDr
notices, but since there were some DB problems with the release, I
thought I'd bring it up.

Sam
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] release notes

2013-12-20 Thread Matthias Felleisen

* 2htdp/batch-io includes functions for reading html/xml 
  from files and URLs as X-expressions plus some conveniences 
  for designing web-oriented graph traversals. 



On Dec 20, 2013, at 8:26 AM, Matthew Flatt mfl...@cs.utah.edu wrote:

 I've pushed some HISTORY.txt and documentation updates.
 
 Here are some draft blurbs for the release announcement:
 
 At Thu, 19 Dec 2013 20:41:25 -0600, Robby Findler wrote:
 Jay, Matthew: pkg improvements
 [...]
 Matthew, Robby: gui package manager
 
 Racket has a new package system and a catalog of packages at
 
 http://pkgs.racket-lang.org/
 
 The package system was included as beta in recent releases, but
 version 6.0 brings many improvements:
 
 * A package is treated by default as a single collection, so it's even
   easier to use a Github repository as a package.
 
 * DrRacket includes a new package manager GUI (which is also available
   as a stand-alone program via the gui-pkg-manager package).
 
 * The main Racket distribution has been broken into about 200
   packages. When you install the main Racket distribution, you're
   installing Minimal Racket plus those bundled packages.
 
   Alternatively, you can install a Minimal Racket distribution ---
   which is about 1/10 the size of the main distribution --- and then
   install just the packages that you want.
 
 * Package installation now supports pre-built packages that include
   compiled bytecode and rendered documentation, so that packages can
   be installed quickly when built versions are a available. All
   packages in the main distribution are available in pre-built form.
 
 * Many improvements and bug fixes in the package system make package
   management smoother, faster, and more reliable than ever.
 
 Further improvements are in the works, including the addition of
 package documentation for browsing on the package-catalog web site.
 
 The old PLaneT package system will remain in place for the foreseeable
 future, but we expect all package development and maintenance to shift
 to the new system.
 
 
 Matthew Butterick: New docs formatting
 
 * The Racket documentation in HTML form has a new and improved look,
   thanks to Matthew Butterick.
 
 
 Matthew: ARM JIT
 
 * Racket's JIT compiler now supports ARM.
 
 
 Matthew: Retina display support
 
 * Retina display mode is now supported for Macs.
 
 
 Ryan, Matthew: new .dlls included on Windows (is this visible to users? dll
 hell anyone?)
 
 Racket's DLLs are in a Racket-specific and installation-specific
 directory, so adding or changing DLLs is unlikely to affect other
 programs or installations.
 
 _
  Racket Developers list:
  http://lists.racket-lang.org/dev


_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] Intermittent build error in docs db

2013-12-20 Thread Matthew Flatt
Thanks! I've seen this error twice before today, and I've managed to
provoke it twice this morning --- but that's out of about 20 attempts
this morning, so it's slow going.

At Fri, 20 Dec 2013 09:51:23 -0500, Sam Tobin-Hochstadt wrote:
 There's been an intermittent error on a few DrDr runs on `master`. You
 can see it here, search for 'rollback'.
 
 http://drdr.racket-lang.org/27963/pkg-src/build/make
 
 This doesn't seem to be causing anything else to break the DrDr
 notices, but since there were some DB problems with the release, I
 thought I'd bring it up.
 
 Sam
 _
   Racket Developers list:
   http://lists.racket-lang.org/dev
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] release notes

2013-12-20 Thread Jay McCarthy
On Fri, Dec 20, 2013 at 6:43 AM, Sam Tobin-Hochstadt
sa...@cs.indiana.edu wrote:
 On Fri, Dec 20, 2013 at 8:26 AM, Matthew Flatt mfl...@cs.utah.edu wrote:

 At Thu, 19 Dec 2013 20:41:25 -0600, Robby Findler wrote:
 Jay, Matthew: pkg improvements
 [...]
 Matthew, Robby: gui package manager

 Racket has a new package system and a catalog of packages at

  http://pkgs.racket-lang.org/

 What's the difference between `pkgs` and `pkg` as domains here?

pkg. is the old one hosted at BYU. pkgs. is the new one hosted at S3
that the documentation exclusively should link to. pkg. still works
fine because it redirects to S3, but if BYU were down then the
redirect wouldn't happen.

Jay

-- 
Jay McCarthy j...@cs.byu.edu
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

The glory of God is Intelligence - DC 93
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] release notes

2013-12-20 Thread Jay McCarthy
On Thu, Dec 19, 2013 at 7:41 PM, Robby Findler
ro...@eecs.northwestern.edu wrote:
 Jay, Jan Dvořák: formlet improvements

* web-server/formlets supports generic input formlets and strings on
all formlet default values.

 Jay: Host and Content-Length headers in http-client.rkt:
 (dc8f52dbb1e3ca48622629a76000b5fea021697d)

I think this is an error fix.

 Jay: get/set-pixel in bitmap-dc% now respects alpha
 (551e536f3e7841b6ee7911da560f11b70a227292)

I believe this is an error fix.

 Jay: plai gc2 improvements

I think this was just an error. We could say * plai/gc2 supports
moving collectors, but it was supposed to before.

-- 
Jay McCarthy j...@cs.byu.edu
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

The glory of God is Intelligence - DC 93

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] release notes

2013-12-20 Thread Robby Findler
I understand that one can reasonably view these as bug fixes. Nevertheless,
they affect observable behavior of the functions in a way that could
possibly break others code (as opposed to more obvious bug fixes that are
likely to only affect others' code by fixing problems with it).

So these should be explicitly mentioned in a HISTORY file somewhere so that
someone who upgrades from, say, 5.3.2 to 6.2 can figure out which version
made this change that's causing them problems.

Robby



On Fri, Dec 20, 2013 at 3:14 PM, Jay McCarthy jay.mccar...@gmail.comwrote:

 On Thu, Dec 19, 2013 at 7:41 PM, Robby Findler
 ro...@eecs.northwestern.edu wrote:
  Jay, Jan Dvořák: formlet improvements

 * web-server/formlets supports generic input formlets and strings on
 all formlet default values.

  Jay: Host and Content-Length headers in http-client.rkt:
  (dc8f52dbb1e3ca48622629a76000b5fea021697d)

 I think this is an error fix.

  Jay: get/set-pixel in bitmap-dc% now respects alpha
  (551e536f3e7841b6ee7911da560f11b70a227292)

 I believe this is an error fix.

  Jay: plai gc2 improvements

 I think this was just an error. We could say * plai/gc2 supports
 moving collectors, but it was supposed to before.

 --
 Jay McCarthy j...@cs.byu.edu
 Assistant Professor / Brigham Young University
 http://faculty.cs.byu.edu/~jay

 The glory of God is Intelligence - DC 93

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] Intermittent build error in docs db

2013-12-20 Thread Matthew Flatt
After another 20 attempts, I managed to extract (twice) the original
error that is triggering the rollback and its failure.

Instead of the

  SQL logic error or missing database

error at a rollback attempt, I now know that the more relevant error
from SQLite is

  some kind of disk I/O error occurred

Somehow, this does not feel like progress.

The error seems to happen only with read-only database connections,
where using read-only connections is the recent change. If anyone with
SQLite experience has an idea what might be wrong, I'd welcome advice.
(The journal mode is DELETE.)

At Fri, 20 Dec 2013 10:44:45 -0700, Matthew Flatt wrote:
 Thanks! I've seen this error twice before today, and I've managed to
 provoke it twice this morning --- but that's out of about 20 attempts
 this morning, so it's slow going.
 
 At Fri, 20 Dec 2013 09:51:23 -0500, Sam Tobin-Hochstadt wrote:
  There's been an intermittent error on a few DrDr runs on `master`. You
  can see it here, search for 'rollback'.
  
  http://drdr.racket-lang.org/27963/pkg-src/build/make
  
  This doesn't seem to be causing anything else to break the DrDr
  notices, but since there were some DB problems with the release, I
  thought I'd bring it up.
  
  Sam
  _
Racket Developers list:
http://lists.racket-lang.org/dev
 _
   Racket Developers list:
   http://lists.racket-lang.org/dev
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] release notes

2013-12-20 Thread Jay McCarthy
On Fri, Dec 20, 2013 at 2:17 PM, Robby Findler
ro...@eecs.northwestern.edu wrote:
 I understand that one can reasonably view these as bug fixes. Nevertheless,
 they affect observable behavior of the functions in a way that could
 possibly break others code (as opposed to more obvious bug fixes that are
 likely to only affect others' code by fixing problems with it).

 So these should be explicitly mentioned in a HISTORY file somewhere so that
 someone who upgrades from, say, 5.3.2 to 6.2 can figure out which version
 made this change that's causing them problems.

In that case...


 On Fri, Dec 20, 2013 at 3:14 PM, Jay McCarthy jay.mccar...@gmail.com
 wrote:

 On Thu, Dec 19, 2013 at 7:41 PM, Robby Findler
 ro...@eecs.northwestern.edu wrote:
  Jay, Jan Dvořák: formlet improvements

 * web-server/formlets supports generic input formlets and strings on
 all formlet default values.

  Jay: Host and Content-Length headers in http-client.rkt:
  (dc8f52dbb1e3ca48622629a76000b5fea021697d)

 I think this is an error fix.

* net/url will add Host: and Content-Length: headers to HTTP requests
iff those headers are not already included. This increases
compatibility with many servers.

  Jay: get/set-pixel in bitmap-dc% now respects alpha
  (551e536f3e7841b6ee7911da560f11b70a227292)

 I believe this is an error fix.

* bitmap-dc% pixel operations now respect alpha bits, rather than
silently ignoring them.

  Jay: plai gc2 improvements

 I think this was just an error. We could say * plai/gc2 supports
 moving collectors, but it was supposed to before.

 --
 Jay McCarthy j...@cs.byu.edu
 Assistant Professor / Brigham Young University
 http://faculty.cs.byu.edu/~jay

 The glory of God is Intelligence - DC 93





-- 
Jay McCarthy j...@cs.byu.edu
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

The glory of God is Intelligence - DC 93

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] release notes

2013-12-20 Thread Robby Findler
I mean that I think these comments should go into a HISTORY.txt file
somewhere. Shall I put them in one, or do you mind doing it?

Robby


On Fri, Dec 20, 2013 at 3:31 PM, Jay McCarthy jay.mccar...@gmail.comwrote:

 On Fri, Dec 20, 2013 at 2:17 PM, Robby Findler
 ro...@eecs.northwestern.edu wrote:
  I understand that one can reasonably view these as bug fixes.
 Nevertheless,
  they affect observable behavior of the functions in a way that could
  possibly break others code (as opposed to more obvious bug fixes that
 are
  likely to only affect others' code by fixing problems with it).
 
  So these should be explicitly mentioned in a HISTORY file somewhere so
 that
  someone who upgrades from, say, 5.3.2 to 6.2 can figure out which version
  made this change that's causing them problems.

 In that case...

 
  On Fri, Dec 20, 2013 at 3:14 PM, Jay McCarthy jay.mccar...@gmail.com
  wrote:
 
  On Thu, Dec 19, 2013 at 7:41 PM, Robby Findler
  ro...@eecs.northwestern.edu wrote:
   Jay, Jan Dvořák: formlet improvements
 
  * web-server/formlets supports generic input formlets and strings on
  all formlet default values.
 
   Jay: Host and Content-Length headers in http-client.rkt:
   (dc8f52dbb1e3ca48622629a76000b5fea021697d)
 
  I think this is an error fix.

 * net/url will add Host: and Content-Length: headers to HTTP requests
 iff those headers are not already included. This increases
 compatibility with many servers.

   Jay: get/set-pixel in bitmap-dc% now respects alpha
   (551e536f3e7841b6ee7911da560f11b70a227292)
 
  I believe this is an error fix.

 * bitmap-dc% pixel operations now respect alpha bits, rather than
 silently ignoring them.

   Jay: plai gc2 improvements
 
  I think this was just an error. We could say * plai/gc2 supports
  moving collectors, but it was supposed to before.
 
  --
  Jay McCarthy j...@cs.byu.edu
  Assistant Professor / Brigham Young University
  http://faculty.cs.byu.edu/~jay
 
  The glory of God is Intelligence - DC 93
 
 



 --
 Jay McCarthy j...@cs.byu.edu
 Assistant Professor / Brigham Young University
 http://faculty.cs.byu.edu/~jay

 The glory of God is Intelligence - DC 93

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] release notes

2013-12-20 Thread Jay McCarthy
Ah. I think you should do it :)

On Fri, Dec 20, 2013 at 2:36 PM, Robby Findler
ro...@eecs.northwestern.edu wrote:
 I mean that I think these comments should go into a HISTORY.txt file
 somewhere. Shall I put them in one, or do you mind doing it?

 Robby


 On Fri, Dec 20, 2013 at 3:31 PM, Jay McCarthy jay.mccar...@gmail.com
 wrote:

 On Fri, Dec 20, 2013 at 2:17 PM, Robby Findler
 ro...@eecs.northwestern.edu wrote:
  I understand that one can reasonably view these as bug fixes.
  Nevertheless,
  they affect observable behavior of the functions in a way that could
  possibly break others code (as opposed to more obvious bug fixes that
  are
  likely to only affect others' code by fixing problems with it).
 
  So these should be explicitly mentioned in a HISTORY file somewhere so
  that
  someone who upgrades from, say, 5.3.2 to 6.2 can figure out which
  version
  made this change that's causing them problems.

 In that case...

 
  On Fri, Dec 20, 2013 at 3:14 PM, Jay McCarthy jay.mccar...@gmail.com
  wrote:
 
  On Thu, Dec 19, 2013 at 7:41 PM, Robby Findler
  ro...@eecs.northwestern.edu wrote:
   Jay, Jan Dvořák: formlet improvements
 
  * web-server/formlets supports generic input formlets and strings on
  all formlet default values.
 
   Jay: Host and Content-Length headers in http-client.rkt:
   (dc8f52dbb1e3ca48622629a76000b5fea021697d)
 
  I think this is an error fix.

 * net/url will add Host: and Content-Length: headers to HTTP requests
 iff those headers are not already included. This increases
 compatibility with many servers.

   Jay: get/set-pixel in bitmap-dc% now respects alpha
   (551e536f3e7841b6ee7911da560f11b70a227292)
 
  I believe this is an error fix.

 * bitmap-dc% pixel operations now respect alpha bits, rather than
 silently ignoring them.

   Jay: plai gc2 improvements
 
  I think this was just an error. We could say * plai/gc2 supports
  moving collectors, but it was supposed to before.
 
  --
  Jay McCarthy j...@cs.byu.edu
  Assistant Professor / Brigham Young University
  http://faculty.cs.byu.edu/~jay
 
  The glory of God is Intelligence - DC 93
 
 



 --
 Jay McCarthy j...@cs.byu.edu
 Assistant Professor / Brigham Young University
 http://faculty.cs.byu.edu/~jay

 The glory of God is Intelligence - DC 93





-- 
Jay McCarthy j...@cs.byu.edu
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

The glory of God is Intelligence - DC 93

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] Intermittent build error in docs db

2013-12-20 Thread Sam Tobin-Hochstadt
On Fri, Dec 20, 2013 at 4:21 PM, Matthew Flatt mfl...@cs.utah.edu wrote:
 I now know that the more relevant error
 from SQLite is

   some kind of disk I/O error occurred

 Somehow, this does not feel like progress.

 The error seems to happen only with read-only database connections,
 where using read-only connections is the recent change. If anyone with
 SQLite experience has an idea what might be wrong, I'd welcome advice.
 (The journal mode is DELETE.)

A few things on the internet that I found suggest that it's a problem
with not being able to write to the surrounding directory [1],
specifically to write the journal. Also that setting journal mode to
OFF will fix it, but that sounds scary.

Sam

[1] 
http://www.mitchsmind.com/sqliteexception-some-kind-of-disk-io-error-occurred-disk-io
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] release notes

2013-12-20 Thread Robby Findler
Okay, done.

Robby


On Fri, Dec 20, 2013 at 3:37 PM, Jay McCarthy jay.mccar...@gmail.comwrote:

 Ah. I think you should do it :)

 On Fri, Dec 20, 2013 at 2:36 PM, Robby Findler
 ro...@eecs.northwestern.edu wrote:
  I mean that I think these comments should go into a HISTORY.txt file
  somewhere. Shall I put them in one, or do you mind doing it?
 
  Robby
 
 
  On Fri, Dec 20, 2013 at 3:31 PM, Jay McCarthy jay.mccar...@gmail.com
  wrote:
 
  On Fri, Dec 20, 2013 at 2:17 PM, Robby Findler
  ro...@eecs.northwestern.edu wrote:
   I understand that one can reasonably view these as bug fixes.
   Nevertheless,
   they affect observable behavior of the functions in a way that could
   possibly break others code (as opposed to more obvious bug fixes
 that
   are
   likely to only affect others' code by fixing problems with it).
  
   So these should be explicitly mentioned in a HISTORY file somewhere so
   that
   someone who upgrades from, say, 5.3.2 to 6.2 can figure out which
   version
   made this change that's causing them problems.
 
  In that case...
 
  
   On Fri, Dec 20, 2013 at 3:14 PM, Jay McCarthy jay.mccar...@gmail.com
 
   wrote:
  
   On Thu, Dec 19, 2013 at 7:41 PM, Robby Findler
   ro...@eecs.northwestern.edu wrote:
Jay, Jan Dvořák: formlet improvements
  
   * web-server/formlets supports generic input formlets and strings on
   all formlet default values.
  
Jay: Host and Content-Length headers in http-client.rkt:
(dc8f52dbb1e3ca48622629a76000b5fea021697d)
  
   I think this is an error fix.
 
  * net/url will add Host: and Content-Length: headers to HTTP requests
  iff those headers are not already included. This increases
  compatibility with many servers.
 
Jay: get/set-pixel in bitmap-dc% now respects alpha
(551e536f3e7841b6ee7911da560f11b70a227292)
  
   I believe this is an error fix.
 
  * bitmap-dc% pixel operations now respect alpha bits, rather than
  silently ignoring them.
 
Jay: plai gc2 improvements
  
   I think this was just an error. We could say * plai/gc2 supports
   moving collectors, but it was supposed to before.
  
   --
   Jay McCarthy j...@cs.byu.edu
   Assistant Professor / Brigham Young University
   http://faculty.cs.byu.edu/~jay
  
   The glory of God is Intelligence - DC 93
  
  
 
 
 
  --
  Jay McCarthy j...@cs.byu.edu
  Assistant Professor / Brigham Young University
  http://faculty.cs.byu.edu/~jay
 
  The glory of God is Intelligence - DC 93
 
 



 --
 Jay McCarthy j...@cs.byu.edu
 Assistant Professor / Brigham Young University
 http://faculty.cs.byu.edu/~jay

 The glory of God is Intelligence - DC 93

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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

2013-12-20 Thread Jay McCarthy
Where should we put the link to Planet?

- Main page
- New place
- Community
- Keep it on the navbar with packages

I can see good and bad things with most.

On Fri, Dec 20, 2013 at 4:32 PM,  j...@racket-lang.org wrote:
 jay has updated `master' from 438942c059 to 9012f7b3d6.
   http://git.racket-lang.org/plt/438942c059..9012f7b3d6

 =[ 5 Commits ]==
 Directory summary:
   85.5% pkgs/plt-services/meta/pkg-index/official/static/
7.0% pkgs/plt-services/meta/web/stubs/
3.8% pkgs/
3.5% racket/collects/pkg/

 ~~

 abc8b30 Jay McCarthy j...@racket-lang.org 2013-12-20 15:40
 :
 | Fix typo on pkg site
 :
   M pkgs/plt-services/meta/pkg-index/official/static/index.html | 2 +-

 ~~

 6c4650e Jay McCarthy j...@racket-lang.org 2013-12-20 15:47
 :
 | Remove secret information from pkg error messages
 :
   M racket/collects/pkg/util.rkt | 4 +++-

 ~~

 7faab4d Jay McCarthy j...@racket-lang.org 2013-12-20 15:53
 :
 | Fix PR14216
 :
   M racket/collects/pkg/lib.rkt | 5 +++--

 ~~

 490e21f Jay McCarthy j...@racket-lang.org 2013-12-20 16:20
 :
 | Use Racket navbar on pkgs. and have navbar link to pkgs.
 |
 | Open question: Where does link to Planet go? Sam's new design has a natural 
 place, but on the old site... it's not clear, community?
 :
   M .../meta/pkg-index/official/static/index.html |  2 +
   M .../meta/pkg-index/official/static/style.css  | 49 
 
   M pkgs/plt-services/meta/web/all.rkt|  2 +-
   C pkgs/plt-services/meta/{web/common = pkg-index/official/static}/logo.png 
 (100%)
   M pkgs/plt-services/meta/web/config.rkt |  1 +
   M pkgs/plt-services/meta/web/stubs/all.rkt  |  5 +-
   C pkgs/plt-services/meta/web/stubs/{planet.rkt = packages.rkt} (75%)

 ~~

 9012f7b Jay McCarthy j...@racket-lang.org 2013-12-20 16:29
 :
 | Adding suggestion about 1.0 package versions
 :
   M .../racket-doc/pkg/scribblings/getting-started.scrbl | 5 -

 =[ Overall Diff ]===

 pkgs/plt-services/meta/pkg-index/official/static/index.html
 ~~~
 --- OLD/pkgs/plt-services/meta/pkg-index/official/static/index.html
 +++ NEW/pkgs/plt-services/meta/pkg-index/official/static/index.html
 @@ -10,6 +10,8 @@
  link rel=stylesheet href=/style.css
/head
body
 +div class=racketnavdiv class=navcontenttable border=0 
 cellpadding=0 cellspacing=0 width=100%tbodytrtda 
 href=http://racket-lang.org/;span class=navtitle style=font-size: 
 100px; vertical-align: middle;(/spanspan class=navtitle 
 style=font-size: 80px; vertical-align: middle;(/spanspan 
 class=navtitle style=font-size: 60px; vertical-align: 
 middle;(/spanspan class=navtitle style=font-size: 40px; 
 vertical-align: middle;nbsp;/spanimg alt=[logo] src=/logo.png 
 style=vertical-align: middle; margin: 13px 0.25em 0 0; border: 0;span 
 class=navtitle style=font-size: 80px; vertical-align: 
 middle;Racket/spanspan class=navtitle style=font-size: 40px; 
 vertical-align: middle;nbsp;/spanspan class=navtitle 
 style=font-size: 60px; vertical-align: middle;)/spanspan 
 class=navtitle style=font-size: 80px; vertical-align: 
 middle;)/spanspan class=navtitle style=font-size: 100px; 
 vertical-align: m!
 id!
  dle;)/span/a/tdtd class=helpiconcellspan class=helpicona 
 href=http://racket-lang.org/help.html;Need 
 Help?/a/span/td/trtrtd colspan=2table 
 width=100%tbodytrtd class=navlinkcellspan class=navitemspan 
 class=navlinka 
 href=http://racket-lang.org/;About/a/span/span/tdtd 
 class=navlinkcellspan class=navitemspan class=navlinka 
 href=http://racket-lang.org/download/;Download/a/span/span/tdtd 
 class=navlinkcellspan class=navitemspan class=navlinka 
 href=http://docs.racket-lang.org/;Documentation/a/span/span/tdtd 
 class=navlinkcellspan class=navitemspan class=navcurlinka 
 href=/Packages/a/span/span/tdtd class=navlinkcellspan 
 class=navitemspan class=navlinka 
 href=http://racket-lang.org/community.html;Community/a/span/span/tdtd
  class=navlinkcellspan class=navitemspan class=navlinka 
 href=http://racket-lang.org/learning.html!
 !
  Learning/a/span/span/td/tr/tbody/table/td/tr!
  /tbody/table/div/div
 +
  div class=breadcrumb
spana href=/Packages/a/span
span id=logout/span
 @@ -55,7 +57,7 @@
  trtdDescription:/tdtdspan 
 id=pi_description/span/td/tr
  trtdTags:/tdtdspan id=pi_tags/span/td/tr
  tr id=pi_add_tag_rowtd/tdtdinput type=text 
 id=pi_add_tag_text class=text ui-widget-content ui-corner-all /button 
 id=pi_add_tag_buttonAdd Tag/button/td/tr
 -tr id=pi_versions_rowtdVersions Exceptions/tdtdtable 
 id=pi_versions/table/td/tr
 +tr id=pi_versions_rowtdVersion Exceptions/tdtdtable 
 id=pi_versions/table/td/tr
  tr id=pi_add_version_rowtd/tdtdlabelVersion:/label 
 input type=text id=pi_add_version_text class=text 

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

2013-12-20 Thread Sam Tobin-Hochstadt
On Fri, Dec 20, 2013 at 6:35 PM, Jay McCarthy j...@racket-lang.org wrote:
 Where should we put the link to Planet?

 - Main page
 - New place
 - Community
 - Keep it on the navbar with packages

 I can see good and bad things with most.

I think Main Page  Community both is the right choice.  I also
should say that the new web page work is basically done, but I don't
really have a way to test it (and I don't want to break things right
before the release).

Sam
_
  Racket Developers list:
  http://lists.racket-lang.org/dev