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

2010-10-31 Thread Jay McCarthy
I believe Casey actually wants this code in the history. Jay Sent from my iPhone On Oct 31, 2010, at 9:16 PM, Eli Barzilay wrote: > Four minutes ago, Sam Tobin-Hochstadt wrote: >> On Sun, Oct 31, 2010 at 6:32 PM, wrote: >>> >>> >>> 152084d Casey Klein 2010-10-31 17:13 >>> : >>> | Adds an

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

2010-10-31 Thread Eli Barzilay
Four minutes ago, Sam Tobin-Hochstadt wrote: > On Sun, Oct 31, 2010 at 6:32 PM, wrote: > > > > > > 152084d Casey Klein 2010-10-31 17:13 > > : > > | Adds an experiment in using a trie in `apply-reduction-relation*' > > ~~ > > > > f9b64fa Casey Klein 2010-10-31 17:28 > > : > > | Removes `

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

2010-10-31 Thread Sam Tobin-Hochstadt
On Sun, Oct 31, 2010 at 6:32 PM, wrote: > > > 152084d Casey Klein 2010-10-31 17:13 > : > | Adds an experiment in using a trie in `apply-reduction-relation*' > ~~ > > f9b64fa Casey Klein 2010-10-31 17:28 > : > | Removes `apply-reduction-relation*' trie experiment You should learn about

Re: [racket-dev] try the GRacket2 branch

2010-10-31 Thread Matthew Flatt
At Sun, 31 Oct 2010 16:29:08 -0600, Doug Williams wrote: > The interactions.ss file in the simulation package on PLaneT also required a > (yield) after line 107 to give the animation effect - there is no double > buffering or anything here. But, with that added, it seems to run fine. > > I guess I

[racket-dev] git history graph

2010-10-31 Thread Jon Rafkind
Here is a little graph of the git commit history http://www.cs.utah.edu/~rafkind/tmp/x1/impact.png Not really super impressive.. just something to do on a Sunday. The python program that generated this graph is in the same directory as the image (written by someone else). (Requires matplotlib >=

Re: [racket-dev] try the GRacket2 branch

2010-10-31 Thread Doug Williams
I got GRacket2 running under Ubuntu. In general, things work as expected. It is my animations that I'm most concerned about and some work and some don't. I've only tried the ones that are available on PLaneT - I haven't even checked any of the others yet. The animated-canvas library that I have on

Re: [racket-dev] GRacket2 builds

2010-10-31 Thread Matthew Flatt
Yep, that's what I broke. You could change "collects/racket/draw/ unsafe/pango.rkt" to get that binding via 'define-pango' instead of 'define-pangocairo'. On Oct 31, 2010, at 12:56 PM, Doug Williams > wrote: And, it gets the same error with the gracket-libs from git. On Sun, Oct 31, 2010

Re: [racket-dev] GRacket2 builds

2010-10-31 Thread Doug Williams
And, it gets the same error with the gracket-libs from git. On Sun, Oct 31, 2010 at 12:46 PM, Doug Williams < m.douglas.willi...@gmail.com> wrote: > I loaded GTK+ 2.20.0, which seems to have all of the libraries. But, it > dies with the following error on my Windows 7 (64-bit) box. > > ffi-obj: c

Re: [racket-dev] GRacket2 builds

2010-10-31 Thread Doug Williams
I loaded GTK+ 2.20.0, which seems to have all of the libraries. But, it dies with the following error on my Windows 7 (64-bit) box. ffi-obj: couldn't get "pango_layout_get_line" from "libpangocairo-1.0-0.dll" (Th e specified procedure could not be found.; errno=127) === context === C:\Program Fi

Re: [racket-dev] GRacket2 builds

2010-10-31 Thread Matthew Flatt
You can get the libraries from github.com/mflatt/gracket-libs. Unfortunately, I think I broke the Windows build in other ways that I have been trying to fix this morning. On Oct 31, 2010, at 11:59 AM, Doug Williams > wrote: I tried loaded it on my Windows 7 box and it doesn't run because

Re: [racket-dev] GRacket2 builds

2010-10-31 Thread Doug Williams
I tried loaded it on my Windows 7 box and it doesn't run because of missing dll files. The first one was zlib1.dll. I found that one and now it wants libpng14-14.dll. I'll continue tracking them down. On Sat, Oct 30, 2010 at 4:44 PM, Eli Barzilay wrote: > In case you want to try out the new grac

Re: [racket-dev] Scribble Racket Code with Here Strings

2010-10-31 Thread Matthew Flatt
At Fri, 29 Oct 2010 15:53:57 -0600, Doug Williams wrote: > I sometimes use here strings for readability when building queries, etc. > [...] > But I haven't found a good way to document this (as Racket code) in > Scribble. Everything I've tried renders like: I guess it's time for me to stop saying