The Parrot Developer Summit met for over three hours beginning at 2300
UTC. You can read the log starting here:
http://irclog.perlgeek.de/parrotsketch/2010-12-05. The summit
particularly benefited from contributions by people who were major
Parrot developers in past years and by people quite
On Sun, Dec 5, 2010 at 6:50 AM, Richard Hainsworth wrote:
> The examples/ directory needs some attention as examples in some directories
> dont work out of the box.
>
> I tried examples in examples/sdl, examples/opengl, and examples/tcl
Many of the examples are extremely old at this point and rec
I asked for this short exploratory task for a GCI student to try. The
goal was to remove all the calls to
Parrot_pcc_invoke_method_from_c_args from src/io/api.c. We're slowing
trying to move to a system where PMC methods call the IO api
functions, not th other way around. I was hoping that we weren
Hello!
I do this Google Code-in task:
http://www.google-melange.com/gci/task/show/google/gci2010/parrot_perl_foundations/t129112852531.
I removed all calls to the function Parrot_pcc_invoke_method_from_c_args() from
src/io/api.c and ran the test suite. Tests fail.
Errors:
error:imcc:syntax error, u
The examples/ directory needs some attention as examples in some
directories dont work out of the box.
I tried examples in examples/sdl, examples/opengl, and examples/tcl
Some I got examples in sdl/ working by downloading the relative libsdl
files (I use ubuntu)
I am willing to try to get so