# New Ticket Created by Justin DeVuyst
# Please include the string: [perl #124161]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=124161 >
Hello,
Please see below.
-jdv
18:04 < jdv79> m: my @a = 1; for @a -> $a is rw { $a :
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: c340ab68ec8caeb1f36db271db1dd398e4d83d3d
https://github.com/perl6/specs/commit/c340ab68ec8caeb1f36db271db1dd398e4d83d3d
Author: TimToady
Date: 2015-03-23 (Mon, 23 Mar 2015)
Changed paths:
M S32-setti
# New Ticket Created by "Brian S. Julin"
# Please include the string: [perl #124162]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=124162 >
Code that runs fine before precomp, breaks when an array of native
arrays is used af
On Mon, Mar 23, 2015 at 5:25 PM, Henk van Oers wrote:
>>> From 2005, but still a fantastic primer on testing in Perl.
> Sorry Tom.
> I think you must read a book about OO.
I will go back and review OO, Henk.
Thanks.
Best,
-Tom
On Mon, Mar 23, 2015 at 5:53 PM, Elizabeth Mattijsen wrote:
>> On 23 Mar 2015, at 23:50, Tom Browder wrote:
>> Question: Would it be better to submit pull requests for some (or
>> all) for the rakudo Test module or start creating a new Test::*
>> module?
> Good question.
> What functionality are
> On 23 Mar 2015, at 23:50, Tom Browder wrote:
>
> I have some tests needed for a Perl 5 module I'm trying to translate
> from Perl 5 to Perl 6 that aren't available yet.
>
> Question: Would it be better to submit pull requests for some (or
> all) for the rakudo Test module or start creating a
I have some tests needed for a Perl 5 module I'm trying to translate
from Perl 5 to Perl 6 that aren't available yet.
Question: Would it be better to submit pull requests for some (or
all) for the rakudo Test module or start creating a new Test::*
module?
Thanks.
Best,
-Tom
[...]
From 2005, but still a fantastic primer on testing in Perl.
Sorry Tom.
I think you must read a book about OO.
Unsubscribing from this list now,
Regards,
Henk
(resending to p6u)
Tom (>>), Henk (>):
> > That doesn't seem to work with private methods. Any trick to accomplish
> > that?
>
> What part of 'private' did you mis?
Henk, that's an unnecessarily harsh way to say "Private methods are
private and not visible or testable outside of the class."
In
On Mon, Mar 23, 2015 at 9:35 AM, Bruce Gray wrote:
>> Any recommendations for books on the subject?
> http://shop.oreilly.com/product/9780596100926.do
> Perl Testing: A Developer's Notebook
> by Ian Langworth and Chromatic
>
> From 2005, but still a fantastic primer on testing in P
On Mon, Mar 23, 2015 at 11:28 AM, B. Estrade wrote:
> As good as this book is, it's still Perl 5 specific. So watch out if you're
> coming from Perl 5 land and Heaven forbid you're looking to do traditional
> things, you might get scolded for asking a reasonable question. o_O.
Roger!
Thanks, Bre
As good as this book is, it's still Perl 5 specific. So watch out if you're
coming from Perl 5 land and Heaven forbid you're looking to do traditional
things, you might get scolded for asking a reasonable question. o_O.
Brett
On Mon, Mar 23, 2015 at 10:41 AM, Elizabeth Mattijsen
wrote:
> > On 2
On Mar 23, 2015, at 8:11 AM, Tom Browder wrote:
> On Mon, Mar 23, 2015 at 7:04 AM, Tom Browder wrote:
>> From your and Henk's comments, I think I need to learn a lot more about
>> testing in general.
>
> Any recommendations for books on the subject?
>
> -Tom
http://shop.oreilly.com/product/9
On Mon, Mar 23, 2015 at 10:41 AM, Elizabeth Mattijsen wrote:
>> On 23 Mar 2015, at 14:11, Tom Browder wrote:
>> Any recommendations for books on the subject?
>
> Perl Testing - A Developer’s notebook:
Thanks, Liz--getting it!
-Tom
> On 23 Mar 2015, at 14:11, Tom Browder wrote:
> On Mon, Mar 23, 2015 at 7:04 AM, Tom Browder wrote:
>> From your and Henk's comments, I think I need to learn a lot more about
>> testing in general.
> Any recommendations for books on the subject?
Perl Testing - A Developer’s notebook:
http://sh
On Mon, Mar 23, 2015 at 7:04 AM, Tom Browder wrote:
> From your and Henk's comments, I think I need to learn a lot more about
> testing in general.
Any recommendations for books on the subject?
-Tom
On Mar 23, 2015 3:19 AM, "Moritz Lenz" wrote:
> That said, I wonder why tests need introspection at all. I mean, you test
by
> doing example calls and comparing to expected example return values.
No argument from me. I am at the point of trying to replicate, in Perl 6,
somene else's test suite (
Hi,
On 03/23/2015 01:48 AM, Henk van Oers wrote:
On Sun, 22 Mar 2015, Tom Browder wrote:
On Sun, Mar 22, 2015 at 7:13 PM, Henk van Oers wrote:
On Sun, 22 Mar 2015, Tom Browder wrote:
I'm trying to write a test.
To test what? Your own typo's?
The tests are for a public Perl 6 module trans
18 matches
Mail list logo