Geoffrey Broadwell a écrit :
I noticed a couple commits overnight for Lua to support OpenGL. I'm a
bit confused by them, since they don't seem to actually *do* anything,
just lots of (hopefully automatically generated!) scaffolding.
fperrad: How do these bindings actually work?
There'll work w
Allison Randal wrote:
> Allison Randal wrote:
>> Moritz Lenz wrote:
>>>
>>> I also get errors in parrot's PGE tests (I guess they are known already;
>>> if not I can happily send the details)
>>
>> I get no errors in PGE's tests on Mac OS X or Ubuntu as of r29552, so
>> please send the details.
>
Hi,
today I released Perl6::Str to CPAN. It's a module for grapheme level
string handling, and the methods are modeled closely after those of Perl 6.
I cheated a bit in that I didn't implement codepoint and byte level
semantics, since perl 5 supports them natively already.
It lacks some features
How is make install for the pbc_to_exe generated languages supposed to work?
For the utils you simply link to a fixed install_config.o with fixed builddir.
But the languages are generated from a .pir file with hardcoded, wrong builddir.
I think about adding support for an optional --install arg i
On Fri, 18 Jul 2008, James E Keenan wrote:
> Parrot has been building successfully, albeit slowly, for me on Darwin for
> several months now. But I must say that the very last line of 'make' output
> always shows a lot of warnings of "multiple definitions of symbol". Can
> anyone evaluate these
On Fri, 18 Jul 2008, James Keenan via RT wrote:
> On Fri Jul 18 08:22:48 2008, doughera wrote:
>
> >
> > Oh yes -- I did remember one other. Configure.pl currently offers you
> the
> > opportunity to specify different sizes for opcode_t and INTVAL. However,
> > parrot itself assumes they are
Parrot Bug Summary
http://rt.perl.org/rt3/NoAuth/parrot/Overview.html
Generated at Mon Jul 21 13:00:02 2008 GMT
---
* Numbers
* New Issues
* Overview of Open Issues
* Ticket Status By Version
* Requestors with m
On Mon, 2008-07-21 at 09:34 +0200, François Perrad wrote:
> Geoffrey Broadwell a écrit :
> > fperrad: How do these bindings actually work?
> There'll work with runtime/parrot/library/OpenGL.pir.
OK ... so what could be improved about runtime/parrot/library/OpenGL.pir
so that you didn't have to wri
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #57170]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=57170 >
While
$ ./perl6 -e 'class B {}; class A is B {}'
works,
$ ./perl6 -e 'class A is B {}
# New Ticket Created by Will Coleda
# Please include the string: [perl #57178]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=57178 >
http://smolder.plusthree.com/app/public_projects/details/8
Clicking on the "Data Feeds"
On Mon, Jul 21, 2008 at 2:29 PM, Michael Peters via RT
<[EMAIL PROTECTED]> wrote:
> On Mon Jul 21 11:15:15 2008, coke wrote:
>> http://smolder.plusthree.com/app/public_projects/details/8
>>
>> Clicking on the "Data Feeds" links
>>
>> /app/public_projects/feed/8 (all)
>> /app/public_projects/feed/
Using TAP::Harness::Archive 0.12, successfully ran a "make
smolder_test" on windows.
http://smolder.plusthree.com/app/public_projects/report_details/2381
---
tjh
On Jul 19, 2008, at 8:51 AM, Michael Peters wrote:
Tim Heckman wrote:
One thing I've found is that I cannot install
TAP::Harne
Will Coleda wrote:
On Mon, Jul 21, 2008 at 2:29 PM, Michael Peters via RT
<[EMAIL PROTECTED]> wrote:
On Mon Jul 21 11:15:15 2008, coke wrote:
http://smolder.plusthree.com/app/public_projects/details/8
Clicking on the "Data Feeds" links
/app/public_projects/feed/8 (all)
/app/public_projects/
On Mon, Jul 21, 2008 at 2:48 PM, Michael Peters <[EMAIL PROTECTED]> wrote:
> Will Coleda wrote:
>>
>> On Mon, Jul 21, 2008 at 2:29 PM, Michael Peters via RT
>> <[EMAIL PROTECTED]> wrote:
>>>
>>> On Mon Jul 21 11:15:15 2008, coke wrote:
http://smolder.plusthree.com/app/public_projects/deta
Will Coleda wrote:
that require a login. Is this intentional?
No this was not. It should be fixed, so please try again.
Nope, still asking me for a login.
Sorry, I wasn't completely clear. That URL will always prompt you for a
login. The XML feed should have given the public URL, so that's
On Mon, Jul 21, 2008 at 3:07 PM, Michael Peters <[EMAIL PROTECTED]> wrote:
> Will Coleda wrote:
>
that require a login. Is this intentional?
>>>
>>> No this was not. It should be fixed, so please try again.
>>
>> Nope, still asking me for a login.
>
> Sorry, I wasn't completely clear. That URL
On Fri, Jul 11, 2008 at 4:59 PM, Will Coleda <[EMAIL PROTECTED]> wrote:
> Can someone who is attending OSCON write up a blurb for the parrot web
> site similar to the (now past) one there for YAPC::NA?
>
> I'd be happy to post it if the person that writes it isn't Allison or
> chromatic... ^_^
>
>
Reini Urban schrieb:
How is make install for the pbc_to_exe generated languages supposed to work?
For the utils you simply link to a fixed install_config.o with fixed builddir.
But the languages are generated from a .pir file with hardcoded, wrong builddir.
I think about adding support for an o
Reminder: given the number of folks attending OSCON this week, the IRC
#parrotsketch is cancelled for tomorrow, and will resume again on July
29, 2008
Regards.
--
Will "Coke" Coleda
Patch applied in r29660 tonight.
From: Allison Randal <[EMAIL PROTECTED]>
Date: Sun, 20 Jul 2008 23:27:44 -0700
. . . That patch demonstrates the exact behaviour that is no
longer supported under the new spec and implementation. Tell me more
about how you're using the old pushaction, and I'll suggest alternatives
On Monday 21 July 2008 13:48:41 Reini Urban wrote:
> I did it now this way:
>
> pbc_to_exe accepts a 2nd optional arg.
> If it's --install the exe is prefixed with "installable_", and it's not
> linked against parrot_config.o but against install_config.o
>
> This way I can produce installable lang
Andy Dougherty via RT wrote:
On Thu, 17 Jul 2008, Christoph Otto via RT wrote:
On Thu Jul 17 15:53:12 2008, julianalbo wrote:
On Thu, Jul 17, 2008 at 9:59 PM, Christoph Otto via RT
<[EMAIL PROTECTED]> wrote:
trick. The attached patch (v5) properly fixes the problem on my system.
There shou
23 matches
Mail list logo