On Fri, Aug 22, 2008 at 7:20 PM, Will Coleda <[EMAIL PROTECTED]> wrote:
> On Sat, Aug 16, 2008 at 11:39 PM, James Keenan via RT
>> 4. Parrot::OpsRenumber::renum_op_map_file() has been revised so that it
>> will behave properly before Parrot 1.0 -- when deletion of opcodes is
>> still permitted --
On Sat, Aug 16, 2008 at 11:39 PM, James Keenan via RT
<[EMAIL PROTECTED]> wrote:
> The patch attached, diff.trunk.opsrenum.txt, is an improved solution to
> the problem posed by Coke in the OP of this RT. Here are its features,
> working from the surface (e.g., file name changes) down to the metho
# New Ticket Created by Klaas-Jan Stol
# Please include the string: [perl #58238]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58238 >
Parrot has an instruction called 'set_addr', that stores the address of a
label into a
On Fri, Aug 22, 2008 at 11:06 AM, via RT Klaas-Jan Stol
<[EMAIL PROTECTED]> wrote:
> # New Ticket Created by Klaas-Jan Stol
> # Please include the string: [perl #58252]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=58252 >
2008/8/22 Kevin Tew <[EMAIL PROTECTED]>:
> The merge has happened.
>
The target 'hello' seems broken :
src/exec_start.o: In function `set_nci_I':
/home/fperrad/checkout/parrot/src/jit_emit.h:96: undefined reference
to `Parrot_store_arg'
src/exec_start.o: In function `set_nci_N':
/home/fperrad/che
# New Ticket Created by Klaas-Jan Stol
# Please include the string: [perl #58252]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58252 >
The following issues are not entirely clear from PDD19:
[1]
according to PDD19 (PIR)
# New Ticket Created by Klaas-Jan Stol
# Please include the string: [perl #58236]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58236 >
PDD19, line 791 reads:
The parentheses surrounding the arguments are mandatory. Besid
Stephen Weeks (via RT) wrote:
There are some issues that need to be resolved for resumable exceptions.
The first issue I've run into is that Parrot_cx_find_handler_local marks
the exception handler as used when it finds it and ignores already-used
exception handlers.
This is an intentional fe
I still think too much junk is in jit_emit.h
The patch attached shows how I would re-factor it.
Kevin
NotFound wrote:
On Fri, Aug 22, 2008 at 9:51 PM, Kevin Tew <[EMAIL PROTECTED]> wrote:
0015a810 t Parrot_store_arg
little t means its not exported.
set_nci_* functions should probably be
On Fri, Aug 22, 2008 at 9:51 PM, Kevin Tew <[EMAIL PROTECTED]> wrote:
> 0015a810 t Parrot_store_arg
> little t means its not exported.
>
> set_nci_* functions should probably be moved elsewhere.
> as well as the Parrot_jit_build_call_func
> I found Parrot_jit_build_call_func in src/jit/i386/ji
Uh duh,
start_exec.c includes jit_emit.h
0015a810 t Parrot_store_arg
little t means its not exported.
set_nci_* functions should probably be moved elsewhere.
as well as the Parrot_jit_build_call_func
I found Parrot_jit_build_call_func in src/jit/i386/jit_emit.h, so I
made my changes in pla
Looks like a weird linking error,
I can reproduce it.
cc -o examples/pasm/hello examples/pasm/hello.o src/exec_start.o
src/parrot_config.o -Wl,-rpath=/home/tewk/srcs/nci/blib/lib
-L/home/tewk/srcs/nci/blib/lib -lparrot -lm -L/usr/lib -licuuc
-licudata -lm -ldl -lm -lpthread -lcrypt -lrt -lgmp
Reini Urban wrote:
> See
> http://code.google.com/p/cygwin-rurban/source/browse/#svn/trunk/release/parrot/patches
>
> http://code.google.com/p/cygwin-rurban/source/browse/trunk/release/parrot/patches/series
> defines the order.
I tried to apply those patches stupidly both against HEAD and agains
[EMAIL PROTECTED] wrote:
>
> {WS}"."{WS} means concatenation (as in $P0 . $P1)
> {WS}"." means concatenation (as in $P0 .$P1)
> "."{WS} means concatenation (as in $P0. $P1)
> "." means method call (as in $P0.$P1)
You can simplify even further and make these two syntax errors:
{WS}"." means conc
2008/8/22 Allison Randal <[EMAIL PROTECTED]>:
>> As my number of patches is too big, and the size is too big,
>> I update them only in my public SVN repo, not in the tickets anymore.
>> And the order in which they should be applied is important.
>>
>> See
>> http://code.google.com/p/cygwin-rurban/
The merge has happened.
Developers/Users should see no visible changes.
Please build and test, should you have any problems, just yell at me on
#irc or parrot-porters.
Regression test cases will be appreciated. :)
I'll try to be available until 3:00pm MDT and later this evening
9:00pmMDT -> un
# New Ticket Created by Will Coleda
# Please include the string: [perl #58250]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58250 >
Provide a mechanism (for example, compiling with
-DPARROT_CALLGRIND)[1], that forces each
http://perlbuzz.com/2008/08/big-interview-with-damian-conway.html
Talk at one point goes to perl6, and pugs vs. rakudo, and then talk
about parrot.
I am now officially warm and fuzzy for the next five minutes.
--
Will "Coke" Coleda
James E Keenan wrote:
Are these happening notwithstanding the patches I applied for RTs 57956,
57958 and 58036?
The stray test files are gone now, and not recreated by 'make test',
'perl Configure.pl', or 'perl Configure.pl --test=configure'.
Thanks!
Allison
Author: kjs
Date: Fri Aug 22 03:59:58 2008
New Revision: 30437
Modified:
trunk/docs/pdds/pdd19_pir.pod
Log:
[pdd19] add a note about not-allowing space around the method-call dot.
Modified: trunk/docs/pdds/pdd19_pir.pod
=
Reini Urban wrote:
As my number of patches is too big, and the size is too big,
I update them only in my public SVN repo, not in the tickets anymore.
And the order in which they should be applied is important.
See
http://code.google.com/p/cygwin-rurban/source/browse/#svn/trunk/release/parrot/pa
Attached is my latest version.
make works with already installed shared lib,
make installable fails on some languages with already installed
/usr/lib/parrot and /usr/include/parrot.
Fixing make installable belongs to a new ticket, as there's more involved.
2008/8/3 Reini Urban <[EMAIL PROTECTED]
This is where I stand now, and as it is in the 0.7.0 cygwin package.
It works fine, but slow.
There's a new installed key in the config hash, and the code to check this in
library.c is ifdef'ed out as it generates a VM out of memory error.
2008/8/9 Reini Urban <[EMAIL PROTECTED]>:
> Reini Urban
2008/8/17 Reini Urban <[EMAIL PROTECTED]>:
> James Keenan via RT schrieb:
>>
>> Reini,
>>
>> I would argue that we take a different approach with 'make reconfig'. We
>> need to get rid of it entirely. In Parrot years, it's ancient code:
>>
>> $ svn blame config/gen/makefiles/root.in | grep -n -A 3
2008/8/17 Reini Urban <[EMAIL PROTECTED]>:
> FYI:
> The cygwin release for parrot-0.7.0-1 will contain the following yet
> unapplied patches to make it work:
>
> (in this order from my quilt series file)
> 39742-installed-conflict.patch
> 56544-install_files.patch
> 57006-opengl-cyg.patch -p0
I've
25 matches
Mail list logo