p.s. Anyway I do realize now there wasn't a bug per se. It sounds like
I've been so lucky with Planet requires in the past, that when (as
Ryan put it) I suddenly hit all the weak points at once, it caught me
off guard. To the extent there's even a "usability" issue, it's
already being addressed by
On Fri, Aug 2, 2013 at 1:25 PM, Matthew Flatt wrote:
> At Thu, 1 Aug 2013 21:55:37 -0400, Greg Hendershott wrote:
>> I'm running HEAD = c126a8a from about 1 week ago.
>>
>> I wanted to try the PEG Planet 1 package.
>>
>> My source file was simply this:
>>
>> #lang racket
>> (require (plane
Ah. I was primed with the "mental set":
(a) I got some error messages I'd never before seen when requiring a
Planet package.
(b) I guessed all the recent reorganization broke something with
Planet "1" packages.
(c) Although I was aware peg required memoize, I didn't look into
memoize's source, s
At Thu, 1 Aug 2013 21:55:37 -0400, Greg Hendershott wrote:
> I'm running HEAD = c126a8a from about 1 week ago.
>
> I wanted to try the PEG Planet 1 package.
>
> My source file was simply this:
>
> #lang racket
> (require (planet kazzmir/peg:2:0/peg))
>
> 1. Using command-line Racket, I
I think you just ran into all of the problems with planet1 at the same
time. I started with kazzmir/peg and browsed sources, and as far as I
can tell, all of the packages you got are actually transitively required
by kazzmir/peg. So it's not a PLaneT implementation bug.
It looks like there's a
p.s. The About text from DrRacket is:
Welcome to DrRacket, version 5.90.0.3--2013-07-30(c126a8aa/d), english by PLT.
Just to confirm I ran the DrRacket built from HEAD = c126a8a, not an
older version by accident.
On Thu, Aug 1, 2013 at 9:55 PM, Greg Hendershott
wrote:
> I'm running HEAD = c126
I'm running HEAD = c126a8a from about 1 week ago.
I wanted to try the PEG Planet 1 package.
My source file was simply this:
#lang racket
(require (planet kazzmir/peg:2:0/peg))
1. Using command-line Racket, I got:
Welcome to Racket v5.90.0.3.
; uncaught exception:
'#&"/Users/greg/src/sc
7 matches
Mail list logo