Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
State of ParTcl [r7928]
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
William Coleda  
View profile  
 More options Apr 25 2005, 8:44 pm
Newsgroups: perl.perl6.internals
From: w...@coleda.com (William Coleda)
Date: Mon, 25 Apr 2005 20:44:45 -0400
Local: Mon, Apr 25 2005 8:44 pm
Subject: State of ParTcl [r7928]

The garbage collection issues that were stopping ParTcl's test suite (FYI, *not* Tcl's test suite) from working seem to be gone now!

I've gotten passing reports on all tests (that aren't TODO'd) from OS X, FreeBSD, and Linux.

ParTcl is part of the parrot svn repository. See:

http://www.parrotcode.org/source.html

Once you've downloaded parrot, follow the instructions in ./README to build parrot itself, and then in ./languages/tcl/README to build and test Tcl.

Any feedback is, of course, greatly appreciated.

Now that these pesky GC bugs are (hopefully) dealt with, back to actually implementing features. As usual, volunteers welcome.

Regards.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leopold Toetsch  
View profile  
 More options Apr 26 2005, 10:26 am
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Tue, 26 Apr 2005 16:26:47 +0200
Local: Tues, Apr 26 2005 10:26 am
Subject: Re: State of ParTcl [r7928]

William Coleda <w...@coleda.com> wrote:
> The garbage collection issues that were stopping ParTcl's test suite
> (FYI, *not* Tcl's test suite) from working seem to be gone now!

I'm sorry to say that, but no GC bugs have gone, nor have any more been
fixed. As a DOD run isn't triggered at a reproducable execution point,
minimal changes to Parrot core can have the effect to hide or expose GC
bugs.

In fact, I've 10 failing tcl tests here[1], none with -G.

Failed Test      Stat Wstat Total Fail  Failed  List of Failed
--------------------------------------------------------------------------- ----
t/cmd_break.t       2   512     2    2 100.00%  1-2
t/cmd_continue.t    2   512     2    2 100.00%  1-2
t/cmd_global.t      2   512     3    2  66.67%  2-3
t/cmd_lappend.t     1   256     3    1  33.33%  3
t/cmd_proc.t        1   256     5    1  20.00%  3
t/cmd_return.t      1   256     1    1 100.00%  1
t/cmd_while.t       1   256     1    1 100.00%  1

Run individual test files with -t --gc-debug and you again see some
errors.

leo

[1] with rather big changes towards HEAD, I'll commit soon.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »