Re: [perl #53156] [BUG] Segmentation violation in parrot

2008-09-11 Thread chromatic
On Thursday 11 September 2008 14:04:20 Clark Cooper wrote: > However: > > 1) make test had this result: > Failed Test Stat Wstat Total Fail List of Failed > --- > t/perl/Parrot_Test.t 666 55 57

Re: [CAGE] Opportunities for Perl 5 programmers in Parrot project

2008-09-11 Thread James E Keenan
James E Keenan wrote: 1. I will encourage all of you who wrote me to get Bitcard accounts (http://tinyurl.com/5eqcw8) so that you're eligible to post patches through our RT interface (http://rt.perl.org/rt3/Public). One of the 6 already has an RT account; the others of you should get one.

[perl #57530] Fwd: Parallelize the Perl 6 tests

2008-09-11 Thread James Keenan via RT
On Thu Sep 11 08:30:49 2008, moritz wrote: > Since the feedback so far was mostly positive (and none defeating) I now > applied the patch. Thanks go to all contributers and testers. > > If there are some problems with the test harness, please open a new ticket. > FWIW: Here are the results I got

Re: [perl #43857] [TODO] Refactor config probes that are used only by language implementation

2008-09-11 Thread jerry gay
On Thu, Sep 11, 2008 at 4:47 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > I'm trying to see if we can move this ticket toward resolution. I think > that it has remained unresolved for so long because the original post > originally called for two steps: (a) removal from Configure.pl of > c

[perl #43857] [TODO] Refactor config probes that are used only by language implementation

2008-09-11 Thread James Keenan via RT
I'm trying to see if we can move this ticket toward resolution. I think that it has remained unresolved for so long because the original post originally called for two steps: (a) removal from Configure.pl of configuration steps which probed for features only used in specific language implementati

[perl #44315] [TODO] Enable scripting of an entire configuration session

2008-09-11 Thread James Keenan via RT
The patch was indeed applied in r30640 (with touch-ups in r30645) on 2008-08-29. There have been no complaints, so I am resolving the ticket. Thank you very much. kid51

[perl #54372] [BUG] test failures on win32/msvc

2008-09-11 Thread James Keenan via RT
On Thu Sep 11 14:28:08 2008, rblasch wrote: > > I haven't seen this using Visual C++ 9.0. I'll also run a test with > 6.0, 7.1 and 8.0. Is it okay if I close this ticket if nothing special > shows up? Absolutely!

Re: Where did the toggle switch go?

2008-09-11 Thread James E Keenan
Vasily Chekalkin wrote: Will Coleda wrote: On Thu, Sep 11, 2008 at 8:11 AM, James E Keenan <[EMAIL PROTECTED]> wrote: Is it just me ...? Yup. I've got same problems... This link not always appears on reply page. (In my case it's appears very rare...) Ah, so it's not just me! I had t

Re: [perl #53156] [BUG] Segmentation violation in parrot

2008-09-11 Thread Clark Cooper
I just downloaded and built parrot-0.7.0. The PIR program from the original bug report no longer SEGFAULTS. However: 1) make test had this result: Failed Test Stat Wstat Total Fail List of Failed --- t/perl/Parr

Re: building parrot with clang + llvm

2008-09-11 Thread Moritz Lenz
NotFound wrote: > On Wed, Sep 10, 2008 at 8:12 PM, chromatic <[EMAIL PROTECTED]> wrote: > >> The line numbers reported by clang seem sensible enough, but do they match >> values in src/pmc/default.str? Mine contains: >> >> #define _CONST_STRING_45 80 >> #define _CONST_STRING_103 534 >> #define _C

Re: [perl #54372] [BUG] test failures on win32/msvc

2008-09-11 Thread Ron Blaschke
Will Coleda wrote: > On Wed, Sep 10, 2008 at 10:51 PM, James Keenan via RT > <[EMAIL PROTECTED]> wrote: >> Coke, particle: Where do we stand on this ticket? >> >> thank you very much. >> >> kid51 >> > > I haven't touched a win32 build of parrot in some months now, msvc or > otherwise. Smolder is

Re: [perl #56468] [TODO] use more VTABLE to avoid subclassing errors.

2008-09-11 Thread chromatic
On Thursday 11 September 2008 04:03:27 Vasily Chekalkin wrote: > Will Coleda wrote: > > Now that we can subclass PMCs with Objects, we need to go through all > > the code in src/pmc/*.pmc that directly fiddles with PMC guts (e.g. > > PMC_int_val(...) and PMC_num_val(...) and replace them with VTA

Re: [perl #53682] [CAGE] Visual Studio compiler for parrot

2008-09-11 Thread Reini Urban
2008/9/11 Will Coleda <[EMAIL PROTECTED]>: > On Wed, Sep 10, 2008 at 10:56 PM, James Keenan via RT > <[EMAIL PROTECTED]> wrote: >> Coke, particle: Can we get an update on the issues raised in this RT? >> >> Thank you very much. >> kid51 > > I haven't touched a win32 build of parrot in some months

Re: [perl #54000] [DEPRECATED] get_array, get_list, get_scalar methods

2008-09-11 Thread Patrick R. Michaud
On Wed, Sep 10, 2008 at 07:53:13PM -0700, James Keenan via RT wrote: > Patrick: > > Where do we stand in the deprecation cycle re these three methods? I probably just need to remove the methods from the code, see what breaks, and fix what breaks. I'll try to do that this weekend before the relea

Re: Where did the toggle switch go?

2008-09-11 Thread Patrick R. Michaud
On Thu, Sep 11, 2008 at 08:11:50AM -0400, James E Keenan wrote: > Is it just me ...? > > When I went to rt.perl.org just now to reply to a ticket, I could not > find the toggle for automatically CC-ing [EMAIL PROTECTED] I > know it was there just last night. I am clearly logged in to RT. Wh

Re: Where did the toggle switch go?

2008-09-11 Thread Will Coleda
On Thu, Sep 11, 2008 at 8:36 AM, Vasily Chekalkin <[EMAIL PROTECTED]> wrote: > Will Coleda wrote: >> >> On Thu, Sep 11, 2008 at 8:11 AM, James E Keenan <[EMAIL PROTECTED]> wrote: >>> >>> Is it just me ...? >> >> Yup. >> >>> When I went to rt.perl.org just now to reply to a ticket, I could not >>>

Re: [perl #56468] [TODO] use more VTABLE to avoid subclassing errors.

2008-09-11 Thread Vasily Chekalkin
Will Coleda wrote: Now that we can subclass PMCs with Objects, we need to go through all the code in src/pmc/*.pmc that directly fiddles with PMC guts (e.g. PMC_int_val(...) and PMC_num_val(...) and replace them with VTABLE accessor methods, or constructs like SELF.get_integer(). Just for clar

Re: Where did the toggle switch go?

2008-09-11 Thread Vasily Chekalkin
Will Coleda wrote: On Thu, Sep 11, 2008 at 8:11 AM, James E Keenan <[EMAIL PROTECTED]> wrote: Is it just me ...? Yup. When I went to rt.perl.org just now to reply to a ticket, I could not find the toggle for automatically CC-ing [EMAIL PROTECTED] I know it was there just last night. I am

Re: [perl #57530] Fwd: Parallelize the Perl 6 tests

2008-09-11 Thread Reini Urban
2008/9/11 James Keenan via RT <[EMAIL PROTECTED]>: > Moritz, > > I applied parallel-r.patch to trunk at r30978 on Darwin (10.4 PPC), > successfully built and tested Parrot, built Perl 6, then got the results > below out of 'make test'. > > Since I build and test Perl 6 infrequently, I'm not sure wh

Re: [perl #53682] [CAGE] Visual Studio compiler for parrot

2008-09-11 Thread Will Coleda
On Wed, Sep 10, 2008 at 10:56 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > Coke, particle: Can we get an update on the issues raised in this RT? > > Thank you very much. > > kid51 > I haven't touched a win32 build of parrot in some months now, msvc or otherwise. Smolder is probably a bett

Re: [perl #54372] [BUG] test failures on win32/msvc

2008-09-11 Thread Will Coleda
On Wed, Sep 10, 2008 at 10:51 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > Coke, particle: Where do we stand on this ticket? > > thank you very much. > > kid51 > I haven't touched a win32 build of parrot in some months now, msvc or otherwise. Smolder is probably a better place to look for

Re: Where did the toggle switch go?

2008-09-11 Thread Will Coleda
On Thu, Sep 11, 2008 at 8:11 AM, James E Keenan <[EMAIL PROTECTED]> wrote: > Is it just me ...? Yup. > When I went to rt.perl.org just now to reply to a ticket, I could not find > the toggle for automatically CC-ing [EMAIL PROTECTED] I know it was > there just last night. I am clearly logged i

[perl #57178] [BUG] Broken links on smolder site.

2008-09-11 Thread Will Coleda via RT
No problems have surfaced since last post: closing ticket. -- Will "Coke" Coleda

[perl #57530] Fwd: Parallelize the Perl 6 tests

2008-09-11 Thread James Keenan via RT
Moritz, I applied parallel-r.patch to trunk at r30978 on Darwin (10.4 PPC), successfully built and tested Parrot, built Perl 6, then got the results below out of 'make test'. Since I build and test Perl 6 infrequently, I'm not sure whether these results are different from what I would have gotten

Re: [perl #48581] [DEPRECATED] vtable type_keyed_str

2008-09-11 Thread Will Coleda
On Wed, Sep 10, 2008 at 11:14 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > On Mon Apr 07 21:31:15 2008, coke wrote: >> This has been removed in the type_ids branch. > > Coke, > > Can you provide any update on this deprecation and/or the type_ids branch? > > Thank you very much. > > kid51 >

Re: building parrot with clang + llvm

2008-09-11 Thread Moritz Lenz
Vasily Chekalkin wrote: > Moritz Lenz wrote: >> I tried to build parrot with the clang, an llvm frontend. It provides a >> script called 'ccc', which accepts the same options as gcc. > > Works for me with "perl Configure.pl --cc=llvm-gcc --link=llvm-gcc". That works for me too, but it's a complet

Re: [perl #46681] [TODO] [C] Use strerror_r instead of strerror

2008-09-11 Thread Christoph Otto
Will Coleda via RT wrote: On Tue Jul 22 23:34:13 2008, [EMAIL PROTECTED] wrote: Christoph Otto via RT wrote: This version of the patch should dtrt with all versions of strerror_r. It works on my Debian/x86 box and I'll be testing it on any *nix I can get my hands on Tuesday. If it works f