# 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.
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
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
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
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
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
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
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
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
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
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
TSa writes:
> I want to propose the addition of a Bag type
Different from the C that's already mentioned in Synopsis 3?
Smylers
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
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
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
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
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
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
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
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
# 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
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
# 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://
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
24 matches
Mail list logo