On 4/4/07, James E Keenan <[EMAIL PROTECTED]> wrote:
In the course of refactoring Configure.pl, I notice that it uses one of
the $ENGLISH variables -- $OUTPUT_AUTOFLUSH.
Does Parrot have any policy one way or the other on use of these
variables as opposed to their "punctuation variables" equival
In the course of refactoring Configure.pl, I notice that it uses one of
the $ENGLISH variables -- $OUTPUT_AUTOFLUSH.
Does Parrot have any policy one way or the other on use of these
variables as opposed to their "punctuation variables" equivalents?
For reference: Here's the ack:
[latest] 5
Author: allison
Date: Wed Apr 4 19:15:56 2007
New Revision: 17987
Added:
trunk/docs/pdds/pdd15_objects.pod
- copied unchanged from r17985, /trunk/docs/pdds/draft/pdd15_objects.pod
Removed:
trunk/docs/pdds/draft/pdd15_objects.pod
Changes in other areas also in this revision:
Modified:
# New Ticket Created by James Keenan
# Please include the string: [perl #42305]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42305 >
This patch transfers one aspect of Configure.pl's functionality --
the user-friendly m
Author: allison
Date: Wed Apr 4 19:05:53 2007
New Revision: 17985
Modified:
trunk/docs/pdds/draft/pdd15_objects.pod
Log:
[pdd]: Some reorganization on the Objects PDD, a basic addition of super and
next, to be revised on further input from HLL implementers.
Modified: trunk/docs/pdds/draft/p
Patch applied in r17983 and 17984.
Alek Storm wrote:
Whoops, that metaclasses reference didn't quite make sense (it was pretty
late in my timezone). I meant that, in Smalltalk for example, classes are
also first-class objects. Also, in prototype-based languages like Self and
ECMAScript, objects might also want to act like class
Jonathan Worthington wrote:
Anyway, fixed in r17982. May need a realclean - I had to do one anyway
to run the buildtools tests.
Awesome. Works for me even without realclean.
Thanks!
Allison
Allison Randal wrote:
This is a leftover from the old days when the way to override a vtable
method was to define a method with an '__' name, so they never
conflicted.
Not really - this was a conflict in the names of the methods at a C
level. The '__' prefix was a PIR-level thing. In PIR we ma
Allison Randal wrote:
For me too, even after a 'make realclean' on Parrot. In the interests
of our developing policy on a stable trunk: Jonathan, fix the problem
for Lua or revert the change before continuing with further development.
Don't really need a policy to tell me that breaking stuff for
François PERRAD wrote:
This new behavior breaks the build of Lua PMC.
Argh, sorry. :-( Thanks for the detailed bug report - I know where the
problem is, and am working on a fix.
Jonathan
On 4/3/07, Alek Storm <[EMAIL PROTECTED]> wrote:
we can just use set_hll_global and get_hll_global, storing the class
PMCs like normal objects. Which makes sense, given that class PMCs
can also *be* normal objects (metaclasses, etc), and we don't need a
separate container for classes. My Small
Jonathan Worthington wrote:
Hi,
I was working on starting to move class functionality into v-table
methods, as discussed on list recently. However, I hit an interesting
issue - you cannot have a METHOD or PCCMETHOD with the same name as a
vtable method. We need to be able to do that to implem
François PERRAD wrote:
Anyway, hope this is agreeable, and please do report any issues.
This new behavior breaks the build of Lua PMC.
For me too, even after a 'make realclean' on Parrot. In the interests of
our developing policy on a stable trunk: Jonathan, fix the problem for
Lua or reve
On Apr 4, 2007, at 6:39 AM, Paul Cochrane wrote:
On 04/04/07, Joshua Isom <[EMAIL PROTECTED]> wrote:
On Apr 3, 2007, at 11:29 PM, Will Coleda (via RT) wrote:
> # New Ticket Created by Will Coleda
> # Please include the string: [perl #42293]
> # in the subject line of all future correspondenc
At 01:33 04/04/2007 +0100, Jonathan Worthington wrote:
Hi,
I was working on starting to move class functionality into v-table
methods, as discussed on list recently. However, I hit an interesting
issue - you cannot have a METHOD or PCCMETHOD with the same name as a
vtable method. We need to b
# New Ticket Created by "Yehoshua Sapir"
# Please include the string: [perl #42300]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42300 >
--- t/pmc/sub.t 2007-04-04 17:20:12.0 +0300
+++ t/pmc/sub.new.t 2007-04-04
# New Ticket Created by "Yehoshua Sapir"
# Please include the string: [perl #42299]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42299 >
---
osname= linux
osvers= 2.6.16-gentoo-r6
arch= i686-linux
cc= i686-pc-linux-
Coke has reported on IRC that the code doesn't fail for him, with OS
X/intel/HEAD.
On 4/3/07, via RT Will Coleda <[EMAIL PROTECTED]> wrote:
# New Ticket Created by Will Coleda
# Please include the string: [perl #42293]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42293 >
These two scripts perform the sa
Parrot benefitted greatly from the Chicago Hackathon, so I'm forwarding
this to our list.
YAPC::Europe 2007 is looking for people who would like to moderate a ~3
hour hackathon on e.g. Perl Testing, TAP, etc.
You can find more information on what we're looking for and what we can
offer to moder
On 04/04/07, Joshua Isom <[EMAIL PROTECTED]> wrote:
On Apr 3, 2007, at 11:29 PM, Will Coleda (via RT) wrote:
> # New Ticket Created by Will Coleda
> # Please include the string: [perl #42293]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Tick
On Apr 3, 2007, at 11:29 PM, Will Coleda (via RT) wrote:
# New Ticket Created by Will Coleda
# Please include the string: [perl #42293]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42293 >
These two scripts perform the s
# New Ticket Created by Jonathan Worthington
# Please include the string: [perl #42287]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=42287 >
Multi-method dispatch needs to be documented in one of the PDDs or have
a PDD o
24 matches
Mail list logo