Simon Glover (via RT) wrote:
iii) Since there's no properties hash, a new PerlHash is created.
v) The key is (erroneously) placed on the free list; at this point,
the only flag it has set is the PObj_on_free_list_FLAG
Hope this analysis is useful,
It is really, thanks. (Hopefully)
While running 'make test' on parrot-HEAD...
t/src/manifest..NOK 4# Failed test (t/src/manifest.t at line 38)
# Missing files in Manifest:
# languages/brainfuck/README
# languages/brainfuck/brainfuck.pasm
# languages/brainfuck/countdown.bf
# languages/brainfuck/hello
Simon Glover wrote:
... but I'm not sure quite why we were skipping all of the tests in
nci.t in the first place; would anybody more knowledgeable care to
comment?
The nci tests need a shared library, which we can't reliably build on
all platforms (s. #18832), so it isn't in the test_prep
Joshua Hoblitt wrote:
While running 'make test' on parrot-HEAD...
t/src/manifest..NOK 4# Failed test (t/src/manifest.t at line 38)
# Missing files in Manifest:
# languages/brainfuck/README
Please remove the directory. (Or better run always update -dP in the
first place).
leo
> Please remove the directory. (Or better run always update -dP in the
> first place).
Pulling direct from CVS got rid of 'bf'.
t/src/manifest..NOK 4# Failed test (t/src/manifest.t at line 38)
# Missing files in Manifest:
# languages/jako/lib/Jako/Construct/Statement/Bitwise.pm
# L
Joshua Hoblitt wrote:
# languages/jako/lib/Jako/Construct/Statement/Bitwise.pm
Thanks, corrected.
rsync -av --delete cvs.perl.org::parrot-HEAD parrot
...
# Missing files in Manifest:
... though I don't know, what the problem here is.
leo
I've upgraded the CVS Monitor installation on perl.org
http://bugs6.perl.org/cgi-bin/cvsmonitor/cvsmonitor.pl?cmd=viewBrowse
It provides a pretty, changeset oriented view of the repositories,
with pretty graphs and stuff.
I recommend checking it out.
-R
--
At 10:08 AM -0800 12/15/02, Robert Spier wrote:
I've upgraded the CVS Monitor installation on perl.org
http://bugs6.perl.org/cgi-bin/cvsmonitor/cvsmonitor.pl?cmd=viewBrowse
It provides a pretty, changeset oriented view of the repositories,
with pretty graphs and stuff.
I recommend checking it o
Dan Sugalski:
# Wow, really spiffy. Can we get all the back-end infrastructure
# watching stuff (this, bonsai, tinderbox, RT) linked together
# somewhere central?
http://www.parrotcode.org/resources
--Brent Dax <[EMAIL PROTECTED]>
@roles=map {"Parrot $_"} qw(embedding regexen Configure)
"If yo
I've been looking into the cause of these failures, and it seems to be
yet another GC bug (or more likely another symptom of the same
underlying bug).
The problem in this case is in scratchpad_new (in sub.c). This creates a
new Scratchpad PMC, and subsequently also creates two new lists (one
> http://www.parrotcode.org/resources
>
> --Brent Dax <[EMAIL PROTECTED]>
Why don't you add a link on the resources page to the CVS Monitor page? Maybe
that is what you are implying is the right place for it.
http://bugs6.perl.org/cgi-bin/cvsmonitor/cvsmonitor.pl
Thanks,
ChuckB
>
>The checkout that rsync is returning must be getting stale.
Yeah.
Fixed.
-R
On Dec-03, Leopold Toetsch wrote:
> # New Ticket Created by Leopold Toetsch
> # Please include the string: [perl #18832]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt2/Ticket/Display.html?id=18832 >
>
>
> Attached patch tries to append buildi
On Dec-15, Steve Fink wrote:
> On Dec-03, Leopold Toetsch wrote:
> > # New Ticket Created by Leopold Toetsch
> > # Please include the string: [perl #18832]
> > # in the subject line of all future correspondence about this issue.
> > # http://rt.perl.org/rt2/Ticket/Display.html?id=18832 >
> >
>
# New Ticket Created by Steve Fink
# Please include the string: [perl #19163]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=19163 >
I'm a little confused by the va_list* stuff for sprintf*. At one
point, people were saying
Simon Glover wrote:
I've been looking into the cause of these failures, and it seems to be
yet another GC bug (or more likely another symptom of the same
underlying bug).
The problem in this case is in scratchpad_new (in sub.c). This creates a
new Scratchpad PMC, and subsequently also creat
16 matches
Mail list logo