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.)
>
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
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
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
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
5 matches
Mail list logo