Re: [perl #34912] Badly balanced at classes/pmc2c2.pl

2005-04-11 Thread Brent 'Dax' Royal-Gordon
Leopold Toetsch <[EMAIL PROTECTED]> wrote: > BTW: a nice to have: include SVN revision of local copy in bug report. Remember how I set things up so that Configure would add a timestamp to config.h and Config.pm? I only did that because CVS didn't have a repository-wide revision number like Subver

Re: [svn:parrot] rev 7800 - trunk/t/perl

2005-04-11 Thread Leopold Toetsch
Robert Spier <[EMAIL PROTECTED]> wrote: >> > Is there a way to specify the mime-type on a filetype basis? >> Would be good for new files. > This is all client-side. $ tail -5 ~/.subversion/config [miscellany] enable-auto-props = yes [auto-props] *.t = svn:mime-type=text/plain > -R thanks agai

Re: [perl #34912] Badly balanced at classes/pmc2c2.pl

2005-04-11 Thread Leopold Toetsch
Jrieks @ Wmit00 . It . Math . Uni-Wuppertal . De <[EMAIL PROTECTED]> wrote: > /usr/bin/perl classes/pmc2c2.pl --dump classes/null.pmc > Badly balanced at classes/pmc2c2.pl line 355, <$fh> line 1. All seems to work fine - strange. BTW: a nice to have: include SVN revision of local copy in bug rep

Re: [PATCH] Dynamic Perl, 2 [t/]

2005-04-11 Thread William Coleda
Or, rather, find the attached patch here: https://rt.perl.org/rt3/Ticket/Attachment/110536/75860/dynamic_perl2.patch (whoops) William Coleda wrote: Attached find the second patch in the "make perl dynamic" series. This attacks most of the simplistic cases under t/*. Many instances of PerlUndef an

[perl #34920] [PATCH] Dynamic Perl, 2 [t/]

2005-04-11 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #34920] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34920 > Attached find the second patch in the "make perl dynamic" series. This attacks most of

Re: imcc/ directory

2005-04-11 Thread MrJoltCola
At 06:57 PM 4/11/2005, Matt Diephouse wrote: Now that IMCC is a core part of Parrot, I'd like to see the imcc/ directory go away. I'd be willing to spend some time trying to prepare some patches (it'd be a good way to become more familiar with the source), but I have a few questions first: (1) Is

[perl #34917] test t/op/trans.t#13 failed on OpenBSD 3.5/i386

2005-04-11 Thread Steve Peters via RT
> [jrieks - Mon Apr 11 12:17:57 2005]: > > It looks like "atan -0.0, -0.0 == 0.0" on OpenBSD 3.5/i386: > > t/op/trans.NOK 13# Failed test (t/op/trans.t > at line > 307) > # got: 'ok 1 > # ok 2 > # ok 3 > # ok 4 > # ok 5 > # ok 6 > # ok 7 > # ok 8 > # ok 9 > # ok 1

imcc/ directory

2005-04-11 Thread Matt Diephouse
Now that IMCC is a core part of Parrot, I'd like to see the imcc/ directory go away. I'd be willing to spend some time trying to prepare some patches (it'd be a good way to become more familiar with the source), but I have a few questions first: (1) Is this desirable? (2) Does IMCC's version num

[perl #34917] test t/op/trans.t#13 failed on OpenBSD 3.5/i386

2005-04-11 Thread via RT
# New Ticket Created by Jens Rieks # Please include the string: [perl #34917] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34917 > It looks like "atan -0.0, -0.0 == 0.0" on OpenBSD 3.5/i386: t/op/trans..

Re: [perl #34912] Badly balanced at classes/pmc2c2.pl

2005-04-11 Thread Klaas-Jan Stol
[EMAIL PROTECTED] (via RT) wrote: # New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #34912] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34912 > --- osname= linux osvers= 2.4.0 arch= i586-linu

[perl #34916] [TODO] parrot release 0.1.4

2005-04-11 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #34916] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34916 > Placeholder ticket for Parrot Release 0.1.4

Re: Welcome to the land of Subversion (for Debian)

2005-04-11 Thread Chip Salzenberg
Anybody using Debian and emacs, a clue: I had to edit a couple of files to get Subversion support enabled automatically. All of the actual elisp code in: /etc/emacs/site-start.d/50psvn.el /etc/emacs/site-start.d/50vc-svn.el was commented out. (?!) Once I uncommented it, emacs recognized t

Re: Parrot Segmentation Fault

2005-04-11 Thread Leopold Toetsch
Cory Spencer <[EMAIL PROTECTED]> wrote: > The latest Parrot CVS checkout segfaults for me on the following code: [ ... ] > It appears that the "store_lex" opcode is to blame - when no lexical pad > has been created and you attempt to store a lexical, the SEGV is > generated. Yep. Throws an exce

Re: [svn:parrot] rev 7800 - trunk/t/perl

2005-04-11 Thread Robert Spier
> Fixed hopefully. > > $ find -name '*.t' | xargs svn ps svn:mime-type text/plain > $ svn ci ... Yes, that'll fix it. Probably worth checking the mime-types for all the other files. > and that dam.. check in runs for more then 10 minutes now Ick. The network pipe is a little congested today,

Re: Welcome to the land of Subversion

2005-04-11 Thread Leopold Toetsch
Robert Spier <[EMAIL PROTECTED]> wrote: > The conversion is done. Great work. Thanks a lot. leo

build/test successful for win32--vc-7.1--perl-5.8.6 post-svn conversion

2005-04-11 Thread jerry gay
just a manual report, since there's no tinderbox running windows. looks like there's no undetectable trouble on windows post svn. thanks robert! only expected tests fail on win32--vc-7.1--perl-5.8.6: Failed Test Stat Wstat Total Fail Failed List of Failed

Re: [PROPOSAL] calling convention abstraction

2005-04-11 Thread Roger Hale
Bob Rogers wrote: From: Roger Hale <[EMAIL PROTECTED]> Date: Thu, 07 Apr 2005 04:23:41 -0400 Leopold Toetsch wrote: > Roger Hale <[EMAIL PROTECTED]> wrote: > >>Leopold Toetsch wrote: >> >>>As @ARGS (or @IN_ARGS, @OUT_ARGS) is being stored in the context, and >>>that cont

[perl #34912] Badly balanced at classes/pmc2c2.pl

2005-04-11 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #34912] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34912 > --- osname= linux osvers= 2.4.0 arch= i586-linux cc= cc --- Flags: cate

Re: [svn:parrot] rev 7800 - trunk/t/perl

2005-04-11 Thread Leopold Toetsch
Jens Rieks wrote: On Monday 11 April 2005 13:48, Ron Blaschke wrote: I think this is just a mime-type issue. Yes, that seems to be the reason. I looks like all *.t files are affected. Fixed hopefully. $ find -name '*.t' | xargs svn ps svn:mime-type text/plain $ svn ci ... and that dam.. check in ru

Re: [svn:parrot] rev 7800 - trunk/t/perl

2005-04-11 Thread Ron Blaschke
Jens Rieks wrote: > On Monday 11 April 2005 13:48, Ron Blaschke wrote: >> I think this is just a mime-type issue. > Yes, that seems to be the reason. I looks like all *.t files are affected. > Is there a way to specify the mime-type on a filetype basis? I think it's always the client deciding the

Re: [svn:parrot] rev 7800 - trunk/t/perl

2005-04-11 Thread Jens Rieks
On Monday 11 April 2005 13:48, Ron Blaschke wrote: > I think this is just a mime-type issue. Yes, that seems to be the reason. I looks like all *.t files are affected. Is there a way to specify the mime-type on a filetype basis? jens

Re: [svn:parrot] rev 7800 - trunk/t/perl

2005-04-11 Thread Ron Blaschke
Nicholas Clark wrote: > On Mon, Apr 11, 2005 at 01:43:39AM -, [EMAIL PROTECTED] wrote: [snip] >> Modified: trunk/t/perl/Parrot_IO.t >> == >> Binary files. No diff available. > Oops. Is this a property thing on all the

Re: Welcome to the land of Subversion

2005-04-11 Thread Nicholas Clark
On Sun, Apr 10, 2005 at 10:54:21AM -0700, Robert Spier wrote: > > The conversion is done. > > http://www.parrotcode.org/source.html zcat svk-mirror-dump | svnadmin load --ignore-uuid ~/.svk/parrot should be zcat svk-bootstrap-dump.gz | svnadmin load --ignore-uuid ~/.svk/parrot Also, if yo

Re: [svn:parrot] rev 7800 - trunk/t/perl

2005-04-11 Thread Nicholas Clark
On Mon, Apr 11, 2005 at 01:43:39AM -, [EMAIL PROTECTED] wrote: > Author: coke > Date: Sun Apr 10 18:43:39 2005 > New Revision: 7800 > > Modified: >trunk/t/perl/Parrot_IO.t > Log: > One of the tests was explicitly checking for CVS, which we're no > longer using. Comment out the test. > >

[perl #34910] [PATCH] t/pmc/nci.t failure with MinGW32

2005-04-11 Thread François
# New Ticket Created by FranÃois PERRAD # Please include the string: [perl #34910] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34910 > Just use gcc with good parameters for build DLL. Francois.cvs -q diff -u Index: co