Author: allison
Date: Tue Oct 16 00:33:50 2007
New Revision: 22115
Modified:
trunk/docs/pdds/pdd24_events.pod
Log:
[pdd] Additional window events suggested by Klaas-Jan Stol.
Modified: trunk/docs/pdds/pdd24_events.pod
==
I've just launched PDD 24 out of the draft directory. Comments and
suggestions welcome.
Allison
Patrick R. Michaud wrote:
In most other places in Parrot at the moment, fetching a nonexisting
key from a hash-like object returns a null PMC, and fetching a nonexisting
element from an array-like object returns Undef.
So, I'd be in favor of changing the above TODO to read "return null
for none
Klaas-Jan Stol via RT wrote:
Hi,
the patch I provided has not yet been reviewed or applied. Could anybody
have a look at it? It'll only take 5 minutes or so. If it's ok, it can
be applied before this month's release, and this ticket can be closed.
Applied now in the PDD 15 branch, together wit
Author: kjs
Date: Tue Oct 16 02:33:38 2007
New Revision: 22124
Modified:
trunk/docs/pdds/draft/pdd19_pir.pod
Log:
docs/draft/pdd19_pir.pod:
* remove incorrect reference to ticket about ".globalconst", which is not to be
removed; the ticket refers to ".global" only.
* add note to ".param " syn
# New Ticket Created by Klaas-Jan Stol
# Please include the string: [perl #46455]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=46455 >
hi,
according to IMCC's docs, you should be able to specify a parameter like so:
.pa
# New Ticket Created by Klaas-Jan Stol
# Please include the string: [perl #46457]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=46457 >
It seems that the long version to invoke a subroutine, using .pcc_begin/end
does not w
Author: smash
Date: Tue Oct 16 06:33:21 2007
New Revision: 22126
Modified:
trunk/docs/pdds/draft/pdd19_pir.pod
Log:
[pdds]
* some tweaks to pdd19_pir.pod
* introduced ' = ' instruction in pdd19_pir.pod
Modified: trunk/docs/pdds/draft/pdd19_pir.pod
==
On Tue, Oct 16, 2007 at 02:24:41AM -0700, Klaas-Jan Stol wrote:
> according to IMCC's docs, you should be able to specify a parameter like so:
>
> .param $P0
>
> However, this does not work.
> It must be decided whether this syntax is desirable, or not needed. If
> desirable, it must be implement
I wonder what a namespace keylist using ".." means:
.namespace [ "x" .. "y" ]
.sub main
print "main"
.end
this compiles fine,but I have no clue what this means.
If it this is nonsense, I'll fix it (but not necessarily in imcc.y, I'm in
the process of writing a clean bison file for pir, which
On Oct 16, 2007, at 6:33 AM, [EMAIL PROTECTED] wrote:
Modified: trunk/docs/pdds/draft/pdd19_pir.pod
==
--- trunk/docs/pdds/draft/pdd19_pir.pod (original)
+++ trunk/docs/pdds/draft/pdd19_pir.pod Tue Oct 16 06:33:21 200
Author: pmichaud
Date: Tue Oct 16 09:31:21 2007
New Revision: 22128
Added:
trunk/docs/pdds/draft/pdd26_ast.pod
Changes in other areas also in this revision:
Modified:
trunk/MANIFEST
Log:
[docs]:
* Add initial draft of pdd26 (abstract syntax tree).
* More to come after lunch.
Added: trunk
Oops, I forgot to attach the test...
On 16/10/2007, Paul Cochrane <[EMAIL PROTECTED]> wrote:
> On 15/10/2007, Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote:
> > Paul Cochrane via RT schrieb:
> > > On Fri Nov 17 14:17:18 2006, particle wrote:
> > >
> > >> ~ all but one test have been adapted for
On 10/16/07, Paul Cochrane <[EMAIL PROTECTED]> wrote:
> On 15/10/2007, Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote:
> > Paul Cochrane via RT schrieb:
> > > On Fri Nov 17 14:17:18 2006, particle wrote:
> > >
> > >> ~ all but one test have been adapted for and moved to t/codingstd/
> > >> ~ remain
On 15/10/2007, Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote:
> Paul Cochrane via RT schrieb:
> > On Fri Nov 17 14:17:18 2006, particle wrote:
> >
> >> ~ all but one test have been adapted for and moved to t/codingstd/
> >> ~ remaining test is for not-yet-approved codingstd item
> >>
> >
> > The r
On 16/10/2007, jerry gay <[EMAIL PROTECTED]> wrote:
> On 10/16/07, Paul Cochrane <[EMAIL PROTECTED]> wrote:
> > On 15/10/2007, Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote:
> > > Paul Cochrane via RT schrieb:
> > > > On Fri Nov 17 14:17:18 2006, particle wrote:
> > > >
> > > >> ~ all but one test
Author: particle
Date: Tue Oct 16 11:54:45 2007
New Revision: 22132
Modified:
trunk/docs/pdds/draft/pdd26_ast.pod (props changed)
Log:
[PDD]: metadata cleanup on new AST PDD
Paul Cochrane wrote:
Ok, the currently targeted platforms (as given in PLATFORMS) are:
- Darwin
- Linux (various flavours)
- OpenBSD
- FreeBSD (not actually mentioned, but I've seen mention of it
working recently)
- Solaris (versions 8--10)
- OpenSolaris (basically Solaris10)
- Tru64 (I d
Author: pmichaud
Date: Tue Oct 16 12:38:40 2007
New Revision: 22138
Modified:
trunk/docs/pdds/draft/pdd26_ast.pod
Log:
[docs]:
* More updates to pdd26_ast.pod (for PAST::Op nodes).
Modified: trunk/docs/pdds/draft/pdd26_ast.pod
=
Patrick R. Michaud wrote:
I'm in favor of removing the ".param $P0" syntax.
Agreed. We'll consider it an early idea that didn't prove useful. Check
to see if there is any lingering (non-functional) code partially
implementing the feature and remove it.
Allison
Author: pmichaud
Date: Tue Oct 16 13:25:45 2007
New Revision: 22139
Modified:
trunk/docs/pdds/draft/pdd26_ast.pod
Log:
[docs]:
* Finish up this draft of pdd26_ast.pod.
Modified: trunk/docs/pdds/draft/pdd26_ast.pod
==
I've just committed a draft of pdd26_ast.pod, which describes
the Parrot Abstract Syntax Tree (PAST) model. Any comments,
patches, or suggestions are greatly welcomed.
Much of the new version of PAST is already implemented by the
compiler toolkit (compilers/pct/), although there are a few
diffe
On Tue, Oct 16, 2007 at 01:39:21PM -0700, [EMAIL PROTECTED] wrote:
> Modified: branches/pdd15oo/src/pmc/capture.pmc
> ==
> --- branches/pdd15oo/src/pmc/capture.pmc (original)
> +++ branches/pdd15oo/src/pmc/capture.pmc
Fixed website to point to non-draft location.
On Oct 16, 2007, at 3:36 AM, Allison Randal wrote:
I've just launched PDD 24 out of the draft directory. Comments and
suggestions welcome.
Allison
--
Will "Coke" Coleda
[EMAIL PROTECTED]
Author: coke
Date: Tue Oct 16 15:55:30 2007
New Revision: 22146
Modified:
trunk/docs/pdds/draft/pdd19_pir.pod
Log:
[docs]
Grammar fix; Courtesy Joshua Juran <[EMAIL PROTECTED]>
Modified: trunk/docs/pdds/draft/pdd19_pir.pod
===
On Oct 16, 2007, at 10:52 AM, Paul Cochrane wrote:
The minimum requirements for filenames should be:
- Any character in the set: a-zA-Z0-9,.-_
- Should we make a rule about multiple dots?
- Should there be a maximum length? 1024 chars? 100 chars? 12
chars?
I would like to see a maximum
On Wednesday 10 October 2007 13:31:07 Jerry Gay wrote:
> the following orderedhash tests fail on win32 in the pdd15oo branch.
> it seems to do with values disappearing via gc during a clone
> operation.
Should be fixed in r22148. (I know I fixed at least one bug here in that
commit.)
-- c
Good catch, fixed.
On Oct 16, 2007, at 11:46 AM, Joshua Juran wrote:
On Oct 16, 2007, at 6:33 AM, [EMAIL PROTECTED] wrote:
Modified: trunk/docs/pdds/draft/pdd19_pir.pod
=
=
--- trunk/docs/pdds/draft/pdd19_pir.pod (o
Anyone have anything they would like to try to squeeze in to the
0.4.17 release, coming later today?
--
Will "Coke" Coleda
[EMAIL PROTECTED]
Author: allison
Date: Tue Oct 16 18:46:26 2007
New Revision: 22154
Modified:
trunk/docs/pdds/pdd24_events.pod
Log:
[pdd] Noted alternate possibilities for 'schedule'.
Modified: trunk/docs/pdds/pdd24_events.pod
==
---
Joshua Juran wrote:
On Oct 16, 2007, at 10:52 AM, Paul Cochrane wrote:
The minimum requirements for filenames should be:
- Any character in the set: a-zA-Z0-9,.-_
- Should we make a rule about multiple dots?
- Should there be a maximum length? 1024 chars? 100 chars? 12 chars?
I would li
Patrick R. Michaud wrote:
I'm curious... is this code implying that any PMC class that
may be subclassed in PIR needs to explicitly check for when
that is happening and delegate to the proxy somehow?
Originally that was the reason for the
"if (PObj_is_object_TEST(SELF)) ..." portion of the co
On Tue, Oct 16, 2007 at 10:45:29PM -0400, James E Keenan wrote:
> Joshua Juran wrote:
> >On Oct 16, 2007, at 10:52 AM, Paul Cochrane wrote:
> >
> >>The minimum requirements for filenames should be:
> >> - Any character in the set: a-zA-Z0-9,.-_
> >> - Should we make a rule about multiple dots?
> >>
On 10/16/07, James E Keenan <[EMAIL PROTECTED]> wrote:
> Joshua Juran wrote:
> > On Oct 16, 2007, at 10:52 AM, Paul Cochrane wrote:
> >
> >> The minimum requirements for filenames should be:
> >> - Any character in the set: a-zA-Z0-9,.-_
> >> - Should we make a rule about multiple dots?
> >> - S
On Oct 16, 2007, at 8:23 PM, Patrick R. Michaud wrote:
On Tue, Oct 16, 2007 at 10:45:29PM -0400, James E Keenan wrote:
Joshua Juran wrote:
On Oct 16, 2007, at 10:52 AM, Paul Cochrane wrote:
The minimum requirements for filenames should be:
- Any character in the set: a-zA-Z0-9,.-_
- Should w
# New Ticket Created by Will Coleda
# Please include the string: [perl #46479]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=46479 >
This field doesn't seem to be used, and the url that is there is a
pointer to a ticket,
# New Ticket Created by chromatic
# Please include the string: [perl #46481]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=46481 >
Here's a nifty little patch that adds a new runcore which runs a full GC cycle
after each
On behalf of the Parrot team, I'm proud to announce Parrot 0.4.17
"Two for Finching." Parrot (http://parrotcode.org/) is a virtual
machine aimed
at running all dynamic languages.
Parrot 0.4.17 can be obtained via CPAN (soon), or follow the
download instructions at http://parrotcode.org/source.
Added a redirect [ http://www.parrotcode.org/release/devel ] Which
should always point to the latest tarball on CPAN.
Have at the deprecations; we can also consider merging the mostly
done pdd15oo back to trunk now, if we're pretty sure we'll finish it
up before the November cut.
Current
39 matches
Mail list logo