Gordon Henriksen <[EMAIL PROTECTED]> wrote:
> On Friday, January 30, 2004, at 11:52 , Leopold Toetsch wrote:
>> + /*
>> + * if we morph to a string, first clear str_val
>> + * so that after changing the vtable a parallel
>> + * reader doesn't get a gargabe pointer
>>
# New Ticket Created by Bernhard Schmalhofer
# Please include the string: [perl #25825]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=25825 >
Hi,
with a non-english locale I get a failure of test 11 in syn/file.t. Test 11
# New Ticket Created by Stefan Lidman
# Please include the string: [perl #25832]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=25832 >
Hello
This is a test for the buffer bug that
was discussed on p6i a few days ago.
It
--- Stephane Peiry <[EMAIL PROTECTED]> wrote:
>
> Attached here is a list with old entries in RT where you can see the
> requestor (email address), ticket number, description. If your email
> address is in there, please give an update or I'll go flagging these
> as obsolete (unless they are obvio
At 4:47 PM -0700 1/27/04, Cory Spencer wrote:
Perhaps someone with a bit more familiarity with the Parrot IO subsystem
could give me some guidance here. I'm currently trying to get a new
'peek' opcode working, and I'm having difficulties getting the io_unix
layer implemented correctly.
Before we g
At 12:03 AM +0100 1/29/04, Elizabeth Mattijsen wrote:
At 10:40 +0100 1/28/04, Leopold Toetsch wrote:
The Perl 6 Summarizer wrote:
The costs of sharing
Leo Töposted a test program and some results for timing the difference
between using shared and unshared PMCs. ... Hopefully the benchmar
At 12:17 AM -0800 1/28/04, Jeff Clites wrote:
On Jan 27, 2004, at 7:29 AM, Leopold Toetsch wrote:
getinterp P5
dlfunc P0, Nul, "Parrot_UnManagedStruct_get_pointer", "pIP"
...
This is unlimited self-inspection and self-modification :) With
little additions (nested structs) one coul
At 10:51 PM -0500 1/30/04, Gordon Henriksen wrote:
On Thursday, January 29, 2004, at 08:41 , Dan Sugalski wrote:
So, while I'm heaping much grumpiness on threads (though I suppose,
as I've been out of touch for a bit maybe you've all solved the
problem. That'd be nice) I've also been thinking ab
Stephane Peiry <[EMAIL PROTECTED]> wrote:
> 23039 [PATCH] event handling-2
A similar patch is in, either applied or obsolete and resolved.
> 16300 [BUG] hash clone hangs
> 17158 [PACTH] reduce size of core_ops_prederef.* by a fair amount
> 17244 [PACTH] hash ops at runtime for op_code() looku
Chromatic <[EMAIL PROTECTED]> wrote:
> How about examples/pni/sdl_blue_rectangle.imc?
Done.
> -- c
leo
Dan Sugalski <[EMAIL PROTECTED]> wrote:
> Having all the objects of a generation in a single pool does make
> life significantly easier, to be sure, but you don't need to have the
> objects *themselves* in a single pool -- just have a quick way to
> identify all the objects in a generation. We cou
At 1:27 AM -0500 1/30/04, Gordon Henriksen wrote:
On Thursday, January 29, 2004, at 11:55 , Melvin Smith wrote:
At 11:45 PM 1/28/2004 -0500, Gordon Henriksen wrote:
On Wednesday, January 28, 2004, at 12:53 , Melvin Smith wrote:
At 12:27 PM 1/23/2004 -0800, Damien Neil wrote:
Java Collections ar
At 5:41 PM +0100 2/2/04, Leopold Toetsch wrote:
Dan Sugalski <[EMAIL PROTECTED]> wrote:
Having all the objects of a generation in a single pool does make
life significantly easier, to be sure, but you don't need to have the
objects *themselves* in a single pool -- just have a quick way to
iden
On Mon, 2004-02-02 at 07:57, Leopold Toetsch wrote:
> > How about examples/pni/sdl_blue_rectangle.imc?
> Done.
I have a couple of other examples now; should I check them in here? In
particular, I have image animation and will shortly have examples of
reading input with SDL.
-- c
I have been shooted with spam, and didn't notice this thread :-)
Does this means that parrot already binds/links to external libraries?
Thanks
Alb
chromatic wrote:
On Mon, 2004-02-02 at 07:57, Leopold Toetsch wrote:
How about examples/pni/sdl_blue_rectangle.imc?
Done.
I have a couple of other e
At 5:13 PM + 2/2/04, Alberto Manuel Brandão Simões wrote:
I have been shooted with spam, and didn't notice this thread :-)
Does this means that parrot already binds/links to external libraries?
Yup, has for quite a while. Take a look at the
library/ncurses.pasm and library/postgres.pasm
files
Huh! :-) Cool.
Thanks for the suggestions.
Alberto
Dan Sugalski wrote:
At 5:13 PM + 2/2/04, Alberto Manuel Brandão Simões wrote:
I have been shooted with spam, and didn't notice this thread :-)
Does this means that parrot already binds/links to external libraries?
Yup, has for quite a while
# New Ticket Created by Dan Sugalski
# Please include the string: [perl #25854]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=25854 >
Simon Cozen's got a Python::Bytecode module on CPAN which
disassembles python bytecode,
On Sat, 1 Feb 2004, Stephane Peiry wrote:
> Hi All,
>
> Attached here is a list with old entries in RT where you can see the
> requestor (email address), ticket number, description. If your email
> address is in there, please give an update or I'll go flagging these
> as obsolete (unless they are
Chromatic <[EMAIL PROTECTED]> wrote:
> On Mon, 2004-02-02 at 07:57, Leopold Toetsch wrote:
>> > How about examples/pni/sdl_blue_rectangle.imc?
>> Done.
> I have a couple of other examples now; should I check them in here? In
> particular, I have image animation and will shortly have examples of
Dan Sugalski <[EMAIL PROTECTED]> wrote:
> The freelist used to be an array that held free PMC pointers. I
> presume this changed?
Must have been changed before my days then. The freelist is a linked
list of pointers:
get_free_object ...
ptr = pool->free_list;
pool->free_list = *(void **
On Mon, 2004-02-02 at 10:58, Leopold Toetsch wrote:
> If you got more examples (good) I'd suggest to put these in a distinct
> subdirectory.
Do you prefer examples/pni/sdl/ or examples/sdl/ or something else?
Also, I have one 6k binary file for one example. Is that okay to check
in?
-- c
At 11:15 AM -0800 2/2/04, chromatic wrote:
On Mon, 2004-02-02 at 10:58, Leopold Toetsch wrote:
If you got more examples (good) I'd suggest to put these in a distinct
subdirectory.
Do you prefer examples/pni/sdl/ or examples/sdl/ or something else?
examples/sdl would probably be best. We can get
On Fri, Jan 30, 2004 at 06:16:06PM +, Tim Bunce wrote:
: In Java you would write "java.lang.String", naturally, and in Perl
: you'd write "parrot::java::java.lang.String".
That's okay if it's a string being interpreted by the appropriate
code, but as a Perl 6 name it won't wash. That's gonna
On Mon, Jan 12, 2004 at 09:33:57AM -0500, Dan Sugalski wrote:
> At 11:52 AM + 1/12/04, Tim Bunce wrote:
> >Has a date been set for the next release?
>
> Nope. I suppose we could shoot for another holiday release, if
> someone's got a good february one.
>
> >Are the docs (especially the PDDs)
On Mon, Feb 02, 2004 at 12:40:45PM -0800, Larry Wall wrote:
> On Fri, Jan 30, 2004 at 06:16:06PM +, Tim Bunce wrote:
> : In Java you would write "java.lang.String", naturally, and in Perl
> : you'd write "parrot::java::java.lang.String".
>
> That's okay if it's a string being interpreted by the
Dan,
What is your plan for getting python
objects working for the pie-thon?
I've made a small start on wrapping
PythonObjects as PMC's and that seems
to work. It's also a whole lot easier
than trying to recode them as PMCs
directly or writing them in imc/pir.
They just need to be tricked into
th
Hi,
Back from unwellness and the subsequent need to catch up with a stack of
stuff, I finally found time to sync up my parrot tree and try a Win32 build.
Turns out it fails in event.c with a whole string of errors and warnings:-
events.c(67) : error C2061: syntax error : identifier 'sig_int'
even
Leo clarified this as a problem with backward branch circa 3/12/03:
Sorry to be a pain in the butt, but I need to be told that there has
been no improvement in the last two months on this ;-(
.sub _main
goto L1
test:
$I1 = 1
ret
L1:
$I2 = 2
call test
On Tue, 3 Feb 2004, Pete Lomax wrote:
> .sub _main
> goto L1
> test:
> $I1 = 1
> ret
> L1:
> $I2 = 2
> call test
> print $I2 # prints 1, not 2
> end
> .end
...
> Again, sorry to be a pain, but I'd like the truth/an update, please!
> Or some h
On Mon, 2004-02-02 at 12:30, Dan Sugalski wrote:
> examples/sdl would probably be best. We can get more hierarchical at
> some point later if we need to.
>
> Yeah, go ahead.
Okay, done. We can now load and animate simple images with SDL.
(Actually, anyone can, as there's documentation and exa
Gordon Henriksen <[EMAIL PROTECTED]> wrote:
> On Friday, January 30, 2004, at 11:52 , Leopold Toetsch wrote:
>> + /*
>> + * if we morph to a string, first clear str_val
>> + * so that after changing the vtable a parallel
>> + * reader doesn't get a gargabe pointer
>> +
From: "Leopold Toetsch" <[EMAIL PROTECTED]>
> Gordon Henriksen <[EMAIL PROTECTED]> wrote:
> > On Friday, January 30, 2004, at 11:52 , Leopold Toetsch wrote:
> >> + /*
> >> + * if we morph to a string, first clear str_val
> >> + * so that after changing the vtable a parallel
>
On Mon, 2 Feb 2004 20:51:21 -0500 (EST), Michal Wallace
<[EMAIL PROTECTED]> wrote:
>On Tue, 3 Feb 2004, Pete Lomax wrote:
>
>> .sub _main
>> goto L1
>> test:
>> $I1 = 1
>> ret
>> L1:
>> $I2 = 2
>> call test
>> print $I2 # prints 1, not 2
>> end
>> .
34 matches
Mail list logo