# New Ticket Created by Geoffrey Broadwell
# Please include the string: [perl #54238]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54238 >
The attached patch for OpenGL.pir and triangle.pir makes the following
changes:
1
Hi, Folks.
There are a few files on the parrot source where the compiler complains
about a logic value that is always true.
Let us check a specific case:
on src/jit_emit.h:231,
if (!base && !(i && scale) && (!emit_is8bit(disp) || 1)) {
This is exactly
if (!base && !(i && scale)) {
N
On Friday 16 May 2008 13:12:19 Alberto Simões wrote:
> There are a few files on the parrot source where the compiler complains
> about a logic value that is always true.
>
> Let us check a specific case:
>
> on src/jit_emit.h:231,
>
> if (!base && !(i && scale) && (!emit_is8bit(disp) || 1)) {
On Fri, May 16, 2008 at 09:12:19PM +0100, Alberto Simões wrote:
> Hi, Folks.
>
> There are a few files on the parrot source where the compiler complains
> about a logic value that is always true.
>
> Let us check a specific case:
>
> on src/jit_emit.h:231,
>
>if (!base && !(i && scale) &&
On Fri, May 16, 2008 at 03:20:34PM -0500, Patrick R. Michaud wrote:
> On Fri, May 16, 2008 at 09:12:19PM +0100, Alberto Simões wrote:
> > Hi, Folks.
> >
> > There are a few files on the parrot source where the compiler complains
> > about a logic value that is always true.
> >
> > Let us check a
Hi,
In Perl 6 we need to be able to have Parrot subs take on a range of
different types. For example, those that are methods should be of type
Method, others of type Block, Submethod and so forth.
I'd like to propose a type adverb for subs.
.sub 'foo' :method :type('Submethod')
...
.end
On Sat, May 03, 2008 at 04:14:27AM -0700, [EMAIL PROTECTED] wrote:
> Author: allison
> Date: Sat May 3 04:14:26 2008
> New Revision: 27304
>
> Modified:
>trunk/docs/pdds/pdd28_strings.pod
>
> Log:
> [pdd] Strings PDD: fix a typo, move a few sections around.
>
>
> Modified: trunk/docs/pdds/
On Friday 16 May 2008 16:56:13 Bob Wilkinson wrote:
> On Sat, May 03, 2008 at 04:14:27AM -0700, [EMAIL PROTECTED] wrote:
> > Modified: trunk/docs/pdds/pdd28_strings.pod
> > =
> >= --- trunk/docs/pdds/pdd28_strings.pod (o
From: Jonathan Worthington <[EMAIL PROTECTED]>
Date: Sat, 17 May 2008 00:25:35 +0200
Hi,
In Perl 6 we need to be able to have Parrot subs take on a range of
different types . . .
Is the idea sane, and is the name of the adverb OK? If so, I'll go ahead
and implement it (wit
On Fri, May 16, 2008 at 11:12:54PM +0100, Nicholas Clark wrote:
> On Fri, May 16, 2008 at 03:20:34PM -0500, Patrick R. Michaud wrote:
> > On Fri, May 16, 2008 at 09:12:19PM +0100, Alberto Simões wrote:
> > >if (!base && !(i && scale) && (!emit_is8bit(disp) || 1)) {
> > >
> > > This is exactly
Bob Rogers wrote:
From: Jonathan Worthington <[EMAIL PROTECTED]>
Date: Sat, 17 May 2008 00:25:35 +0200
Hi,
In Perl 6 we need to be able to have Parrot subs take on a range of
different types . . .
Is the idea sane, and is the name of the adverb OK? If so, I'll go ahead
It could be a pmc instead of a class. How about :type ?
On Fri, May 16, 2008 at 7:38 PM, Jonathan Worthington
<[EMAIL PROTECTED]> wrote:
> Bob Rogers wrote:
>>
>> From: Jonathan Worthington <[EMAIL PROTECTED]>
>> Date: Sat, 17 May 2008 00:25:35 +0200
>>
>> Hi,
>>
>> In Perl 6 we need to be
From: Jonathan Worthington <[EMAIL PROTECTED]>
Date: Sat, 17 May 2008 01:38:46 +0200
Bob Rogers wrote:
> It is a good idea. I think I would call it ":class", though.
I did ponder that, and then worried that people would confuse it with
putting a method into a certain class, wh
On Fri, May 16, 2008 at 5:31 PM, Bob Rogers
<[EMAIL PROTECTED]> wrote:
> From: Jonathan Worthington <[EMAIL PROTECTED]>
> Date: Sat, 17 May 2008 01:38:46 +0200
>
> Bob Rogers wrote:
> > It is a good idea. I think I would call it ":class", though.
>
> I did ponder that, and then worried t
Parrot 0.6.2 is on schedule for the 20 May release. In preparation, please
gather up any NEWS you find important for your subsystem, please report any
PLATFORMS updates, and please run make fulltest on every architecture you can
find.
I'd like to concentrate on applying patches and fixing bugs
15 matches
Mail list logo