[svn:perl6-synopsis] r14471 - doc/trunk/design/syn

2007-12-05 Thread larry
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

Re: [perl #48138] [BUG] t/native_pbc/integer.t, t/native_pbc/number.t fail on Darwin

2007-12-05 Thread James E Keenan
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

Re: [perl #48138] [BUG] t/native_pbc/integer.t, t/native_pbc/number.t fail on Darwin

2007-12-05 Thread chromatic
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

Re: PDD16 details

2007-12-05 Thread chromatic
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

Re: [perl #48226] [Patch] Option 'exec' for Parrot::Test::Harness

2007-12-05 Thread chromatic
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

Re: [perl #48138] [BUG] t/native_pbc/integer.t, t/native_pbc/number.t fail on Darwin

2007-12-05 Thread James E Keenan
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

[perl #43326] [TODO] config/auto/pmc.pm: Write unit tests

2007-12-05 Thread James Keenan via RT
No complaints; resolving ticket.

[perl #48226] [Patch] Option 'exec' for Parrot::Test::Harness

2007-12-05 Thread via RT
# 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

[svn:parrot-pdd] r23504 - trunk/docs/pdds/draft

2007-12-05 Thread kjs
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 ==

[perl #48212] "make smoke" hangs on win32 latest build

2007-12-05 Thread via RT
# 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

Re: PDD16 details

2007-12-05 Thread pancake
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

[perl #48036] [PATCH] Add --silent option to Parrot configuration

2007-12-05 Thread James Keenan via RT
No complaints; resolving ticket.

[perl #47902] [PATCH] Confine calls to Perl 5 %Config to init::defaults

2007-12-05 Thread James Keenan via RT
No complaints; resolving ticket.

[perl #48118] [PATCH] Replace additional instances of '$/'

2007-12-05 Thread James Keenan via RT
No complaints; resolving ticket.

Re: ***SPAM*** Re: perl 6 grammar

2007-12-05 Thread cdumont
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 { >>'' {} >>'' {} >>} >> >>? >> >> >>

Re: perl 6 grammar

2007-12-05 Thread cdumont
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,

[perl #48218] [PCT] :inline('...') should imply :pasttype('inline')

2007-12-05 Thread Patrick R. Michaud via RT
Added in r23510. Thanks! Pm

Re: [perl #48108] [BUG] downcase opcode fails on unicode strings w/o icu

2007-12-05 Thread chromatic
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 >

Re: [ANN] SF parrot win32

2007-12-05 Thread Andrew Shitov
> 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

[perl #48218] [PCT] :inline('...') should imply :pasttype('inline')

2007-12-05 Thread via RT
# 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

Re: [perl #48138] [BUG] t/native_pbc/integer.t, t/native_pbc/number.t fail on Darwin

2007-12-05 Thread chromatic
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

[perl #48138] [BUG] t/native_pbc/integer.t, t/native_pbc/number.t fail on Darwin

2007-12-05 Thread James Keenan via RT
... and on Windows: http://tinyurl.com/2mvrhz So they're pretty much borken all around.

[perl #48138] [BUG] t/native_pbc/integer.t, t/native_pbc/number.t fail on Darwin

2007-12-05 Thread James Keenan via RT
... and on Linux: http://tinyurl.com/36umpv

[perl #48138] [BUG] t/native_pbc/integer.t, t/native_pbc/number.t fail on Darwin

2007-12-05 Thread James Keenan via RT
... and the two tests fail on Dragonfly BSD as well, as reported in this smoke test from today: http://tinyurl.com/36hxed

Re: Pair notation for number radix

2007-12-05 Thread Smylers
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

Re: Pair notation for number radix

2007-12-05 Thread brian d foy
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

Re: [ANN] SF parrot win32

2007-12-05 Thread Andy Lester
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

[ANN] SF parrot win32

2007-12-05 Thread François Perrad
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

[perl #48206] [TODO] [cola] Check that expression evaluates to a method in gen_method_call()

2007-12-05 Thread via RT
# 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

[perl #48204] [TODO] [cola] Check method signature in gen_arg_list_expr() and find out what type is expected

2007-12-05 Thread via RT
# 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

[perl #48202] [TODO] [cola] Rewrite push_sym() to call generic Node versions of calls

2007-12-05 Thread via RT
# 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

[perl #48200] [TODO] [cola] Add documentation to files and functions

2007-12-05 Thread via RT
# 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

[perl #48198] [TODO] [cola] Add support for member resolution in lookup_type()

2007-12-05 Thread via RT
# 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

[perl #48196] [TODO] [APL] Should the PMC in set_shape() be cloned?

2007-12-05 Thread via RT
# 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

[perl #48194] [TODO] [APL] Move any constant string declarations into class_init()

2007-12-05 Thread via RT
# 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

[perl #48192] [TODO] [amber] Correct overflow issue in integer()

2007-12-05 Thread via RT
# 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

[perl #48190] [TODO] [amber] Can null variable check be reinstated by generating n_neg instead of neg?

2007-12-05 Thread via RT
# 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

[perl #48188] [TODO] [amber] Correct overflow for -maxint in abs()

2007-12-05 Thread via RT
# 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

[perl #48186] [TODO] [amber] Consider using unicode in character()

2007-12-05 Thread via RT
# 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:

[perl #48184] [TODO] [amber] Use has(index) to check indices in set_item()

2007-12-05 Thread via RT
# 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: /

[perl #48182] [TODO] [amber] Reject out of range values in item()

2007-12-05 Thread via RT
# 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

[perl #48180] [TODO] [amber] Reject first() and last() methods if count = 0

2007-12-05 Thread via RT
# 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

[perl #48176] [TODO] [pugs] Warning: use of uninitialized value

2007-12-05 Thread via RT
# 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

[perl #48174] [TODO] [pugs] Store undef for consistency

2007-12-05 Thread via RT
# 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

[perl #48172] [TODO] [pugs] Getting nonexistent value, exception or undef?

2007-12-05 Thread via RT
# 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

[perl #48170] [TODO] [regex] Remove 'use of uninitialized value' issues in match.pmc

2007-12-05 Thread via RT
# 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

[perl #48168] [TODO] [regex] Implement init_pmc

2007-12-05 Thread via RT
# 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

[perl #48166] [TODO] [Tcl] Variable is claimed before it is used, causing segfault

2007-12-05 Thread via RT
# 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

[perl #48164] [TODO] [Tcl] Document the functions in tcl/src/binary.c

2007-12-05 Thread via RT
# 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

[perl #48162] [TODO] [Tcl] Document what the tcl/src/binary.c file does in the DESCRIPTION

2007-12-05 Thread via RT
# 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.

Re: [TODO] document (pdd19) or deprecate .get_results directive

2007-12-05 Thread parrotcode
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