Re: LTA error message on undeclared variable: too few positional arguments

2010-10-21 Thread Nicolas
On Oct 9, 5:57 pm, perl6-bugs-follo...@perl.org (Moritz Lenz) wrote: # New Ticket Created by  Moritz Lenz # Please include the string:  [perl #78302] # in the subject line of all future correspondence about this issue. # URL:http://rt.perl.org/rt3/Ticket/Display.html?id=78302 17:55 +p6eval

[perl #78496] [BUG] $pair.Capture returns an empty Capture in Rakudo

2010-10-21 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #78496] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=78496 masak rakudo: my $pair = OH HAI = 42; my (Pair (:$key, :$value)) := $pair; .say for

Re: threads?

2010-10-21 Thread Aaron Sherman
I've done quite a lot of concurrent programming over the past 23ish years, from the implementation of a parallelized version of CLIPS back in the late 80s to many C, Perl, and Python projects involving everything from shared memory to process pooling to every permutation of hard and soft thread

Re: threads?

2010-10-21 Thread Aaron Sherman
On Tue, Oct 12, 2010 at 10:22 AM, Damian Conway dam...@conway.org wrote: Perhaps we need to think more Perlishly and reframe the entire question. Not: What threading model do we need?, but: What kinds of non-sequential programming tasks do we want to make easy...and how would we like to be

Re: threads?

2010-10-21 Thread Darren Duncan
Aaron Sherman wrote: On Tue, Oct 12, 2010 at 10:22 AM, Damian Conway dam...@conway.org wrote: Perhaps we need to think more Perlishly and reframe the entire question. Not: What threading model do we need?, but: What kinds of non-sequential programming tasks do we want to make easy...and how

[perl #78510] make() with Hash argument sets $/.ast to pairlist

2010-10-21 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #78510] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=78510 01:31 +p6eval rakudo d35769: OUTPUT«a = 1␤» 01:32 moritz_ rakudo: class A { method

Tweaking junctions

2010-10-21 Thread Damian Conway
I've been thinking about junctions, and I believe we may need a small tweak to (at least) the jargon in one part of the specification. Specificially, in S32-setting-library_Containers.pod, we currently have: =item !eigenstates method !eigenstates (Junction $j: -- Parcel)