[perl6/specs] f64807: it's illegal to assign/bind a non-existing dynvar

2010-11-19 Thread noreply
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: f648072e0447cffa95bd320583a1f527bebe3577 https://github.com/perl6/specs/commit/f648072e0447cffa95bd320583a1f527bebe3577 Author: TimToady Date: 2010-11-19 (Fri, 19 Nov 2010) Changed paths: M S02-bits.pod Log Messag

[perl #79466] [BUG] Can refer to a module before declaring it in Rakudo

2010-11-19 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #79466] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=79466 > rakudo: Foo::bar(); module Foo { our sub bar() { say "ok" } } rakudo : OUTPUT«Could no

[perl #79464] [BUG] Null PMC access when accessing module variable from within sub called from outside the module in Rakudo

2010-11-19 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #79464] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=79464 > rakudo: Foo::bar(); module Foo { our $x = 42; our sub bar() { $x.say } } rakudo : OUTP

Re: exponentiation of Duration's

2010-11-19 Thread Carl Mäsak
Darren (>>>), Carl (>>), Darren (>): >>> Specific units, even "seconds" should not be mentioned at all in the >>> definition of "Instant" or "Duration"; instead, any particular units or >>> calendars or whatever would just be a property of the composing class. >> >> No disrespect, but it was the ab

[perl6/specs] dd9966: [S02] do not autocurry sequence operators at all

2010-11-19 Thread noreply
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: dd9966d1193b10e8f3bc9f31754dc87517b7fc8f https://github.com/perl6/specs/commit/dd9966d1193b10e8f3bc9f31754dc87517b7fc8f Author: Moritz Lenz Date: 2010-11-19 (Fri, 19 Nov 2010) Changed paths: M S02-bits.pod Log Mes

Re: Unable to build Rakudo - make fails on perl6-grammar.pir with 'Killed'

2010-11-19 Thread Ian Kent
Hi both Thanks for your quick replies. "Are you trying to build this on a 128MB VM slice or something?" - You hit the nail on the head - you even got the memory allocation spot on! Had been using a VM I built to run the w3c validator and completely forgotten I'd dropped the memory down to min

Re: Unable to build Rakudo - make fails on perl6-grammar.pir with 'Killed'

2010-11-19 Thread Stefan O'Rear
On Fri, Nov 19, 2010 at 09:45:26AM +0100, Moritz Lenz wrote: > Hi, > > thanks for your report > > Am 19.11.2010 09:24, schrieb Ian Kent: > >I've been trying to build Rakudo from source using Ubuntu Server 10.10. > >Configure.pl ran successfully but running make always ends with the > >following

Re: Unable to build Rakudo - make fails on perl6-grammar.pir with 'Killed'

2010-11-19 Thread Moritz Lenz
Hi, thanks for your report Am 19.11.2010 09:24, schrieb Ian Kent: I've been trying to build Rakudo from source using Ubuntu Server 10.10. Configure.pl ran successfully but running make always ends with the following error: make: *** [src/gen/perl6-grammar.pir] Killed Am I doing something wro

Re: Parrot 2.10.1 released!

2010-11-19 Thread Andy Dougherty
On Thu, 18 Nov 2010, Gerd Pokorra wrote: > On behalf of the Parrot team, I'm proud to announce Parrot 2.10.1 > "(bugfix release)." Parrot (http://parrot.org/) is a virtual machine > aimed at running all dynamic languages. > > Parrot 2.10.1 is available on Parrot's FTP site, or by following the >

Unable to build Rakudo - make fails on perl6-grammar.pir with 'Killed'

2010-11-19 Thread Ian Kent
Hi I've been trying to build Rakudo from source using Ubuntu Server 10.10. Configure.pl ran successfully but running make always ends with the following error: make: *** [src/gen/perl6-grammar.pir] Killed Am I doing something wrong or am I just missing some library or other? I've googled thi

Re: dimensionality in Perl 6

2010-11-19 Thread Moritz Lenz
Am 19.11.2010 05:45, schrieb Jon Lang: On Thu, Nov 18, 2010 at 8:25 PM, Carl Mäsak wrote: Jon (>): Here's my proposal for how to handle dimensionality in Perl 6: [...] Thoughts? The idea has come up before, everyone thinks that Perl 6 and unit handling are a good fit for each other, and we