Re: [racket-dev] new github key

2014-04-10 Thread John Clements
On Apr 10, 2014, at 2:46 PM, Sam Tobin-Hochstadt wrote: > You do that yourself, in your github settings. The admin for `racket` > doesn't know anything about anyones keys. Well, I already did that. I should have realized that the tree links to users, rather than linking directly to ssh keys.

Re: [racket-dev] new github key

2014-04-10 Thread Sam Tobin-Hochstadt
You do that yourself, in your github settings. The admin for `racket` doesn't know anything about anyones keys. Sam On Thu, Apr 10, 2014 at 1:33 PM, John Clements wrote: > I’m probably being paranoid and/or avoiding real work, but I’ve made up a new > ssh key for github. Who’s the boss of our

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

2014-04-10 Thread John Clements
On Apr 9, 2014, at 12:41 AM, matth...@racket-lang.org wrote: > matthias has updated `master' from 8c1206c063 to fb34d4e76e. > http://git.racket-lang.org/plt/8c1206c063..fb34d4e76e > > =[ 4 Commits ]== > Directory summary: > 48.5% pkgs/htd

Re: [racket-dev] ECDHE patch for Racket's OpenSSL bindings.

2014-04-10 Thread Stephen Chang
Ok thanks. Sorry, I think one more is missing from curve/c (sect283r1)? Another question: Should BIO_new_mem_buf have an additional "#:wrap (allocator BIO_free)" argument, similar to other allocating functions? More generally, should BIO_new and BIO_free have #:wrap arguments like the other alloc

Re: [racket-dev] ECDHE patch for Racket's OpenSSL bindings.

2014-04-10 Thread Edward Lee
Those are accidental omissions; I've attached a patch that should fix the contract and symbol->nid. --Edward On Thu, Apr 10, 2014 at 01:39:13AM -0400, Stephen Chang wrote: > I checked out the patch and have a few questions. (I'm a non-expert.) > > How come some curves are omitted from the curve

[racket-dev] new github key

2014-04-10 Thread John Clements
I’m probably being paranoid and/or avoiding real work, but I’ve made up a new ssh key for github. Who’s the boss of our github account, and can they add my new ssh key and revoke my old one? Many thanks, John id_rsa-git.pub Description: Binary data _ Racket Develop

Re: [racket-dev] Native graphics libraries upgraded for Windows and Mac OS X (was Re: Windows GTK version conflicts with GObjectIntrospection)

2014-04-10 Thread Robby Findler
The Northwestern snapshot broke, sorry about that. (The script's call to "git submodule update" doesn't work for some reason; I've run it manually and we should get a build tomorrow). Robby On Thu, Apr 10, 2014 at 9:57 AM, Neil Toronto wrote: > This may have fixed the missing polygons in plots

Re: [racket-dev] Native graphics libraries upgraded for Windows and Mac OS X (was Re: Windows GTK version conflicts with GObjectIntrospection)

2014-04-10 Thread Matthew Flatt
It looks like yesterday's Utah snapshot had the glitch: http://www.cs.utah.edu/plt/snapshots/20140409-8c1206c/doc/plot/intro.html?q=plot#%28part._.Renderer_and_.Plot_.Bounds%29 So, yes, it looks like the library upgrade fixed the problem on Mac OS X. At Thu, 10 Apr 2014 08:57:37 -0600, Neil Toro

Re: [racket-dev] Native graphics libraries upgraded for Windows and Mac OS X (was Re: Windows GTK version conflicts with GObjectIntrospection)

2014-04-10 Thread Neil Toronto
This may have fixed the missing polygons in plots that I reported here for the v6.0 release: http://lists.racket-lang.org/dev/archive/2013-December/013797.html The sphere plot here is fine, whereas I *think* it wasn't before: http://www.cs.utah.edu/plt/snapshots/current/doc/plot/intro.html?q

[racket-dev] Native graphics libraries upgraded for Windows and Mac OS X (was Re: Windows GTK version conflicts with GObjectIntrospection)

2014-04-10 Thread Matthew Flatt
I've *finally* upgraded the native Windows and Mac OS X libraries for the drawing stack, including GLib, Cairo, and Pango. I've upgraded the libraries for the development version, but not for the upcoming v6.0.1 release, because I'd like to test the new versions for a cycle before putting them in