Re: [racket] 3D Plot example doesn't work in Typed Racket

2014-05-31 Thread Eric Dobson
This should now be fixed at HEAD. On Fri, May 30, 2014 at 8:25 PM, Greg Hendershott wrote: > Thanks, Neil and Alexander! > > (At one point I actually did try `list` instead of `vector`, but that > uncovered an additional typecheck problem that I conflated with this. > All set now.) >

Re: [racket] raco pkg install with zipfile

2014-05-31 Thread Matthew Flatt
At Sat, 31 May 2014 11:09:31 -0400, Tony Garnock-Jones wrote: > Hi Matthew, all, > > On 2014-05-31 2:24 AM, Matthew Flatt wrote: > > Unfortunately, there's a mismatch between the way GitHub packages a > > ".zip" and the way `raco pkg install` uses it. The GitHub-generated > > ".zip" file has an ex

Re: [racket] raco pkg install with zipfile

2014-05-31 Thread Tony Garnock-Jones
Hi Matthew, all, On 2014-05-31 2:24 AM, Matthew Flatt wrote: > Unfortunately, there's a mismatch between the way GitHub packages a > ".zip" and the way `raco pkg install` uses it. The GitHub-generated > ".zip" file has an extra directory layer relative to the layout that > `raco pkg install` expec

Re: [racket] make-base-eval in Scribble file causing segmentation fault when building docs

2014-05-31 Thread Matthew Butterick
Thanks, that helps. For whatever reason, I didn't get the crash when just using `describe`, so I eliminated it as the culprit. I'll either fix `describe` or not use it at all. On May 31, 2014, at 1:40 AM, Matthew Flatt wrote: > I'm able to replicate the crash in v5.3.6, too. I need a little

Re: [racket] make-base-eval in Scribble file causing segmentation fault when building docs

2014-05-31 Thread Matthew Flatt
I'm able to replicate the crash in v5.3.6, too. I need a little more than the lines below, but #lang scribble/manual @(require scribble/eval) @(void (make-base-eval)) @((make-base-eval) `(require describe)) is enough. Also, I can get a crash when installing just "describe". The problem goes