Hi there!
I'm starting an experimental C project that will embed parrot.
I'd like my program to be as portable as parrot itself, so my question is:
Can I take advantage of parrot's portableness?
For example, if my program does some IO stuff, can I use Parrot's IO
subsystem in my C code to do this s
# New Ticket Created by "Nikolay Ananiev"
# Please include the string: [perl #40998]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40998 >
When build_dir contains spaces the build process fails.
The fix is
"Ron Blaschke" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Nikolay Ananiev (via RT) wrote:
> > # New Ticket Created by "Nikolay Ananiev"
> > # Please include the string: [perl #40998]
> > # in the subject line of all fut
OK, so no one seems interested.
Anyway, the attached patch in this message is a
better version of the previous one.
It checks for a white space in build_dir and makes the value
short path only when a space exists.
"Nikolay Ananiev" <[EMAIL PROTECTED]> wrote in message
news:
# New Ticket Created by "Nikolay Ananiev"
# Please include the string: [perl #41095]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41095 >
test.exe or config/auto/jit/test_c.in segfault during configura
# New Ticket Created by "Nikolay Ananiev"
# Please include the string: [perl #41125]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41125 >
Fixes the reallyinstall target on Win32
root.in.patch
Description: Binary data
# New Ticket Created by "Nikolay Ananiev"
# Please include the string: [perl #41132]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41132 >
Check the attached examples.
forgot to attach the files. Attached in this message.
test.pir
Description: Binary data
#include
#include
#include
Parrot_STRING pw_new_string(Parrot_Interp interp, char *str) {
return Parrot_new_string(interp,
str,
strlen(str),
"Nikolay Ananiev" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> forgot to attach the files. Attached in this message.
The attached patch fixes the problem. The code is taken from Parrot_call_sub
(which works).
But I don't know why it was not applied t
As we all know, parrot has been in development for 7 years now.
That's a lot of time and many things have changed since then. From my point
of view one of the biggest strengths of Parrot is that it's a target for
many (and why not all?)
dynamic languages and as I know there's no other VM like it.
o change.
"Allison Randal" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Nikolay Ananiev wrote:
>>
>> So, is one of parrot's biggest strengths gone? Are we too late?
>> Why would the developers use Parrot instead of JVM/CLR/Mono?
>
>
"Nicholas Clark" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Wed, Apr 25, 2007 at 11:48:07AM +0300, Nikolay Ananiev wrote:
>
>> Maybe we have to search harder for new ways to advertise Parrot to other
>> communities and get new develo
"Allison Randal" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Nikolay Ananiev wrote:
>> Yes I know about Parrot's great features, but Parrot is still not
>> ready for the mainstream and won't be ready in the next two years
>> (
I've already started a project that embeds Parrot
"Allison Randal" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Nikolay,
>
> Here's a few things you (and others) can do:
>
> - give a talk about Parrot at your local linux/ruby/python/php/perl/etc
> user group (recruiting new deve
BTW, seems like the game has already started
http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx
"Allison Randal" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Nikolay,
>
> Here's a few things you (and others) can do:
>
> - give a talk about Parro
It doesn't work on Win32 too.
"chromatic" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sunday 13 May 2007 16:30:23 Mike Mattie wrote:
>
>> I am working on src/dynext.c and I ran across this in get_path.
>>
>> if (lib == NULL) {
>> *handle = Parrot_dlopen((char *)NU
You've hit different child processes.
"James E Keenan" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jeff Horwitz wrote:
> >
>
> > Counter: http://www.smashing.org/sandbox/perl6-handlers/counter
> >
> >
>
> When I first clicked on this link, the counter stood at 30. Then, when
> I
Hey guys,
Today I saw Andrew's last post in his blog about the end of gsoc.
Since I could not find much information about the NCI and GC projects I'm
asking here: What's the status of these projects?
Andrew's last post seems discouraging. How much of the new GC is completed?
Are we going to have a
I'm trying to build parrot r31477 with visual studio 2008 on vista home and
i get the following error
src\pmc\exceptionhandler.c
.\src\pmc\exceptionhandler.pmc(34) : error C2275:
'Parrot_ExceptionHandler_attri
butes' : illegal use of this type as an expression
d:\dev\projects_out\parrot
meone test this with a recent parrot?
Based on a recent conversation on list, we should probably start getting
OS / Compiler versions as well with bug reports.
On Wed Apr 16 14:58:24 2008, [EMAIL PROTECTED] wrote:
Confirmed. This bug is still there as of r27009
"Nikolay Ananiev" <
don't have enough knowledge and also I don't know how to handle
the non-x86 CPUs (because they
don't support CPUID).
- Original Message -
From: "Will Coleda" <[EMAIL PROTECTED]>
To: "Nikolay Ananiev" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED
I'll be able to test Parrot in the next 48 hours
on my pentium mmx and tell you what the result is.
- Original Message -
From: "James Keenan via RT" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 14, 2008 5:36 AM
Subject: [perl #41095] [BUG] Segfault in test.exe during
Confirmed. This bug is still there as of r27009
"Nikolay Ananiev" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I'll be able to test Parrot in the next 48 hours
> on my pentium mmx and tell you what the result is.
>
> - Original Message --
23 matches
Mail list logo