Patches:
https://github.com/perl6/nqp/commit/41ab646099
https://github.com/rakudo/rakudo/commit/de4b2b3a87
Tests:
https://github.com/perl6/roast/commit/95ee3272ab
Closing ticket.
Coverity can check the C source code for NQP, but AFAIK doesn't work
on code written in NQP.
On 10/19/15, Tobias Leich wrote:
> "Coverity Scan Static Analysis - Find and fix defects in your Java,
> C/C++, C# or JavaScript open source project for free"
>
> How does that work for code written in N
"Coverity Scan Static Analysis - Find and fix defects in your Java,
C/C++, C# or JavaScript open source project for free"
How does that work for code written in NQP?
Cheers, Tobias
Am 17.10.2015 um 00:38 schrieb Jeffrey Ryan Thalhammer:
> Hello everyone-
>
> I'm a longtime Perl5 developer and th
On Mon Oct 19 07:02:44 2015, elizabeth wrote:
> Fixed with a31cc91a0d604a8a74529 . Tests are still needed
>
> > On 19 Oct 2015, at 03:42, Carsten Hartenfels (via RT) > follo...@perl.org> wrote:
> >
> > # New Ticket Created by Carsten Hartenfels
> > # Please include the string: [perl #126394]
Fixed with a31cc91a0d604a8a74529 . Tests are still needed
> On 19 Oct 2015, at 03:42, Carsten Hartenfels (via RT)
> wrote:
>
> # New Ticket Created by Carsten Hartenfels
> # Please include the string: [perl #126394]
> # in the subject line of all future correspondence about this issue.
>
# New Ticket Created by curtis_ovid_...@yahoo.com
# Please include the string: [perl #126391]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126391 >
$ perl6 -e 'say 42/(.1+.2-.3)'Attempt to divide 420 by zero using div in b
# New Ticket Created by curtis_ovid_...@yahoo.com
# Please include the string: [perl #126390]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126390 >
I was trying to write up a new concurrency examples for a talk when I
encou
# New Ticket Created by Carsten Hartenfels
# Please include the string: [perl #126394]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126394 >
This bug is for Rakudo version 2015.09-419-gfae01fb built on MoarVM
version 2015.09
# New Ticket Created by Ben Noordhuis
# Please include the string: [perl #126395]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126395 >
$ perl6 --version
This is perl6 version 2015.09-419-gfae01fb built on MoarVM version
201
Hello everyone-
I'm a longtime Perl5 developer and the creator of Perl::Critic. More
recently, I started working for Coverity, which makes commercial static
analysis tools.
Coverity offers a free analysis service through scan.coverity.com. This
service is used by thousands of open source projects
The design docs indicate that square brackets need to be used, which works with
rakudo:
constant $foo="+"; say &infix:[$foo](3, 4)
rakudo-moar 4b1df7: OUTPUT«7»
So, this is closable with test?
Patch: https://github.com/rakudo/rakudo/commit/4b1df7b018
Tests: https://github.com/perl6/roast/commit/0478776107
Closing ticket.
Added test: https://github.com/perl6/roast/commit/f50149e607
Closing ticket.
The semantics of push got revised in the meantime, and a new method called
"append" got added:
m: my @a = 1,2,3; my @b; @b.push: @a,; dd @b
rakudo-moar fae01f: OUTPUT«Array @b = [[1, 2, 3],]»
m: my @a = 1,2,3; my @b; @b.push: @a; dd @b
rakudo-moar fae01f: OUTPUT«Array @b = [[1, 2, 3],]»
m: my
14 matches
Mail list logo