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
===
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
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 B
SKIP: {
skip $why, $how_many if $condition;
...normal testing code goes here...
}
>
Nicholas Clark via RT wrote:
> 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 B
>
> SKIP: {
> skip $why, $how_many if $condition;
>
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.
> # http://rt.perl.org/rt3/Ti
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #41496]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41496 >
The profiling options specified in config/init/defaults.pm should be
moved into their o
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #41497]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41497 >
The profiling options used in config/init/defaults.pm are specific to
gcc. This should
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 f
# New Ticket Created by Jerry Gay
# Please include the string: [perl #41498]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41498 >
CPAN doesn't like parrot's F, as it expects
F. in order to conform, we should create F
whic
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #41499]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41499 >
The architecture-setting compiler options are possibly gcc specific in
config/init/defa
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #41500]
# in the subject line of all future correspondence about this issue.
# 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 and 64
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
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
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 comm
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,
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 examples
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
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 comm
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.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41485 >
svn:eol
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.
>
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
==
--- doc/trunk/des
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
==
--- doc/trunk/de
22 matches
Mail list logo