Re: [perl #39378] Pheme Segfault with Keyed Class Names

2006-06-10 Thread Leopold Toetsch
On Jun 9, 2006, at 21:19, chromatic (via RT) wrote: I started to port Pheme's class names to the new keyed style. Applying this patch Patch missing? leo

[svn ci] .Net to PIR translator

2006-06-10 Thread Jonathan Worthington
Hi, I just checked in the work I've been doing on tranlating .Net assemblies to PIR. It's in languages/dotnet if you want to have a play with it. The docs folder contains various bits of documentation on building it and loads on the internals which should be mostly up to date, and of course

Re: [perl #39378] Pheme Segfault with Keyed Class Names

2006-06-10 Thread chromatic
On Saturday 10 June 2006 01:44, Leopold Toetsch wrote: > Patch missing? That would explain the segfault. No seriously, here it is. -- c === lib/PhemeSymbols.pir == --- lib/PhemeSymbols.pir (revision 17677) +++ lib/PhemeSymbols.pir

Re: Continuous testing tools

2006-06-10 Thread Michael G Schwern
On 6/9/06, A. Pagaltzis <[EMAIL PROTECTED]> wrote: * Adam Kennedy <[EMAIL PROTECTED]> [2006-06-09 18:35]: > Sorry for the lack of information, but PITA's design is fairly > ambitious, Hmm, I just saw this: http://googleresearch.blogspot.com/2006/04/our-conference-on-automated-testing.html Th

RE: OT: wiki engine architecture

2006-06-10 Thread Conrad Schneiker
Hello, > From: Michael Mathews [mailto:[EMAIL PROTECTED] [...] > On 08/06/06, Matt Todd <[EMAIL PROTECTED]> wrote: > > Maybe this would be a good time to (semi-)formalize some form of > > recommendations for the project? > > Agreed. (We're talking about the minimal requirements to get the > thous

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

2006-06-10 Thread audreyt
Author: audreyt Date: Sat Jun 10 19:51:22 2006 New Revision: 9535 Modified: doc/trunk/design/syn/S03.pod Log: * S03: the SIMPLE forms can use a more robust recursive definition. also, include $$a and $::('$a') as obviously simple as well. Modified: doc/trunk/design/syn/S03.pod

Re: Question - (1) Devel:;Cover and B::Deparse issue (2) "cover" and its momory consuming issue

2006-06-10 Thread Scott Wang
Hi Paul, Thanks a lot for your reply! After I turned off warning in all my product scripts and test scripts which I was running Devel::Cover on, 90% warning messages related B::Deparse deep recursion have gone, and only a few were left in logs. So, from your email, seems like, in order to complet

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

2006-06-10 Thread audreyt
Author: audreyt Date: Sat Jun 10 20:02:44 2006 New Revision: 9536 Modified: doc/trunk/design/syn/S03.pod Log: * S03: allow post-assignment forms to be SIMPLE: $x[$y + $z] # simple scalar $x[$y += $z]# simple scalar, too Modified: doc/trunk/design/syn/S03.pod =

Re: Error Message "Magic number checking on storable file..." when running "cover" to merge data

2006-06-10 Thread Scott Wang
Hi Paul, You are right, I found a 0 size file under the "cover_db/structure" folder. After I removed that 0 size file, my "cover" worked fine to merge all the data and generated HTML file. The 0 size file, I think, is because some test was killed for timeout because of the slow-down of the test p

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

2006-06-10 Thread audreyt
Author: audreyt Date: Sat Jun 10 20:23:30 2006 New Revision: 9537 Modified: doc/trunk/design/syn/S03.pod Log: * S03: the ()= form is no more; reflect it in the operator table. Modified: doc/trunk/design/syn/S03.pod ==

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

2006-06-10 Thread audreyt
Author: audreyt Date: Sat Jun 10 21:55:09 2006 New Revision: 9538 Modified: doc/trunk/design/syn/S02.pod Log: * S02: Subscripts are now always in list context, period. Modified: doc/trunk/design/syn/S02.pod == --- doc