[perl #61044] [BUG] r33477 fails t/compilers/imcc/syn/macro.t on OS X

2008-12-05 Thread James Keenan via RT
Ovid: I'm going to merge this RT into the one we already have open reporting the same failure on Darwin/PPC. I believe the problem occurred in r33324. I think chromatic is looking into this. Thank you for your report. kid51

Re: For your encouragement

2008-12-05 Thread Ben. B.
s/racing car/bike shed/ On Fri, Dec 5, 2008 at 7:37 PM, Andy Lester <[EMAIL PROTECTED]> wrote: > > On Dec 5, 2008, at 6:33 PM, Simon Cozens wrote: > > It's Perl people, Geoffrey. You tell them that you've made a racing car >> out of old biscuit tins, they'll tell you that you painted it the wron

Re: For your encouragement

2008-12-05 Thread Andy Lester
On Dec 5, 2008, at 6:33 PM, Simon Cozens wrote: It's Perl people, Geoffrey. You tell them that you've made a racing car out of old biscuit tins, they'll tell you that you painted it the wrong colour. s/Perl//; But I agree with you, it's frustrating that that's what people choose to se

Re: For your encouragement

2008-12-05 Thread Simon Cozens
Geoffrey Broadwell wrote: > Someone needs to reply to the comments from readers who have confused > DBI and DBDI, and have thus decided we are turning Perl into Java. It's Perl people, Geoffrey. You tell them that you've made a racing car out of old biscuit tins, they'll tell you that you painted

Re: For your encouragement

2008-12-05 Thread Andy Lester
On Dec 5, 2008, at 3:41 PM, Geoffrey Broadwell wrote: OK, that's fair enough -- but why does submitting a dead simple form require JavaScript? Got me. Hmmm, maybe I should be taking this up with the MT developers. Are you running a current enough rev that it's likely still a problem? (I

Re: For your encouragement

2008-12-05 Thread Geoffrey Broadwell
On Fri, 2008-12-05 at 13:13 -0600, Andy Lester wrote: > On Dec 5, 2008, at 1:11 PM, Geoffrey Broadwell wrote: > > I can't, because as Perlbuzz oh-so-helpfully tells me when I try to > > submit my comment: "Registration is required." With no indication how > > to actually do so. > > You have to ha

Re: For your encouragement

2008-12-05 Thread Andy Lester
On Dec 5, 2008, at 1:11 PM, Geoffrey Broadwell wrote: I can't, because as Perlbuzz oh-so-helpfully tells me when I try to submit my comment: "Registration is required." With no indication how to actually do so. You have to have JavaScript turned on. Sorry that the message sucks. It's on

Re: For your encouragement

2008-12-05 Thread Geoffrey Broadwell
On Fri, 2008-12-05 at 09:10 -0600, Andy Lester wrote: > On Dec 5, 2008, at 4:13 AM, Simon Cozens wrote: > > > I just ran this code, which worked with the expected results: > > > Beautiful. Posted to Perlbuzz. > > http://perlbuzz.com/2008/12/database-access-in-perl-6-is-coming-along-nicely.html

Re: [perl #61052] [BUG]: r33482 Can't run 'make realclean' in languages/perl6 directory

2008-12-05 Thread Ovid
- Original Message > From: Moritz Lenz <[EMAIL PROTECTED]> > (Just out of curiosity, do you need 'make realclean' in > languages/perl6/? Most of the time a simple 'make' works for me, or a > 'make clean'. I never needed realclean in Rakudo, only in parrot so far). No, I don't need to do

[Fwd: Perl compiler]

2008-12-05 Thread Reini Urban
FYI: Another perl5->parrot is in the works. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ --- Begin Message --- Hi, I saw your post on use.perl about B::C and B::CC. Near the bottom you mention: > We might want to convert perl5 to various other formats, such as > native code (JIT), p

Re: For your encouragement

2008-12-05 Thread Andy Lester
On Dec 5, 2008, at 4:13 AM, Simon Cozens wrote: I just ran this code, which worked with the expected results: Beautiful. Posted to Perlbuzz. http://perlbuzz.com/2008/12/database-access-in-perl-6-is-coming-along-nicely.html xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AI

[perl #61060] Parser bug with attributes and blocks

2008-12-05 Thread via RT
# New Ticket Created by Simon Cozens # Please include the string: [perl #61060] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61060 > This is a bit of a fragile one as it moves around depending on what NCI functions I have

For your encouragement

2008-12-05 Thread Simon Cozens
I just ran this code, which worked with the expected results: use DBDI; my $conn = DBDI::DriverManager.getConnection("dbdi:SQLite3:test.db", "", ""); my $stm = $conn.createStatement(); my $rs = $stm.executeUpdate("CREATE TABLE foo (bar, baz)"); my $stm = $conn.prepareStatement("INSERT INTO foo (b

Re: [perl #61052] [BUG]: r33482 Can't run 'make realclean' in languages/perl6 directory

2008-12-05 Thread Moritz Lenz
[EMAIL PROTECTED] (via RT) wrote: > # New Ticket Created by [EMAIL PROTECTED] > # Please include the string: [perl #61052] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=61052 > > > > This bug has been around for a whil