Author: larry
Date: Wed Dec 5 20:50:15 2007
New Revision: 14471
Modified:
doc/trunk/design/syn/S02.pod
Log:
Some clarifications requested by brian d foy++
Modified: doc/trunk/design/syn/S02.pod
==
--- doc/trunk/desi
On Dec 5, 2007, at 9:12 PM, chromatic via RT wrote:
On Wednesday 05 December 2007 17:46:19 James E Keenan wrote:
[parrot] 506 $ mv i.pbc t/native_pbc/integer_${N}.pbc
In that step, replace ${N} with the test number, that is,
integer_1.pbc,
integer_2.pbc, etc. Otherwise the test will use
On Wednesday 05 December 2007 17:46:19 James E Keenan wrote:
> [parrot] 506 $ mv i.pbc t/native_pbc/integer_${N}.pbc
In that step, replace ${N} with the test number, that is, integer_1.pbc,
integer_2.pbc, etc. Otherwise the test will use the same .pbc files it was
failing on before, and the fa
On Monday 03 December 2007 14:09:26 pancake wrote:
> I have been looking a bit inside PDDs and parrot source and find no way to
> load a pointer to a function as a PMC inside the VM.
>
> What I want to do is to embed parrot into a C program and make some of the
> functions of this C program availa
On Wednesday 05 December 2007 14:20:34 Bernhard Schmalhofer wrote:
> when trying to convert languages/eclectus/t/harnes to
> Parrot::Test::Harness, I found that P::T::H did not pass the 'exec' option
> to TAP::Harness.
>
> So I added the 'exec' option, and removed the probably obsolete
> '--gc-d
On Dec 5, 2007, at 12:49 PM, chromatic via RT wrote:
On Wednesday 05 December 2007 09:27:58 James Keenan via RT wrote:
... and on Windows:
http://tinyurl.com/2mvrhz
So they're pretty much borken all around.
What happens when you do:
$ parrot -o i.pbc -a - <
print 0x10203040
end
EOF
$ mv
No complaints; resolving ticket.
# New Ticket Created by Bernhard Schmalhofer
# Please include the string: [perl #48226]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48226 >
Hi,
when trying to convert languages/eclectus/t/harnes to Parrot::Test::Harness
Author: kjs
Date: Wed Dec 5 09:08:50 2007
New Revision: 23504
Modified:
trunk/docs/pdds/draft/pdd19_pir.pod
Log:
[pdd19]
* remove some notes about deprecated things that are removed by now.
* add .get_results directive.
Modified: trunk/docs/pdds/draft/pdd19_pir.pod
==
# New Ticket Created by
# Please include the string: [perl #48212]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48212 >
I built Parrot revision 23494 using Strawberry Perl 5.8.8 alpha 2 on
Windows XP SP2. When I tried r
Uh... ping?
On Mon, Dec 03, 2007 at 11:09:26PM +0100, pancake wrote:
> I have been looking a bit inside PDDs and parrot source and find no way to
> load a pointer to a function as a PMC inside the VM.
>
> What I want to do is to embed parrot into a C program and make some of the
> functions of th
No complaints; resolving ticket.
No complaints; resolving ticket.
No complaints; resolving ticket.
Miroslav Silovic wrote:
>cdumont wrote:
>
>
>>In japanese it could even be :
>>
>>wa {
>> '' no baai ni { ... }
>>}
>>
>>Getting rid off the thema or I guess here taking $_ as the default.
>>
>>is this possible :
>>
>>given $operator {
>>'' {}
>>'' {}
>>}
>>
>>?
>>
>>
>>
Jonathan Lang wrote:
Another thing to note about given ... when: you don't have to use them
together. All that "given" does is to set $_ to the variable
provided; this can be used in a manner similar to "with" statements in
other languages. And "when" doesn't have to be inside a "given"
block,
Added in r23510.
Thanks!
Pm
On Tuesday 04 December 2007 08:14:41 Patrick R.Michaud wrote:
> If ICU isn't present, Parrot's C opcode always throws
> an exception. It does this even if the string contains codepoints
> only in the ascii and/or iso-8859-1 range.
>
> For example:
>
> $ cat x.pir
> .sub main :main
>
> I have no personal web site, so I create the project parrotwin32 on
> sourceforge : http://parrotwin32.sourceforge.net/
Cool, and I also promoted it at http://perl6.ru/parrotwin32/.
But an attempt to run perl6.pbc faied:
C:\Program Files\parrot-0.5.0-devel>"bin/parrot.exe" languages/perl6/pe
# New Ticket Created by Jerry Gay
# Please include the string: [perl #48218]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48218 >
when specifying inline pir in past, i've run across a bit of
redundancy that can be factore
On Wednesday 05 December 2007 09:27:58 James Keenan via RT wrote:
> ... and on Windows:
>
> http://tinyurl.com/2mvrhz
>
> So they're pretty much borken all around.
What happens when you do:
$ parrot -o i.pbc -a - < print 0x10203040
> end
> EOF
$ mv i.pbc t/native_pbc/integer_${N}.pbc
... and ru
... and on Windows:
http://tinyurl.com/2mvrhz
So they're pretty much borken all around.
... and on Linux: http://tinyurl.com/36umpv
... and the two tests fail on Dragonfly BSD as well, as reported in this
smoke test from today:
http://tinyurl.com/36hxed
brian d foy writes:
> In article <[EMAIL PROTECTED]>, Larry Wall
> <[EMAIL PROTECTED]> wrote:
>
> > On Tue, Dec 04, 2007 at 08:28:48AM -0800, brian d foy wrote:
> >
> > : In article <[EMAIL PROTECTED]>, Larry Wall
> > : <[EMAIL PROTECTED]> wrote:
> > :
> > : > : Later in the "Literals" section
In article <[EMAIL PROTECTED]>, Larry Wall
<[EMAIL PROTECTED]> wrote:
> On Tue, Dec 04, 2007 at 08:28:48AM -0800, brian d foy wrote:
> : In article <[EMAIL PROTECTED]>, Larry Wall
> : <[EMAIL PROTECTED]> wrote:
> :
> : > : Later in the "Literals" section of S02, there's a chart of the
> : > : cor
On Dec 5, 2007, at 9:38 AM, François Perrad wrote:
I have no personal web site, so I create the project parrotwin32 on
sourceforge : http://parrotwin32.sourceforge.net/
This project supplies only binaries for Windows (setup.exe form) of
the monthly releases.
I hope that help Parrot end
I have no personal web site, so I create the project parrotwin32 on
sourceforge : http://parrotwin32.sourceforge.net/
This project supplies only binaries for Windows (setup.exe form) of the
monthly releases.
I hope that help Parrot end-users (on Windows) and promote the use of
Parrot.
Fr
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48206]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48206 >
In languages/cola/gen.c:gen_method_call() there is the todo item:
/* FIXME: Should che
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48204]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48204 >
In languages/cola/gen.c:gen_arg_list_expr() there is the todo item:
/* FIXME: Here we
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48202]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48202 >
In languages/cola/sym.c:push_sym() there is the todo item:
/* Easy FIXME, rewrite belo
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48200]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48200 >
Many of the files and functions in cola are as yet not documented. The files
need to h
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48198]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48198 >
In languages/cola/type.c:lookup_type() there is the todo item:
FIXME: Add support for
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48196]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48196 >
In languages/APL/src/pmc/aplvector.pmc:set_shape() there is the todo item:
/* XXX clon
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48194]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48194 >
In languages/APL/src/pmc/aplvector.pmc:class_init() there is the todo item:
/* XXX: mo
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48192]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48192 >
In languages/amber/lib/kernel/pmc/amber_string.pmc:integer() there is the
todo item:
M
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48190]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48190 >
In languages/amber/lib/kernel/pmc/amber_integer.pmc:neg() there is the todo
item:
/* i
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48188]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48188 >
In languages/amber/lib/kernel/pmc/amber_integer.pmc:abs() there is the todo
item:
/* X
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48186]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48186 >
In languages/amber/lib/kernel/pmc/amber_integer.pmc:character() there is
the todo item:
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48184]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48184 >
In languages/amber/lib/kernel/pmc/amber_array.pmc:set_item() there is
the todo item:
/
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48182]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48182 >
In languages/amber/lib/kernel/pmc/amber_array.pmc:last() there is the
todo item:
/* XX
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48180]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48180 >
In languages/amber/lib/kernel/pmc/amber_array.pmc there is the todo item
associated wit
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48176]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48176 >
In languages/pugs/pmc/pugscapture.pmc there are todo items of the form:
/* XXX Warning
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48174]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48174 >
In languages/pugs/pmc/pugscapture.pmc there are todo items which read:
/* XXX should s
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48172]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48172 >
In languages/pugs/pmc/pugscapture.pmc:retval() there is the todo item:
/* XXX getting
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48170]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48170 >
In languages/regex/pmc/match.pmc there are a couple of todo items which read:
/* XXX W
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48168]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48168 >
In languages/regex/pmc/matchrange.pmc:init_pmc() there is the todo item:
/* XXX not im
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48166]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48166 >
In languages/tcl/src/pmc/tclstring.pmc:get_list() there is the todo item:
/*
* XXX Th
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48164]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48164 >
In languages/tcl/src/binary.c there are several functions which are not yet
documented
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #48162]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=48162 >
In languages/tcl/src/binary.c, the DESCRIPTION section of the pod needs to be
written.
On Dec 5, 7:29 am, [EMAIL PROTECTED] (Patrick R .
Michaud) wrote:
> # New Ticket Created by Patrick R. Michaud
> # Please include the string: [perl #48152]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=48152>
>
> Many exce
51 matches
Mail list logo