Re: [perl #53602] remove or convert tools/docs/search-ops.py

2008-05-27 Thread chromatic
On Tuesday 27 May 2008 20:06:29 James Keenan via RT wrote: > Here's a patch with the requested conversion to Perl. > > Since this program is really a Parrot developer's tool, I'm recommending > that it be moved to tools/dev/ from tools/docs/. > > Much of the functionality has been extracted into s

[perl #53602] remove or convert tools/docs/search-ops.py

2008-05-27 Thread James Keenan via RT
Here's a patch with the requested conversion to Perl. Since this program is really a Parrot developer's tool, I'm recommending that it be moved to tools/dev/ from tools/docs/. Much of the functionality has been extracted into subroutines imported from lib/Parrot/SearchOps.pm. Tests of those subr

ordinal access to autosorted hashes

2008-05-27 Thread Jon Lang
>From S09: "The default hash iterator is a property called .iterator that can be user replaced. When the hash itself needs an iterator for .pairs, .keys, .values, or .kv, it calls %hash.iterator() to start one. In item context, .iterator returns an iterator object. In list context, it returns a laz

Re: [perl #46761] Dynpmcs and ParrotLibrary Global Destruction

2008-05-27 Thread chromatic
On Tuesday 27 May 2008 16:49:49 NotFound wrote: > <[EMAIL PROTECTED]> wrote: > > There's a segfault in t/dynpmc/dynlexpad_2.pir with the gcdebug core. It > > happens at the end of the program, during global destruction, when trying > > to call the destroy() entry on the DynLexPad PMC. > > Is this

Re: [perl #46761] Dynpmcs and ParrotLibrary Global Destruction

2008-05-27 Thread NotFound
On Wed, Oct 24, 2007 at 7:45 AM, via RT chromatic <[EMAIL PROTECTED]> wrote: > There's a segfault in t/dynpmc/dynlexpad_2.pir with the gcdebug core. It > happens at the end of the program, during global destruction, when trying to > call the destroy() entry on the DynLexPad PMC. Is this ticket st

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

2008-05-27 Thread larry
Author: larry Date: Tue May 27 16:19:34 2008 New Revision: 14546 Modified: doc/trunk/design/syn/S09.pod Log: Cleanup bogus use of adverbs on bare terms Modified: doc/trunk/design/syn/S09.pod == --- doc/trunk/design/s

Re: [perl #54920] [PATCH] Compiling pcc.c on Solaris10-x86

2008-05-27 Thread chromatic
On Tuesday 27 May 2008 10:15:45 Andrew Johnson wrote: > Environment: > Parrot SVN revision 27839 > Sun Ultra-40 M2, dual-core AMD Opteron CPU. > Sun Solaris 10 (SunOS 5.10) > Sun Studio 12 > > I had to apply the following patch to get parrot to compile on the above > setup;

Re: [perl #54920] [PATCH] Compiling pcc.c on Solaris10-x86

2008-05-27 Thread NotFound
Please try; ./parrot -t t/dynoplibs/myops_3.pir And tell us if it's blocked while executing the "hcf" opcode. The proposed change looks good to me, others C compilers can have the same problem with returning a void result. -- Salu2

Re: I need Windows OpenGL headers for study/testing

2008-05-27 Thread Ron Blaschke
Geoffrey Broadwell wrote: On Tue, 2008-05-27 at 11:29 +0200, Ron Blaschke wrote: OK, I'll generate the Win32 header list from $ENV{Include}. What is that set to on your system, so I know what to expect? Mine currently is: INCLUDE=C:\usr\include;C:\Program Files\Microsoft Visual Studio 9.0\

Re: assignable mutators (S06/Lvalue subroutines)

2008-05-27 Thread Dave Whipp
TSa wrote: TSa wrote: class Length { has Num $.mm is rw = 0; method inch { yield $inch = $.mm * 25.4; self.mm = $inch / 25.4; } } Would you regard that as elegant? That looks functionally incorrect to my eyes: if the caller resumes a

Re: I need Windows OpenGL headers for study/testing

2008-05-27 Thread chromatic
On Tuesday 27 May 2008 08:25:38 Geoffrey Broadwell wrote: > 5. For that matter, what happens in Perl on Windows when a path has a > mix of forward and backward slashes? I think that's broken. > If this is broken, is it safe to > convert them all to forward slashes?  Is "C:/Foo/Bar" valid in Win

[perl #54930] [BUG] TGE build fails in pdd25cx branch

2008-05-27 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #54930] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54930 > make[1]: Entering directory `/home/coke/sandbox/parrot-pdd25cx/compilers/tge' ../../parro

[perl #54920] [PATCH] Compiling pcc.c on Solaris10-x86

2008-05-27 Thread via RT
# New Ticket Created by Andrew Johnson # Please include the string: [perl #54920] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54920 > Environment: Parrot SVN revision 27839 Sun Ultra-40 M2, dual-core AMD