[perl #41014] [PATCH] Autobox Native Types for MultiSubs

2006-11-28 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #41014] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41014 > This patch address #40968: [BUG] underscore as :multi arg doesn't work as expected.

[svn:perl6-synopsis] r13485 - doc/trunk/design/syn

2006-11-28 Thread larry
Author: larry Date: Tue Nov 28 20:06:15 2006 New Revision: 13485 Modified: doc/trunk/design/syn/S06.pod Log: Er, fixed other typo in the same word... Modified: doc/trunk/design/syn/S06.pod == --- doc/trunk/design/syn

Re: [svn:perl6-synopsis] r13483 - doc/trunk/design/syn

2006-11-28 Thread Darren Duncan
At 5:28 PM -0800 11/28/06, [EMAIL PROTECTED] wrote: Author: larry Date: Tue Nov 28 17:27:59 2006 New Revision: 13483 Modified: doc/trunk/design/syn/S06.pod Log: Distinguished Set and Bag values from KeySet and KeyBag containers. Ah, thank you. A nice clean-looking solution which accounts

[svn:perl6-synopsis] r13484 - doc/trunk/design/syn

2006-11-28 Thread larry
Author: larry Date: Tue Nov 28 19:22:48 2006 New Revision: 13484 Modified: doc/trunk/design/syn/S06.pod Log: typo Modified: doc/trunk/design/syn/S06.pod == --- doc/trunk/design/syn/S06.pod(original) +++ doc/t

Re: beg for Bag

2006-11-28 Thread Jonathan Lang
TSa wrote: 1) It is a multiset generalization of Set 2) It is a supertype of Set and Seq (a Set can of course be build from a Seq). That is 'Set does Bag' and 'Seq does Bag'. Note that a Seq is a ready-made Bag and if it happens to have no duplicates it behaves like a Set. 3) It has s

Re: [perl #41000] Can't compile simple parrot example with latest stable parrot

2006-11-28 Thread Will Coleda
On Nov 28, 2006, at 7:55 PM, Paul Cochrane wrote: On 11/28/06, Matt Diephouse <[EMAIL PROTECTED]> wrote: On 11/27/06, via RT Bob Wilkinson [EMAIL PROTECTED]> wrote: > # New Ticket Created by Bob Wilkinson > # Please include the string: [perl #41000] > # in the subject line of all future corr

[svn:perl6-synopsis] r13483 - doc/trunk/design/syn

2006-11-28 Thread larry
Author: larry Date: Tue Nov 28 17:27:59 2006 New Revision: 13483 Modified: doc/trunk/design/syn/S06.pod Log: Distinguished Set and Bag values from KeySet and KeyBag containers. Modified: doc/trunk/design/syn/S06.pod

Re: [perl #41000] Can't compile simple parrot example with latest stable parrot

2006-11-28 Thread Paul Cochrane
On 11/28/06, Matt Diephouse <[EMAIL PROTECTED]> wrote: On 11/27/06, via RT Bob Wilkinson <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Bob Wilkinson > # Please include the string: [perl #41000] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org

Re: beg for Bag

2006-11-28 Thread Darren Duncan
At 7:08 PM + 11/28/06, Smylers wrote: TSa writes: I want to propose the addition of a Bag type Different from the C that's already mentioned in Synopsis 3? Smylers TSa wasn't the first person to ask for an explicit Bag type. I did too, a few weeks ago. And one reason for that was exa

Re: Initial feedback on PAST-pm, or Partridge

2006-11-28 Thread Leopold Toetsch
Am Dienstag, 28. November 2006 08:51 schrieb Patrick R. Michaud: > But come to think of it, if we had something like Capture PMCs > available as a standard type (and an easy way to generate > them in PIR), then the existing :vtable('init') would be > quite sufficient. Another note. Yes, a core Cap

Re: Initial feedback on PAST-pm, or Partridge

2006-11-28 Thread Leopold Toetsch
Am Dienstag, 28. November 2006 08:51 schrieb Patrick R. Michaud: > I'm half-way > > > inclined to see that as a limitation in Parrot that needs to be fixed > > rather than a problem with these classes. > > Having dealt with this in both PGE and at least two PAST > implementations, I certainly see i

Re: beg for Bag

2006-11-28 Thread Smylers
TSa writes: > I want to propose the addition of a Bag type Different from the C that's already mentioned in Synopsis 3? Smylers

beg for Bag

2006-11-28 Thread TSa
HaloO, as a spin-off of the 'Set-returning .keys (was Re: Smart Matching clarification)' thread I want to propose the addition of a Bag type that completes the set of immutable types. It shall have the following properties. 1) It is a multiset generalization of Set 2) It is a supertype of Set an

