I've spotted a flaw in the way I revised each of the t/steps/*.t files.
Trying to match an exact (true) return value in the 2nd test is too
strict; will generate a failure if, after successfully completing
configuration, you go back and call 'prove' or 'perl -d' on an
individual test.
Am working
On Tue Feb 26 19:02:04 2008, [EMAIL PROTECTED] wrote:
> Patch applied tonight in r26082.
There's a bit of mop-up work needed as pointed out by chromatic on #parrot.
1. Should 'lib/Test' be removed from the:
no_index:
directory:
element in META.yml. I felt it should, because that direct
Patch applied tonight in r26082.
I think this ticket is resolved. Who can sign off on this?
Jonathan Worthington wrote:
Hi,
We have for testing isa relationships both:
INTVAL isa_pmc(PMC* lookup)
INTVAL isa(STRING* _class)
However for the does test, we have just:
INTVAL does(STRING* method)
I'm thinking we should have a does_pmc variant too?
Sensible. Make it so.
Also, I'm not s
The patch looks good to me. I applied it on Debian Linux, called 'perl
configure.pl --test --configure_trace' -- the last option creates a
hidden file in the top-level directory which is cleaned up by 'make
realclean', hence providing a real-world test -- then 'make', 'make
test' and 'make realcl
Hi,
We have for testing isa relationships both:
INTVAL isa_pmc(PMC* lookup)
INTVAL isa(STRING* _class)
However for the does test, we have just:
INTVAL does(STRING* method)
I'm thinking we should have a does_pmc variant too? Also, I'm not sure
why the name of the string taken there is method,
Author: larry
Date: Tue Feb 26 12:52:21 2008
New Revision: 14519
Modified:
doc/trunk/design/syn/S11.pod
Log:
typo from mab++
Modified: doc/trunk/design/syn/S11.pod
==
--- doc/trunk/design/syn/S11.pod(original
Author: larry
Date: Tue Feb 26 11:32:10 2008
New Revision: 14518
Modified:
doc/trunk/design/syn/S11.pod
Log:
make protos and multis export by default
Modified: doc/trunk/design/syn/S11.pod
==
--- doc/trunk/design/syn
chromatic wrote:
On Sunday 24 February 2008 18:41:23 Bob Rogers wrote:
Granted, and it's tough to make a PMC truly read-only until after it's
completely initialized . . .
There's a similar problem for accessors and setters. Again, that's
solveable with more code or more cleverness.
So,
Author: larry
Date: Tue Feb 26 10:19:41 2008
New Revision: 14517
Modified:
doc/trunk/design/syn/S11.pod
Log:
typo -'f++
Modified: doc/trunk/design/syn/S11.pod
==
--- doc/trunk/design/syn/S11.pod(original)
+++
Typo nit:
On Tue, 2008-02-26 at 09:42 -0800, [EMAIL PROTECTED] wrote:
> +file in the Standard Dialect (which itself has versions that correspond
> +to the same version of the official Perl test suite. Eval strings,
Appears to be missing a ')' before the '.'
-'f
Andrew Parker via RT wrote:
On Thu Jun 28 16:34:17 2007, [EMAIL PROTECTED] wrote:
While comparing pdd15_objects compared to the tests located in
t/pdd15oo we cannot find evidence the following tests exist:
callmethodsupercc
callmethodnextcc
newclass
get_class
removeparent
removeattribute
addrole
Author: larry
Date: Tue Feb 26 09:42:40 2008
New Revision: 14516
Modified:
doc/trunk/design/syn/S06.pod
doc/trunk/design/syn/S11.pod
doc/trunk/design/syn/S12.pod
Log:
spelling inconsistency noted by Brandon S. Allbery++
refinements of definition of immutable interface versioning
Modifi
--- Dave Rolsky <[EMAIL PROTECTED]> wrote:
> I think this is mostly TPF's communications problem. People don't
> know about the grants, or don't know what is likely to be accepted,
> don't know when to apply, etc.
Suggestions on this are welcome. Grant application time is usually
accompanied by
15 matches
Mail list logo