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

2007-01-08 Thread larry
Author: larry Date: Mon Jan 8 02:35:42 2007 New Revision: 13519 Modified: doc/trunk/design/syn/S03.pod Log: A bunch more "tough love" applied to the smartmatching semantics. Change $x notation to X notation to better reflect metasyntactic nature. Num and Str as patterns now consistently force

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

2007-01-08 Thread larry
Author: larry Date: Mon Jan 8 02:42:50 2007 New Revision: 13520 Modified: doc/trunk/design/syn/S03.pod Log: cut-n-paste flub Modified: doc/trunk/design/syn/S03.pod == --- doc/trunk/design/syn/S03.pod(origina

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

2007-01-08 Thread Darren Duncan
At 2:35 AM -0800 1/8/07, [EMAIL PROTECTED] wrote: +Set Set identical sets $_ === X +Hash Set hash keys same set $_.keys === X +Any Set force set comparisonSet($_) === X +Set Subsetsubset .any === X.all

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

2007-01-08 Thread luqui
Author: luqui Date: Mon Jan 8 05:42:39 2007 New Revision: 13521 Modified: doc/trunk/design/syn/S09.pod Log: "Abjcuntion" and "injunction" were not defined in S09, so I replaced them with the more friendly "one" and "none". Modified: doc/trunk/design/syn/S09.pod =

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

2007-01-08 Thread Luke Palmer
On 1/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: +Set Subsetsubset .any === X.all +Set Superset superset.any === X.all I think these should be reversed. Since function application is commonly read "of", this: Set(2,3) ~~ Subs

[perl #41198] [TODO] tools/dev/mk_manifest_and_skip.pl should be aware of MANIFEST.generated

2007-01-08 Thread Paul Cochrane via RT
On Sun Jan 07 11:57:37 2007, particle wrote: > On 1/7/07, via RT Bernhard Schmalhofer > <[EMAIL PROTECTED]> wrote: > > # New Ticket Created by Bernhard Schmalhofer > > # Please include the string: [perl #41198] > > # in the subject line of all future correspondence about this issue. > > # http://

Parrot Bug Summary

2007-01-08 Thread Parrot Bug Summary
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [EMAIL PROTECTED] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

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

2007-01-08 Thread TSa
HaloO, Larry Wall wrote: On Sun, Jan 07, 2007 at 11:42:05AM +, Luke Palmer wrote: : >+Hash Set hash keys same set $_.keys === $x : : You can either think of a hash as a set of pairs, or you can just : project to a set of its keys. As long as we're consistent about goin

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

2007-01-08 Thread Larry Wall
On Mon, Jan 08, 2007 at 06:05:10PM +0100, TSa wrote: : HaloO, : : Larry Wall wrote: : >On Sun, Jan 07, 2007 at 11:42:05AM +, Luke Palmer wrote: : >: >+Hash Set hash keys same set $_.keys === $x : >: : >: You can either think of a hash as a set of pairs, or you can just : >

[perl #40905] [CAGE] coding standards hammer too big

2007-01-08 Thread Paul Cochrane via RT
On Thu Nov 16 05:00:35 2006, coke wrote: > Any files that are copied from somewhere else should be immune from > our coding standards. > > This includes items in > > lib/Parse/RecDescent.pm, which is from CPAN, or > > languages/tcl/library/*, from tcl's standard library. > > r15596 changed so

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

2007-01-08 Thread Larry Wall
On Mon, Jan 08, 2007 at 12:54:30PM +, Luke Palmer wrote: : On 1/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: : >+Set Subsetsubset .any === X.all : >+Set Superset superset.any === X.all : : I think these should be reversed. Since

[perl #40905] [CAGE] coding standards hammer too big

2007-01-08 Thread Paul Cochrane via RT
On Thu Nov 16 05:00:35 2006, coke wrote: > Any files that are copied from somewhere else should be immune from > our coding standards. > > This includes items in > > lib/Parse/RecDescent.pm, which is from CPAN, or > > languages/tcl/library/*, from tcl's standard library. > > r15596 changed so

Re: [perl #40905] [CAGE] coding standards hammer too big

2007-01-08 Thread jerry gay
On 1/8/07, Paul Cochrane via RT <[EMAIL PROTECTED]> wrote: On Thu Nov 16 05:00:35 2006, coke wrote: > Any files that are copied from somewhere else should be immune from > our coding standards. > > This includes items in > > lib/Parse/RecDescent.pm, which is from CPAN, or > > languages/tcl/librar

[perl #40905] [CAGE] coding standards hammer too big

2007-01-08 Thread Paul Cochrane via RT
On Mon Jan 08 10:07:38 2007, particle wrote: > On 1/8/07, Paul Cochrane via RT <[EMAIL PROTECTED]> wrote: > > On Thu Nov 16 05:00:35 2006, coke wrote: > > > Any files that are copied from somewhere else should be immune from > > > our coding standards. > > > > > > This includes items in > > > > >

[perl #41214] [CAGE]: files from 'make languages-test' survive 'make clean'

2007-01-08 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #41214] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41214 > Executing 'make languages-test' seems to generate some files that aren't removed b

Re: [perl #41214] [CAGE]: files from 'make languages-test' survive 'make clean'

2007-01-08 Thread Nicholas Clark
On Mon, Jan 08, 2007 at 12:46:09PM -0800, Patrick R. Michaud wrote: > (Perhaps more better would be for the test program(s) to clean up > the temporary files when the test is finished. :-) Although you can't be sure that test programs won't crash horribly. Not that the perl 5 core tests are rob

Re: [perl #41214] [CAGE]: files from 'make languages-test' survive 'make clean'

2007-01-08 Thread Patrick R. Michaud
On Mon, Jan 08, 2007 at 08:49:56PM +, Nicholas Clark wrote: > On Mon, Jan 08, 2007 at 12:46:09PM -0800, Patrick R. Michaud wrote: > > > (Perhaps more better would be for the test program(s) to clean up > > the temporary files when the test is finished. :-) > > Although you can't be sure tha

[svn:parrot-pdd] r16498 - in trunk: . docs/pdds

2007-01-08 Thread paultcochrane
Author: paultcochrane Date: Mon Jan 8 12:45:33 2007 New Revision: 16498 Modified: trunk/docs/pdds/pdd07_codingstd.pod Changes in other areas also in this revision: Modified: trunk/ (props changed) Log: [pdd] Added a section explaining files to be considered exempt from the coding standa

[perl #39905] [TODO] TGE - line number reporting.

2007-01-08 Thread Patrick R. Michaud via RT
Now resolved in r16509. Kudos to Jonathan for implementing RT#40806, which enabled the #line "file" directive needed for this to work. TGE now reports errors relative to the original .tg file. Thus error:imcc:The opcode 'say_ic' (say<1>) was not found. Check the type and number of the argument

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

2007-01-08 Thread larry
Author: larry Date: Mon Jan 8 12:56:14 2007 New Revision: 13522 Modified: doc/trunk/design/syn/S03.pod Log: eliminated Subset and Superset types. eliminated .exists in favor of .contains renamed LazyCat to just Cat for consistency with method and function variants Modified: doc/trunk/design

Parrot Bug Summary

2007-01-08 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Tue Jan 9 06:26:11 2007 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with mo