Re: Set-returning .keys (was Re: Smart Matching clarification)

2006-11-28 Thread TSa
HaloO, Darren Duncan wrote: This may be a non-issue from a user's viewpoint, but as a user, I want set operations that have sets as input to return sets as output by default. Eg, unioning 2 Set that have common values should return a Set. First of all the operations could be overloaded. Secon

Re: [perl #41000] Can't compile simple parrot example with latest stable parrot

2006-11-28 Thread Patrick R. Michaud
On Mon, Nov 27, 2006 at 03:15:17PM -0800, Bob Wilkinson wrote: > # New Ticket Created by Bob Wilkinson > # Please include the string: [perl #41000] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=41000 > > > My second 10

Re: [perl #41000] Can't compile simple parrot example with latest stable parrot

2006-11-28 Thread Matt Diephouse
On 11/27/06, via RT Bob Wilkinson <[EMAIL PROTECTED]> wrote: # New Ticket Created by Bob Wilkinson # Please include the string: [perl #41000] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket /Display.html?id=41000 > My second 10 line parrot

Re: [perl #40999] Latest version of parrot doesn't make test

2006-11-28 Thread Patrick R. Michaud
On Mon, Nov 27, 2006 at 02:59:45PM -0800, Bob Wilkinson wrote: > I have recently installed parrot from svn, but get errors during > make. I see the same errors on a x86 running unstable Debian, and > a sparc running Gentoo. > > typing perl Configure.pl && make ends with: > [...] > gmake -C compile

Re: [perl #40998] [PATCH] Fix build error on Win32

2006-11-28 Thread Ron Blaschke
Nikolay Ananiev (via RT) wrote: > # New Ticket Created by "Nikolay Ananiev" > # Please include the string: [perl #40998] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=40998 > > When build_dir contains spaces the build p

Re: Set-returning .keys

2006-11-28 Thread Darren Duncan
At 10:54 AM +0100 11/28/06, Ruud H.G. van Tol wrote: > To start off with, I agree with your comment about making Set the main type and making Bag an extension built upon that, as complex is built upon num, etc. I don't think that will work out. Modification of a Set is more complex than mod

Re: Set-returning .keys

2006-11-28 Thread Dr.Ruud
Smylers schreef: > Ruud H.G. van Tol: >> Darren Duncan: >>> TSa: set operations ... make them Bag operations to start with. >>> >>> I agree with ... making Set the main type and making Bag an >>> extension built upon that, as complex is built upon num, etc. >> >> I don't think that will work

[perl #40999] Latest version of parrot doesn't make test

2006-11-28 Thread via RT
# New Ticket Created by Bob Wilkinson # Please include the string: [perl #40999] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40999 > I have recently installed parrot from svn, but get errors during make. I see the same e

Re: Set-returning .keys

2006-11-28 Thread Smylers
Ruud H.G. van Tol writes: > Darren Duncan schreef: > > > TSa: > > > > set operations ... make them Bag operations to start with. > > > I agree with ... making Set the main type and making Bag an > > extension built upon that, as complex is built upon num, etc. > > I don't think that will work

[perl #41000] Can't compile simple parrot example with latest stable parrot

2006-11-28 Thread via RT
# New Ticket Created by Bob Wilkinson # Please include the string: [perl #41000] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41000 > My second 10 line parrot program didn't compile, so I looked at the examples at http://

Re: Set-returning .keys

2006-11-28 Thread Ruud H.G. van Tol
Darren Duncan schreef: > TSa: >> And I still think that it is a good idea >> to name the set operations after their equivalent boolean >> connectives: >> >> (|) union >> (&) intersection >> (^) symmetric difference >> >> Well, and to make them Bag operations to start with. > To start off wi