Re: [perl #36695] t/src failures after make shared

2005-08-02 Thread Leopold Toetsch
[EMAIL PROTECTED] (via RT) wrote: This seems to be because the dynamic library search path isn't set at runtime, only compile-time. On Linux (the platform I'm using), this can be done by setting LD_LIBRARY_PATH to include blib/lib Yep. But as you need the LD_LIBRARY_PATH anyway for running o

ANSI escape characters

2005-08-02 Thread Klaas-Jan Stol
hi, I'm not very familiar with this, so forgive me for my ignorance with this. I don't know whether this issue is related to Parrot, or that it's something else I don't understand. I read a bit about ANSI escape codes, and I'm wondering if this should work in Parrot. That is, when writing the

Re: Accessing Hash with strings/keys

2005-08-02 Thread Klaas-Jan Stol
Leopold Toetsch wrote: Klaas-Jan Stol wrote: Leopold Toetsch wrote: By far the simplest thing is either look at the opcode in ops/core_ops.c or use a debugger and set a breakpoint at the appropriate opcode, e.g. So, apparently, it seems to me the get_pmc_keyed method is called. Y

Re: ANSI escape characters

2005-08-02 Thread Nick Glencross
Klaas-Jan, 'Escape' is 27 decimal, or 033 octal. http://www.nntp.perl.org/group/perl.perl6.internals/9381 http://www.nntp.perl.org/group/perl.perl6.internals/9814 Nick Klaas-Jan Stol wrote: hi, I'm not very familiar with this, so forgive me for my ignorance with this. I don't know whether

Re: ANSI escape characters

2005-08-02 Thread Nick Glencross
Nick Glencross wrote: Klaas-Jan, 'Escape' is 27 decimal, or 033 octal. http://www.nntp.perl.org/group/perl.perl6.internals/9381 http://www.nntp.perl.org/group/perl.perl6.internals/9814 Nick I may have been overly concise! What I meant was that \0xx notation is octal, and so \033 is Escape.

Lua project

2005-08-02 Thread Klaas-Jan Stol
Hi, as my little project is progressing step by step, I figured it's time show something to the world. The current version of the Lua compiler targeting Parrot is 0.2.1. If people want to have a look, you can get it at http://members.home.nl/joeijoei/parrot. Please read the README file in the

[perl #36755] [PATCH] dynclasses with MinGW32

2005-08-02 Thread François
# New Ticket Created by François PERRAD # Please include the string: [perl #36755] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36755 > With this patch, dynclasses work with MinGW32. (same as r8717 by Jonathan Worthingt

mod_parrot 0.3

2005-08-02 Thread Jeff Horwitz
i'm pleased to announce the release of mod_parrot 0.3. the most notable changes include support for all apache hooks, autogeneration of request_rec methods, and a mod_pugs proof of concept. it also supports both the new (leo-ctx5) and old calling conventions. you can download it at http://www.sm

[perl #36770] [PATCH] build_tools/ops2c.pl - Improve command line processing

2005-08-02 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #36770] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36770 > This patch changes build_tools/ops2c.pl 1. to use Pod::Usage. perldoc comment bec