[perl #77246] _~*.A parses in Rakudo but fails in STD

2013-05-29 Thread Will Coleda via RT
On Wed Nov 21 08:31:03 2012, FROGGS.de wrote: > same like std now: > > rakudo: _~*.A > rakudo bf472b: OUTPUT«===SORRY!===␤CHECK FAILED:␤Undefined > routine '&_' called (line 1)␤» ... So, closable with tickets, thanks! -- Will "Coke" Coleda

[perl #112788] [BUG] Strange internal error when a Rat is raised to a very large power in Rakudo

2013-05-29 Thread Will Coleda via RT
On Sat Nov 17 15:36:41 2012, coke wrote: > On Sun May 06 09:53:31 2012, masak wrote: > > r: say 1.001 ** (10 ** 9) > > rakudo d9fd17: OUTPUT«Nominal type check failed for parameter > > '$nu'; expected Int but got Num instead␤ in sub DIVIDE_NUMBERS at > > src/gen/CORE.setting [...] > > that'

[perl #112682] For rakudo star, make spectest_smolder doesn't post to smolder

2013-05-29 Thread Will Coleda via RT
On Sun Apr 29 09:08:26 2012, ronaldxs wrote: > It tries to get a git version for the smolder server and since it can't > find one for a basic rakudo star install t/spec it gets into trouble. A > cleaner fix can be put in when RT 112680 is resolved. Until then I > include a workaround: > > Tak

[perl #114760] [BUG] Minus thirteen billion years ago becomes minus 115 million years ago in DateTime.new in Rakudo

2013-05-29 Thread Will Coleda via RT
On Wed Sep 05 04:56:22 2012, masak wrote: > r: say Date.new(-13_000_000_000, 1, 1) > rakudo cc1858: OUTPUT«-115098112-01-01␤» > o.O > I suppose -115098112 above is a bug? > r: say -13_000_000_000 > rakudo cc1858: OUTPUT«-130␤» > * masak submits rakudobug This seems consistent with tr

[perl #114714] [BUG][STAR] Cygwin build off by one Makefile.in line for 2012-08.

2013-05-29 Thread Will Coleda via RT
On Sun Sep 02 14:31:10 2012, ronaldxs wrote: > Once again I came across a small Makefile critter that blocks the build > of Rakudo Star 2012-08 on Cygwin. It appears that Star uses the 2012.08 > tag for NQP in Rakudo Star which is the following commit with, what > would appear to be, a small ov

[perl #78126] [TODO] [star] separate build and install steps

2013-05-29 Thread Will Coleda via RT
On Wed Sep 29 05:37:37 2010, moritz wrote: > Currently in Rakudo Star, 'make' only builds the compiler, and 'make > install' builds the modules and installs them. > > If somebody wants to install into a location that's not writable by the > current user, it is important that the 'make install' ste

[perl #114206] segfault in Proxy STORE => sub

2013-05-29 Thread Will Coleda via RT
On Thu Jul 19 14:48:32 2012, softmoth wrote: > Rakudo 'nom' branch from today crashes in > S06-routine-modifiers/lvalue-subroutines.t. Test condensed down to the > following: > > sub checklastval () is rw { > Proxy.new( > FETCH => sub ($self) { }, > STORE => sub ($self, $val) {

[perl #83720] [BUG] There's a method .reals on Complex that gives the real and imaginary parts

2013-05-29 Thread Will Coleda via RT
On Tue Feb 08 16:28:48 2011, masak wrote: > is there a method that pulls out .re and .im as a list > .reals > that's so misnamed > what PerlJam said. > * masak considers getting a #perl6 badge "API naming curmudgeon" > rakudo: say (1+2i).reals.fmt("%7.3f") > rakudo cad076: OUTPUT« 1.000 2.

[perl #78324] [BUG] Sequence operator produces Rats which it should produce Ints

2013-05-29 Thread Will Coleda via RT
On Sun Feb 20 08:07:38 2011, moritz wrote: > On Sun Oct 10 16:19:38 2010, masak wrote: > > rakudo: ~(64,32,16 ...^ Rat) > > that ought to work > > rakudo 668719: OUTPUT«(timeout)» > > but it doesn't > > FWIW this now terminates, but quite early: > > 17:04 < moritz_> rakudo: say ~(64,32,16 ...

[perl #76882] method reference causes Null PMC

2013-05-29 Thread Will Coleda via RT
On Mon Oct 03 11:48:33 2011, coke wrote: > On Sat Jul 31 14:20:52 2010, wenzel.peppme...@gmx.de wrote: > > use v6; > > > > class A { > >method b(){ say 'butterfly'; }; > > }; > > > > my $a = A.new(); > > my $method_ref = $a.^can('b'); > > $method_ref($a); > > > > sub foo($o, $m){ > >$m($

[perl #81502] BEGIN time error messages lack line numbers

2013-05-29 Thread Will Coleda via RT
On Fri Dec 31 09:02:30 2010, moritz wrote: > moritz@jacq:~/p6/rakudo>./perl6 -e 'BEGIN { a() }' > ===SORRY!=== > Could not find sub &a > moritz@jacq:~/p6/rakudo>./perl6 -e 'a()' > Could not find sub &a > in main program body at line 1 > > Any code run at BEGIN time lacks a stack trace, which is

ezmlm warning

2013-05-29 Thread perl6-language-help
Hi! This is the ezmlm program. I'm managing the perl6-langu...@perl.org mailing list. I'm working for my owner, who can be reached at perl6-language-ow...@perl.org. Messages to you from the perl6-language mailing list seem to have been bouncing. I've attached a copy of the first bounce message I

Re: [perl #85750] Test failures on OpenBSD

2013-05-29 Thread Will Coleda
How are you running the spec tests? - it looks like you've included some that are not marked as runnable by rakudo. You need "make spectest". On Mon, May 27, 2013 at 12:36 PM, Pascal Stumpf wrote: > On Sat, 25 May 2013 22:08:00 -0700, "Will Coleda via RT" wrote: > > On Wed Mar 09 10:38:06 201

Re: [perl #85750] Test failures on OpenBSD

2013-05-29 Thread Tobias Leich
Hi, does this happen with parrot-5.2 too? Looks like I should set up a vm for testing... Am 27.05.2013 18:36, schrieb Pascal Stumpf: > On Sat, 25 May 2013 22:08:00 -0700, "Will Coleda via RT" wrote: >> On Wed Mar 09 10:38:06 2011, pascal.stu...@cubes.de wrote: >>> The following test failures have

[perl6/specs] 4f0895: add lsb and msb methods to Int

2013-05-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 4f0895bf8669b8a87d9b257172b89e736108f061 https://github.com/perl6/specs/commit/4f0895bf8669b8a87d9b257172b89e736108f061 Author: Larry Wall Date: 2013-05-29 (Wed, 29 May 2013) Changed paths: M S32-set