[perl #38480] [PATCH] Slight improvements to documenting run cores

2006-02-11 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #38480] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38480 > I thought I'd try the ackermann "shootout" function, but alas ran into ./par

[perl #38479] Tiny MANIFEST patch

2006-02-11 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #38479] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38479 > I needed the following patch today with a fresh copy of parrot-latest.tar.gz. I n

Re: pod syntax fix

2006-02-11 Thread jerry gay
On 2/10/06, Stig Brautaset <[EMAIL PROTECTED]> wrote: > Stig > applied already in r11502. thanks for reporting. ~jerry

pod syntax fix

2006-02-11 Thread Stig Brautaset
pod.patch Description: Binary data Stig

[perl #38482] [PATCH] Update Solaris status in PLATFORMS

2006-02-11 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #38482] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38482 > Good news -- this platform is now mostly working again. --- parrot-current/PLATFORMS

Re: [perl #38480] [PATCH] Slight improvements to documenting run cores

2006-02-11 Thread Leopold Toetsch
On Feb 10, 2006, at 16:35, Andy Dougherty (via RT) wrote: The following patch would have made it slightly easier for me to figure it out (mostly by assuring that the same abbreviations are used consistently so that grep helps you finds the relevant documents more quickly.) Thanks, applied -

Re: [perl #38482] [PATCH] Update Solaris status in PLATFORMS

2006-02-11 Thread Leopold Toetsch
On Feb 10, 2006, at 19:42, Andy Dougherty (via RT) wrote: Good news -- this platform is now mostly working again. Thanks, applied - r11508. leo

Re: What am I doing wrong? (Perl, UTF-8 and cyrillic)

2006-02-11 Thread avtanski
Hello again, Just wanted to tell you guys that, with your help. I got everything working fine. Currently I'm using this: use open ':utf8'; use utf8; This fixed reading from file. The next problem I encountered was when reading a string from a POST request, but this was easy, and now I'm usi

[perl #38486] [TODO] -Sj and -Cj runcore testing

2006-02-11 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #38486] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38486 > I'd like to have Parrot::Test support for testing the predereferenced -> JIT recomp

Re: Testing module name/interface advice

2006-02-11 Thread A. Pagaltzis
Hi Mattia, * Mattia Barbon <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> [2006-02-08 17:30]: >I recently fell in love with Test::Base and I decided to use it >at $work. Since the 'run filter, compare output' mode of T::B >did not fit my needs, I wrote a small wrapper (Test::XXX for >now...) that enables

Find a multi-method/multi-sub by name and signature

2006-02-11 Thread Jonathan Worthington
Hi, The .NET translator ambles on and I can now translate a lot of stuff relating to the .NET object model. Recently I've been working on mapping .NET's static method overloading onto Parrot's MMD. With some evil tricks I got it to work - almost. The real issue is that .NET knows what meth

Re: namespaces and classes

2006-02-11 Thread Jonathan Worthington
"Leopold Toetsch" <[EMAIL PROTECTED]> wrote: I'm still having troubles, when thinking about namespace PMCs and implementation thereof. Especially the relationship of class namespaces and the store_global opcode. We have e.g. this PIR snippets: .sub main :main cl = newclass 'Foo' #

Assertion failure in r11509 when throwing an error

2006-02-11 Thread Bob Rogers
Unfortunately, I do not know what this means, so I haven't been able to extract a simple test case. FWIW, this didn't happen in r11470, though r11470 has a different problem relating to error handling -- signalling an error corrupts a Sub PMC, trashing its vtable slot. Any and all hints gra

Re: [perl #38476] [PATCH] De-tab nativecall.pl

2006-02-11 Thread Matt Diephouse
via RT Brad Bowman <[EMAIL PROTECTED]> wrote: > The patch turns the mix of 4-tabs, 8-tabs and spaces in > nativecall.pl into just spaces. Only whitespace changes. Applied, thanks. -- matt diephouse http://matt.diephouse.com

Building parrot-0.4.1 on Win32

2006-02-11 Thread Sisyphus
Hi, My first post here. First up, is there a better place to ask questions relating to the building of parrot ? If so ... where ? If not ... read on. I'm on Windows 2000, and parrot-0.4.1 builds straight out of the box using MSVC++ 7.0 (.NET) and nmake. But there's a couple of issues when using