Is this bug resolved? If not, what platforms is it still failing on?
-J
--
> [doughera - Mon Feb 13 09:10:50 2006]:
>
> On Fri, 10 Feb 2006, Allison Randal wrote:
>
> > On Feb 10, 2006, at 9:56, Andy Dougherty via RT wrote:
> > >
> > > I too had seen this memory problem before on Solaris/SPAR
> On Wed, 15 Feb 2006 12:41:25 -0800, chromatic <[EMAIL PROTECTED]> said:
> On Wednesday 15 February 2006 12:33, Andreas J. Koenig wrote:
>> The prerequisite Module::CPANTS::Analyse can currently not be
>> installed because it relies on sme YAML import feature:
> Ahh right, I forgot to
As of r11568 all configuration step's ->runstep() method is required to
return $self unless it wants to indicate a fatal error. An error string
is expected to be returned via the ->result() method. The steps we're
previously changed to conform to this behavior but Parrot::Configure now
requires i
Patrick R. Michaud wrote:
In the following,
/ (a) [ (b) (c) | $5 := (d) $0 := (e) ] (f) /
does the first alias have any effect on where the f's will go
(probably not)?
I'll defer to @Larry on this one, but my initial impression is
that the (f) capture would go into $6.
I think that se
On Fri, Feb 17, 2006 at 02:33:12PM +0100, H. Stelling wrote:
> Patrick R. Michaud wrote:
> >>In the following,
> >>
> >>/ (a) [ (b) (c) | $5 := (d) $0 := (e) ] (f) /
> >>
> >>does the first alias have any effect on where the f's will go
> >>(probably not)?
> >
> >I'll defer to @Larry on this one, b
Bob Rogers wrote:
I couldn't agree more. Committed as r11609. Should I also get rid of
the CHUNKED_CTX_MEM references in interpreter.h?
Hmm, doesn't harm but is OTOH confusing. Maybe adding some comment would
be best for now.
-- Bob
leo
[EMAIL PROTECTED] wrote:
> Well it depends on what your actually studying...
>
> 1. You have written the code to implement a network bridge, and you want
> to test
> i. the codes correctness
> ii. its ability to handle packets correctly for various
> configurations and load
>
> 2. You have a net
> snapshots or releases. And, since a checkout takes about an hour (last
> time I checked) I tend to be too lazy to fetch one just to make a patch.
Only if you're checking out to a Commodore 64.
[EMAIL PROTECTED] /tmp$ time svn co http://svn.perl.org/parrot/trunk
parrot-trunk > /dev/null
re
On Fri, Feb 17, 2006 at 08:38:26AM -0800, Robert Spier wrote:
> > snapshots or releases. And, since a checkout takes about an hour (last
> > time I checked) I tend to be too lazy to fetch one just to make a patch.
>
> Only if you're checking out to a Commodore 64.
Or possibly hand-transcri
All~
On 2/17/06, jesse <[EMAIL PROTECTED]> wrote:
>
>
>
> On Fri, Feb 17, 2006 at 08:38:26AM -0800, Robert Spier wrote:
> > > snapshots or releases. And, since a checkout takes about an hour (last
> > > time I checked) I tend to be too lazy to fetch one just to make a patch.
> >
> > Only if you'r
On Fri, Feb 17, 2006 at 08:32:18AM -0600, Patrick R. Michaud wrote:
: > The synopsis says:
: >
: > * If a subrule appears two (or more) times in the same lexical scope
: > (i.e. twice within the same subpattern and alternation), or if the
: > subrule is quantified anywhere within the entire ru
On Fri, 17 Feb 2006, Matt Fowles wrote:
> All~
>
> On 2/17/06, jesse <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > On Fri, Feb 17, 2006 at 08:38:26AM -0800, Robert Spier wrote:
> > > > snapshots or releases. And, since a checkout takes about an hour (last
> > > > time I checked) I tend to be too la
> Sigh. I wish it were that simple, or that funny.
>
> $ time wget http://cvs.perl.org/snapshots/parrot/parrot-latest.tar.gz
>
> real0m16.84s
> user0m0.09s
> sys 0m0.20s
>
> $ time svn co http://svn.perl.org/parrot/trunk parrot-trunk
>
> real 2:01:50.3
> user 1:02.0
> sys
Andy~
On 2/17/06, Andy Dougherty <[EMAIL PROTECTED]> wrote:
> On Fri, 17 Feb 2006, Matt Fowles wrote:
>
> > All~
> >
> > On 2/17/06, jesse <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >
> > > On Fri, Feb 17, 2006 at 08:38:26AM -0800, Robert Spier wrote:
> > > > > snapshots or releases. And, since a
On Fri, 17 Feb 2006, Matt Fowles wrote:
>
> On 2/17/06, Andy Dougherty <[EMAIL PROTECTED]> wrote:
> > Sigh. I wish it were that simple, or that funny.
> >
> > $ time wget http://cvs.perl.org/snapshots/parrot/parrot-latest.tar.gz
> >
> > real0m16.84s
> > user0m0.09s
> > sys 0m0.20s
>
> On Fri, 17 Feb 2006, Matt Fowles wrote:
>
> >
> > On 2/17/06, Andy Dougherty <[EMAIL PROTECTED]> wrote:
> > > $ time wget http://cvs.perl.org/snapshots/parrot/parrot-latest.tar.gz
> > > real0m16.84s
> > > $ time svn co http://svn.perl.org/parrot/trunk parrot-trunk
> > > real 2:01:50.3
> >
On 2/17/06, Matt Fowles <[EMAIL PROTECTED]> wrote:
> $ svn --version
> svn, version 1.1.4 (r13838)
>compiled May 13 2005, 06:29:47
>
> How bout you?
>
can't hurt to upgrade...
>svn --version
svn, version 1.3.0 (r17949)
compiled Jan 15 2006, 23:18:48
~jerry
On Fri, 17 Feb 2006, jesse wrote:
>
> > On Fri, 17 Feb 2006, Matt Fowles wrote:
> >
> > >
> > > On 2/17/06, Andy Dougherty <[EMAIL PROTECTED]> wrote:
> > > > $ time wget http://cvs.perl.org/snapshots/parrot/parrot-latest.tar.gz
> > > > real0m16.84s
> > > > $ time svn co http://svn.perl.org/
Hello,
When building code strings in Perl 5 I usually write the code,
then wrap it in double quotes, then "\" escape everything light blue
under syntax highlighting. I was wondering if there'll a better
way in Perl 6.
I thought it would be nice to define the variables you wish to
interpolate
Hi again,
L
Is it possible to refer to a variable in a CODE quotation without
splicing it in as an AST or string? I can't see how this is
be possible under S06, unless using OUTER:: is intended to be
a non-splicing variable mention.
The sample snippet in S06 seems simple but got me confuse
On Sat, Feb 18, 2006 at 01:57:18AM +0200, Brad Bowman wrote:
: Hi again,
:
: L
:
: Is it possible to refer to a variable in a CODE quotation without
: splicing it in as an AST or string? I can't see how this is
: be possible under S06, unless using OUTER:: is intended to be
: a non-splicing var
From: Andy Dougherty <[EMAIL PROTECTED]>
Date: Fri, 17 Feb 2006 17:23:55 -0500 (EST)
On Fri, 17 Feb 2006, jesse wrote:
> Try:
> time svn co https://svn.perl.org/parrot/trunk parrot-trunk
svn: Unrecognized URL scheme 'https://svn.perl.org/parrot/trunk'
I don't know why. I
Brad Bowman asked:
When building code strings in Perl 5 I usually write the code,
then wrap it in double quotes, then "\" escape everything light blue
under syntax highlighting. I was wondering if there'll a better
way in Perl 6.
I thought it would be nice to define the variables you wish to
On Fri, Feb 17, 2006 at 05:23:55PM -0500, Andy Dougherty wrote:
> On Fri, 17 Feb 2006, jesse wrote:
> > Do you, perchance, sit behind an http proxy server?
>
> Not that I know of (though I'm not sure how I'd know), and no other mode
> of communication is similarly affected (i.e. cvs, rsync, etc.,
Dear Beau Cox,
I can't make explicit sense of
"
you need to keep
> the original Parrot source tree around, and let Pugs find one of
> src/{null,parrot,install}_config.o for embedding to happen.
"
Could you give a concrete example of sub-directory placement or
environment settings that makes Pu
25 matches
Mail list logo