[svn:parrot-pdd] r16965 - trunk/docs/pdds/draft

2007-02-13 Thread allison
Author: allison Date: Tue Feb 13 02:00:10 2007 New Revision: 16965 Modified: trunk/docs/pdds/draft/pdd15_objects.pod Log: [pdd]: Update to reflect core conceptual changes to Objects PDD. Modified: trunk/docs/pdds/draft/pdd15_objects.pod

Re: [perl #41478] [PATCH] add Test::More::skip()

2007-02-13 Thread Allison Randal
Why the reversed order of arguments from Test::Builder.skip? It seems that: skip(5, 'lengthy message about reasoning') is more readable than: skip('lengthy message about reasoning', 5) Is the assumption that skipping a single test with a message is more common than skipping a number of tests

Re: [perl #41478] [PATCH] add Test::More::skip()

2007-02-13 Thread Nicholas Clark
On Tue, Feb 13, 2007 at 11:44:01AM +0200, Allison Randal wrote: Why the reversed order of arguments from Test::Builder.skip? Well, it's not reversed from Perl 5's Test::Builder =item BSKIP: BLOCK SKIP: { skip $why, $how_many if $condition; ...normal testing code goes here... }

Re: [perl #41485] [TODO] Add a test for svn:eol-style property

2007-02-13 Thread Paul Cochrane
On 12/02/07, jerry gay [EMAIL PROTECTED] wrote: On 2/11/07, via RT Paul Cochrane [EMAIL PROTECTED] wrote: # New Ticket Created by Paul Cochrane # Please include the string: [perl #41485] # in the subject line of all future correspondence about this issue. # URL:

[perl #41496] [TODO] config - profiling options should have their own step in config/init/defaults.pm

2007-02-13 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #41496] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41496 The profiling options specified in config/init/defaults.pm should be moved into

[perl #41497] [TODO] config - profiling options are specific to gcc in config/init/defaults.pm

2007-02-13 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #41497] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41497 The profiling options used in config/init/defaults.pm are specific to gcc. This

Re: [perl #41485] [TODO] Add a test for svn:eol-style property

2007-02-13 Thread Jonathan Worthington
Paul Cochrane wrote: Do users on Windows have major problems editing the files because they're all (mostly) UNIX line endings? Yes. Even things I may use that can handle input with UNIX line endings, tend to spit out files with Windows line endings too. I rely on eol-style being set to native

[perl #41498] [TODO] create Makefile.PL for CPAN friendliness

2007-02-13 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41498] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41498 CPAN doesn't like parrot's FConfigure.pl, as it expects FMakefile.PL. in order to

[perl #41499] [TODO] config - 32/64 bit architecture setting gcc specific

2007-02-13 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #41499] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41499 The architecture-setting compiler options are possibly gcc specific in

[perl #41500] [TODO] config - lib directory needs to be set appropriately for 32/64 bit archs

2007-02-13 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #41500] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41500 In config/init/defaults.pm the lib install path needs to be set correctly for 32

[perl #40722] [TODO] Tcl - implement [file dirname]

2007-02-13 Thread Nuno Carvalho via RT
On Wed Nov 08 09:17:21 2006, ptc wrote: Implement the stub routine 'dirname' in languages/tcl/runtime/builtin/file.pir This ticket is in response to cage task #39704. Implemented in revision 16967, this implementation looks more complicated that what should be in order to cover some edge

Re: [perl #41478] [PATCH] add Test::More::skip()

2007-02-13 Thread chromatic
On Tuesday 13 February 2007 06:25, Sam Vilain wrote: Why the reversed order of arguments from Test::Builder.skip? multi-sub? skip string skip int, string Seems appropriate to me. Now if the former were a curried version of the latter, installed as a multi -- c

Porting parrot on PDA -- work in progress

2007-02-13 Thread Aldo Calpini
whoa there! I've managed to build parrot for the PocketPC. yes, really. I hacked just a little the Configure process - now it _really_ compiles test executables, run them on the PDA and gather the result. this wasn't really hard. I had a half-written Perl XS extension which uses RAPI to

Re: Negative array subscripts

2007-02-13 Thread Smylers
Jonathan Scott Duff writes: On 2/6/07, Smylers [EMAIL PROTECTED] wrote: Blair Sutton writes: David Green wrote: In some ways, I like not having a [0] index at all: programmers may be used to counting from zero, but normal humans start with first, second, third, ... third

Re: Porting parrot on PDA -- work in progress

2007-02-13 Thread Joshua Isom
On Feb 13, 2007, at 1:28 PM, Aldo Calpini wrote: whoa there! furthermore, the Configure process uses $^O here and there, and this should eventually be replaced by an --arch=something parameter to Configure.pl (which defaults to $^O, of course). my parrot does indeed run some of the

Re: Porting parrot on PDA -- work in progress

2007-02-13 Thread Patrick R. Michaud
On Tue, Feb 13, 2007 at 08:28:38PM +0100, Aldo Calpini wrote: I've managed to build parrot for the PocketPC. yes, really. I would appreciate any feedback :-) Feedback: Truly amazing, and terrific work. Aldo++ Pm

Re: [perl #41485] [TODO] Add a test for svn:eol-style property

2007-02-13 Thread James E Keenan
jerry gay wrote: On 2/11/07, via RT Paul Cochrane [EMAIL PROTECTED] wrote: # New Ticket Created by Paul Cochrane # Please include the string: [perl #41485] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41485

Re: [perl #41485] [TODO] Add a test for svn:eol-style property

2007-02-13 Thread jerry gay
On 2/13/07, James E Keenan [EMAIL PROTECTED] wrote: jerry gay wrote: On 2/11/07, via RT Paul Cochrane [EMAIL PROTECTED] wrote: # New Ticket Created by Paul Cochrane # Please include the string: [perl #41485] # in the subject line of all future correspondence about this issue. # URL:

[svn:perl6-synopsis] r13585 - doc/trunk/design/syn

2007-02-13 Thread larry
Author: larry Date: Tue Feb 13 23:07:00 2007 New Revision: 13585 Modified: doc/trunk/design/syn/S02.pod Log: Got rid of quote declarator. Just use a macro. Modified: doc/trunk/design/syn/S02.pod == ---

[svn:perl6-synopsis] r13586 - doc/trunk/design/syn

2007-02-13 Thread larry
Author: larry Date: Tue Feb 13 23:22:05 2007 New Revision: 13586 Modified: doc/trunk/design/syn/S02.pod Log: typos changed :to be the short form for :heredoc Modified: doc/trunk/design/syn/S02.pod == ---