# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42369]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42369 >
In the file src/ops/stack.ops within the saveall() op there is the
note and todo item:
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42371]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42371 >
In file src/ops/object.ops, in op callmethodcc(), there is the todo item:
"should we c
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42372]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42372 >
There are two kludge alerts in src/ops/object.ops related to the subclass op:
"KLUDGE
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42373]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42373 >
In file src/ops/io.ops, there is the todo item:
"integral file descriptors might not e
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42374]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42374 >
In the file src/ops/io.ops there is the todo item:
"all results from string_to_cstring
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42375]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42375 >
In the file src/ops/experimental.ops there is the todo item:
"move/officalize this opc
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42376]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42376 >
In file src/ops/experimental.ops there is the todo item:
"The
only handled $4 = IO_THR
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42377]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42377 >
In src/ops/debug.ops within the debug_break() op, there is the todo item:
"clone the i
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42378]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42378 >
In the file src/ops/debug.ops in the debug_break() op, there is an
explicit exit(0), wh
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42379]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42379 >
There is the todo item in debug_print() of src/ops/debug.ops:
"adjust register layout"
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42381]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42381 >
In the file src/ops/core.ops within the load_bytecode() op there is
the todo item embed
hi,
attached a patch that changes the file json.in. Currently, when doing
nmake test, it won't work (windows), as the changing to the test
directory and calling prove is separated by a ';'. This patch changes it
in &&.
I send this as a patch, because I don't know if it works for other
syste
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42382]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42382 >
In the file compilers/imcc/imcc.l, there is the todo item:
"delete quotes, -> emit, pb
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42383]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42383 >
In the file compilers/imcc/imcc.l there is the todo item:
"if frame->s.file was alloca
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42384]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42384 >
In the file compilers/imcc/imcc.l there is the todo item:
"check that all the .file te
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42385]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42385 >
In the file compilers/imcc/imcc.y there is the todo item:
"Remove this global variable
Paul Cochrane (via RT) wrote:
In file src/ops/object.ops, in op callmethodcc(), there is the todo item:
"should we check if object.can(method)"
Either make the check or remove the todo item with good reason (and
maybe leave a comment in the source as to why).
I think we should not need to do
Parrot Bug Summary
http://rt.perl.org/rt3/NoAuth/parrot/Overview.html
Generated at Mon Apr 9 13:00:01 2007 GMT
---
* Numbers
* New Issues
* Overview of Open Issues
* Ticket Status By Version
* Requestors with mo
On 4/9/07, Klaas-Jan Stol <[EMAIL PROTECTED]> wrote:
hi,
attached a patch that changes the file json.in. Currently, when doing
nmake test, it won't work (windows), as the changing to the test
directory and calling prove is separated by a ';'. This patch changes it
in &&.
I send this as a patch,
On 9 Apr 2007 13:00:41 -, Parrot Bug Summary
<[EMAIL PROTECTED]> wrote:
Parrot Bug Summary
http://rt.perl.org/rt3/NoAuth/parrot/Overview.html
Generated at Mon Apr 9 13:00:01 2007 GMT
---
* Numbers
* Overview of
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #42393]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42393 >
There are two FIXME items in languages/regex/lib/Regex/Grammar.y.
Your task, should you
One problem I recently ran into while working on compiling parrot with
C++ is the use of "class" as a variable name in struct _vtable and as
parameters in several functions.
This will need to change as I begin to move forward on my compatiblity
work and I'm looking for some consensus on the name f
On Sat, Apr 07, 2007 at 11:20:19AM -0700, Jim McKim wrote:
> The problematic grammar:
>
> grammar x_grammar;
>
> #token h_digits { <:i[0-9a-f]>+ }
> #token h_digits { <[0-9a-f]> }
>
> token TOK_CONSTANT {
> # ( : )**{1..15}
> :
> }
The error (that PGE is having difficulty ca
Steve Peters wrote:
One problem I recently ran into while working on compiling parrot with
C++ is the use of "class" as a variable name in struct _vtable and as
parameters in several functions.
This will need to change as I begin to move forward on my compatiblity
work and I'm looking for some c
Hi,
Tonight I started working on the association between classes and
namespaces as specified in PDD15. Have some questions.
1) I added a "slot" to the NameSpace PMC to hold a Class or Role PMC a
while back. However, there is no interface specified for storing/getting
at this slot. For now I'
On Mon Mar 19 15:43:27 2007, particle wrote:
> there's a number of scripts and utilities in the tools/ subtree which
> i suspect have gone unused for some time now. this ticket is a
> placeholder to track efforts on surveying and fixing the files under
> tools/.
>
> ~jerry
Here is some *non-defin
Author: allison
Date: Mon Apr 9 19:15:56 2007
New Revision: 18096
Modified:
trunk/docs/pdds/pdd15_objects.pod
Log:
[pdd]: Adding opcodes and methods for 'inspect' to Objects PDD.
Modified: trunk/docs/pdds/pdd15_objects.pod
Jonathan Worthington wrote:
Hi,
I've now got the inspect_str and inspect vtable methods implemented for
the Class PMC, and the method "attributes", "methods", "roles" and
"parents" delegate to inspect_str (and that's testable and working).
However, there is no way (unless I'm missing it) in
http://www.parrotcode.org/misc/parrotsketch.html
* Status reports. Please have them ready to cut and paste to move the
meeting along, thanks!
* 0.4.11 release
** Please start making sure NEWS & ChangeLog are up to date.
* Q&A
** Steve Peter's "class" issue: http://xrl.us/vo86 [groups.google
On Sunday 08 April 2007 18:07, Steve Peters via RT wrote:
> On Sun Apr 08 16:08:05 2007, stmpeters wrote:
> > The attached patch includes several cleanups needed to silence
> > warnings
> > when compiling Parrot with Intel C++.
>
> It helps to attach the right patch
I get several warnings. I
Will Coleda wrote:
On Apr 6, 2007, at 12:31 PM, Jonathan Worthington wrote:
Hi,
I'm adding the new vtable entries required for PDD15. A few questions.
1) become_parent we agreed should go. It appears to be completely
unused anywhere in the repository (languages included). Should we take
tha
Author: allison
Date: Mon Apr 9 23:37:43 2007
New Revision: 18097
Modified:
trunk/docs/pdds/draft/pdd05_opfunc.pod
Log:
[pdd]: Add standards note to review when preparing Opcodes design doc for
launch.
Modified: trunk/docs/pdds/draft/pdd05_opfunc.pod
32 matches
Mail list logo