[racket-dev] sgl collection

2013-06-28 Thread Bloch Stephen
Is anybody maintaining the sgl (OpenGL) collection? I notice from the doc that it supports OpenGL 1.5; the current version appears to be 4.3 (although popular textbooks seem to use 3.x). Stephen Bloch sbl...@adelphi.edu _ Racket Developers list: http://lists.ra

Re: [racket-dev] Things we could move out of the core

2013-06-28 Thread Matthew Flatt
At Fri, 28 Jun 2013 23:25:22 -0400, Sam Tobin-Hochstadt wrote: > On Fri, Jun 28, 2013 at 6:02 PM, Matthew Flatt wrote: > > At Fri, 28 Jun 2013 17:43:42 -0400, Sam Tobin-Hochstadt wrote: > >> On Fri, Jun 28, 2013 at 5:17 PM, Matthew Flatt wrote: > >> > At Fri, 28 Jun 2013 17:08:19 -0400, Sam Tobin

Re: [racket-dev] Things we could move out of the core

2013-06-28 Thread Sam Tobin-Hochstadt
On Fri, Jun 28, 2013 at 6:02 PM, Matthew Flatt wrote: > At Fri, 28 Jun 2013 17:43:42 -0400, Sam Tobin-Hochstadt wrote: >> On Fri, Jun 28, 2013 at 5:17 PM, Matthew Flatt wrote: >> > At Fri, 28 Jun 2013 17:08:19 -0400, Sam Tobin-Hochstadt wrote: >> >> On Fri, Jun 28, 2013 at 5:02 PM, Matthew Flatt

Re: [racket-dev] Things we could move out of the core

2013-06-28 Thread Matthew Flatt
At Fri, 28 Jun 2013 17:43:42 -0400, Sam Tobin-Hochstadt wrote: > On Fri, Jun 28, 2013 at 5:17 PM, Matthew Flatt wrote: > > At Fri, 28 Jun 2013 17:08:19 -0400, Sam Tobin-Hochstadt wrote: > >> On Fri, Jun 28, 2013 at 5:02 PM, Matthew Flatt wrote: > >> > At Fri, 28 Jun 2013 14:38:03 -0400, Sam Tobin

Re: [racket-dev] Things we could move out of the core

2013-06-28 Thread Sam Tobin-Hochstadt
On Fri, Jun 28, 2013 at 5:17 PM, Matthew Flatt wrote: > At Fri, 28 Jun 2013 17:08:19 -0400, Sam Tobin-Hochstadt wrote: >> On Fri, Jun 28, 2013 at 5:02 PM, Matthew Flatt wrote: >> > At Fri, 28 Jun 2013 14:38:03 -0400, Sam Tobin-Hochstadt wrote: >> >> On Thu, Jun 27, 2013 at 8:45 PM, Robby Findler

Re: [racket-dev] Things we could move out of the core

2013-06-28 Thread Matthew Flatt
At Fri, 28 Jun 2013 17:08:19 -0400, Sam Tobin-Hochstadt wrote: > On Fri, Jun 28, 2013 at 5:02 PM, Matthew Flatt wrote: > > At Fri, 28 Jun 2013 14:38:03 -0400, Sam Tobin-Hochstadt wrote: > >> On Thu, Jun 27, 2013 at 8:45 PM, Robby Findler > >> wrote: > >> > Did you consider moving "#lang mzscheme"

Re: [racket-dev] Things we could move out of the core

2013-06-28 Thread Sam Tobin-Hochstadt
On Fri, Jun 28, 2013 at 5:02 PM, Matthew Flatt wrote: > At Fri, 28 Jun 2013 14:38:03 -0400, Sam Tobin-Hochstadt wrote: >> On Thu, Jun 27, 2013 at 8:45 PM, Robby Findler >> wrote: >> > Did you consider moving "#lang mzscheme" out as well? >> >> I've now created another pull request that does this,

Re: [racket-dev] Things we could move out of the core

2013-06-28 Thread Matthew Flatt
At Fri, 28 Jun 2013 14:38:03 -0400, Sam Tobin-Hochstadt wrote: > On Thu, Jun 27, 2013 at 8:45 PM, Robby Findler > wrote: > > Did you consider moving "#lang mzscheme" out as well? > > I've now created another pull request that does this, here: > https://github.com/plt/racket/pull/377 > > There's

Re: [racket-dev] Things we could move out of the core

2013-06-28 Thread Sam Tobin-Hochstadt
On Thu, Jun 27, 2013 at 8:45 PM, Robby Findler wrote: > Did you consider moving "#lang mzscheme" out as well? I've now created another pull request that does this, here: https://github.com/plt/racket/pull/377 There's one remaining question. The `make-base-namespace` procedure provided by `mzsch

[racket-dev] why "raco exe" gives a data file in SunOS?

2013-06-28 Thread WarGrey Gyoudmon Ju
I reported this bug here: http://bugs.racket-lang.org/query/?cmd=view%20audit-trail&database=default&pr=13852&return_url=http%3A%2F%2Fbugs.racket-lang.org%2Fquery%2F%3Fdatabase%3Ddefault%3Bdebug%3D%3Bcmd%3Dsubmit%2520query%3BState%3Dany%3Bignoreclosed%3DIgnore%2520Closed%3BSynopsis%3Draco%2520exe%3

Re: [racket-dev] another Planet2 Express memo

2013-06-28 Thread Eli Barzilay
A few minutes ago, Matthew Flatt wrote: > > To avoid problems, delete "racket/lib/links.rktd" and > "racket/lib/pkgs". [...] Quick note: a useful thing to know for such cases is git clean -dX -f which will make git remove all files that are ignored. Since the .gitignore files are all setup

[racket-dev] another Planet2 Express memo

2013-06-28 Thread Matthew Flatt
Good news, everyone! I've improved the top-level makefile in a way that probably breaks your existing repo checkout. Then again, there's a chance that things will appear to work for now, delaying problems until sometime later. To avoid problems, delete "racket/lib/links.rktd" and "racket/lib/pkgs"