Re: YAPC::EU 2008

2008-07-27 Thread Allison Randal
Bernhard Schmalhofer wrote: We could always do the 12th AND the 16th, just for fun and bonus productivity (if everyone isn't exhausted from a day of hacking and three days of conference)? ;-) I'm also flexible. 12th and 16th sounds good to me. I've booked to arrive in Copenhagen on the 11th

Re: [perl #57344] [TODO] Change runtime/parrot/* to runtime/*

2008-07-27 Thread Geoffrey Broadwell
I'll reply to the rest of this (if someone doesn't beat me to it) tomorrow, but just wanted to comment on your closing comment: On Sun, 2008-07-27 at 22:25 -0700, jerry gay wrote: > that's an install tree > policy, and as far as i'm concerned, it hasn't been addressed yet > (along with many other

Re: [perl #57344] [TODO] Change runtime/parrot/* to runtime/*

2008-07-27 Thread jerry gay
On Sun, Jul 27, 2008 at 1:56 PM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Sun, Jul 27, 2008 at 10:08:06AM -0700, Geoffrey Broadwell wrote: >> In the source repository, the 'parrot' in runtime/parrot/foo is >> pointless. It's a singleton directory, and it's redundant. > > I think that the

Re: [perl #48264] [TODO] [C] Write file-level documentation

2008-07-27 Thread Christoph Otto
Will Coleda via RT wrote: On Sun, Jul 27, 2008 at 1:49 AM, Christoph Otto via RT <[EMAIL PROTECTED]> wrote: On Thu Dec 06 08:54:35 2007, pcoch wrote: Many files in the Parrot repository are lacking descriptions within the pod DESCRIPTION section. This needs to be done. An appropriate descrip

Re: [perl #48264] [TODO] [C] Write file-level documentation

2008-07-27 Thread Will Coleda
On Sun, Jul 27, 2008 at 1:49 AM, Christoph Otto via RT <[EMAIL PROTECTED]> wrote: > On Thu Dec 06 08:54:35 2007, pcoch wrote: >> Many files in the Parrot repository are lacking descriptions within the >> pod DESCRIPTION section. This needs to be done. An appropriate > description >> of what the g

Re: [perl #57320] touch /tmp/t && make test => fails t/perl/Parrot_IO.t ?

2008-07-27 Thread Will Coleda
On Sun, Jul 27, 2008 at 10:40 PM, Eric Wilhelm <[EMAIL PROTECTED]> wrote: > # from James Keenan via RT > # on Sunday 27 July 2008 18:45: > >>> It appears that this test assumes (multiple times perhaps?) that it >>> may make named files in /tmp/. >> >>Are you saying that making named files in /tmp (

Re: [perl #57320] touch /tmp/t && make test => fails t/perl/Parrot_IO.t ?

2008-07-27 Thread Eric Wilhelm
# from James Keenan via RT # on Sunday 27 July 2008 18:45: >> It appears that this test assumes (multiple times perhaps?) that it >> may make named files in /tmp/. > >Are you saying that making named files in /tmp (or any other temporary >directory) is bad or something to be avoided?  If so, what

[perl #57320] touch /tmp/t && make test => fails t/perl/Parrot_IO.t ?

2008-07-27 Thread James Keenan via RT
On Sat Jul 26 22:27:39 2008, [EMAIL PROTECTED] wrote: > It appears that this test assumes (multiple times perhaps?) that it may > make named files in /tmp/. > > Are you saying that making named files in /tmp (or any other temporary directory) is bad or something to be avoided? If so, what alte

Re: [perl #57344] [TODO] Change runtime/parrot/* to runtime/*

2008-07-27 Thread Patrick R. Michaud
On Sun, Jul 27, 2008 at 10:08:06AM -0700, Geoffrey Broadwell wrote: > In the source repository, the 'parrot' in runtime/parrot/foo is > pointless. It's a singleton directory, and it's redundant. I think that the point of runtime/parrot/ is that we may also someday have runtime/perl6/, runtime/pyn

Re: [perl #57286] t/examples/library.t fails during make test on OS X 10.5.4

2008-07-27 Thread chromatic
On Friday 25 July 2008 15:46:25 Jeff Lavallee wrote: > Latest parrot code from svn. During make test, t/example/library.t fails: > > t/examples/library...ok 1/4Failed to load libpcre > current instr.: 'parrot;PCRE;init' pc 110 (library/pcre.pir:111) > called from Sub 'parr

Re: [perl #57344] [TODO] Change runtime/parrot/* to runtime/*

2008-07-27 Thread Geoffrey Broadwell
On Sun, 2008-07-27 at 12:10 -0700, Will Coleda via RT wrote: > On Sun, Jul 27, 2008 at 1:08 PM, via RT Geoffrey Broadwell > <[EMAIL PROTECTED]> wrote: > > # New Ticket Created by Geoffrey Broadwell > > # Please include the string: [perl #57344] > > # in the subject line of all future corresponden

Parrot_sprintf_c question.

2008-07-27 Thread Will Coleda
To properly support $tcl_precision in tcl, I need to change how I'm currently implementing {$tcl_precision == 0}. Right now, I just fake it by setting the precision to 16, but that isn't right. What I really want is something like this in src/pmc/tclfloat.pmc: if (precision)

[perl #48367] [BUG] intlist_get could be dereferencing NULL

2008-07-27 Thread Christoph Otto via RT
On Sat Jul 26 14:34:26 2008, [EMAIL PROTECTED] wrote: > > I'd write that as: > > if (ret) > return *(INTVAL *)ret; > > return (INTVAL)0; > > The pointer casting dereferencing bothers me a little, but if > compilers don't > warn about it > > -- c > That looks cle

Re: [perl #57344] [TODO] Change runtime/parrot/* to runtime/*

2008-07-27 Thread Will Coleda
On Sun, Jul 27, 2008 at 1:08 PM, via RT Geoffrey Broadwell <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Geoffrey Broadwell > # Please include the string: [perl #57344] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=

[perl #57344] [TODO] Change runtime/parrot/* to runtime/*

2008-07-27 Thread via RT
# New Ticket Created by Geoffrey Broadwell # Please include the string: [perl #57344] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57344 > In the source repository, the 'parrot' in runtime/parrot/foo is pointless. It's a

[perl #56562] [PATCH] root.in: add cygwin importlib

2008-07-27 Thread chromatic via RT
Thanks, applied in r29767.

[perl #57320] touch /tmp/t && make test => fails t/perl/Parrot_IO.t ?

2008-07-27 Thread via RT
# New Ticket Created by Eric Wilhelm # Please include the string: [perl #57320] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57320 > It appears that this test assumes (multiple times perhaps?) that it may make named file

[Parrot] New comment on Episode 1: Introduction.

2008-07-27 Thread Taweth
Taweth has left a new comment on your post "Episode 1: Introduction": It seems that recent changes have altered the behaviour of the mk_language_shell script. If anyone else finds themselves without a Makefile once they run this, the fix is to run the command without the path on the end (eg: "perl

[perl #46895] [TODO] [Pir] [C] Investigate and correct incorrect recursion depth counting in debug backtrace

2008-07-27 Thread Christoph Otto via RT
On Thu Jul 24 23:21:19 2008, cotto wrote: > > I agreee. I ran with a few different runcores and always got 1000 as > the number (when Parrot ran and I was patient enough to wait for the > output). It was the same for cgoto, cgp, fast, slow and switch. > I ran the following with a normal build of

[perl #48264] [TODO] [C] Write file-level documentation

2008-07-27 Thread Christoph Otto via RT
On Thu Dec 06 08:54:35 2007, pcoch wrote: > Many files in the Parrot repository are lacking descriptions within the > pod DESCRIPTION section. This needs to be done. An appropriate description > of what the given file does is all that is necessary. r29788 adds a test for this. Unless the test

[perl #57312] [TODO] delete languages/pugs/

2008-07-27 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #57312] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57312 > languages/pugs/ was for a pugs interface to parrot. the code was already bitrotten long bef

Re: [perl #56996] [TODO] remove non FHS-compliant searchpaths

2008-07-27 Thread Geoffrey Broadwell
On Sun, 2008-07-27 at 13:13 +0200, Reini Urban wrote: > +stat $I0, conf_file, 0 > +if $I0 goto conf > + > +# If installed into /usr/lib/parrot, not /usr/runtime/parrot > +# This logic has to be reversed when installed versions should > run faster > +# than source builds. Re

[perl #56554] [TODO] add languages/*/Makefile install targets

2008-07-27 Thread James Keenan via RT
Per request from Reini Urban, I have merged RT 57296 into this ticket. The version of the patch which should be evaluated is that submitted by Reini on 26 July: make-install-lang.patch. kid51

Re: Clue! (or, Attention Crazy People Looking for a Project)

2008-07-27 Thread Reini Urban
chromatic schrieb: "Clue is an ANSI C compiler (C89, some C99) that targets high-level languages such as Lua, Javascript or Perl. It supports the entire C language, including pointer arithmetic, and can be used to run arbitrary pure-C programs." http://cluecc.sourceforge.net/ It compiles C c

Re: [perl #56996] [TODO] remove non FHS-compliant searchpaths

2008-07-27 Thread Reini Urban
Reini Urban (via RT) schrieb: Remove /usr/runtime/parrot/include /usr/runtime/parrot /usr paths from the .include searchpath. I found this out via strace on cygwin. Attached patch tries at least /usr/lib/parrot when /usr/runtime/parrot fails. As soon as installed versions should run f