Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

kudra (4364)

kudra
  (email not shown publicly)

  Perl 6 summary, 08-14 Apr, 2007 2007-04-22 03:36

Posted by kudra on 2007.04.22 3:36
This week on the Perl 6 mailing lists

"The current pugs implementation is just translating to the old form underneath, so it's not surprising it's a bit off. That's the sort of thing that happens when the language designer gives the language implementor whiplash. However, I rather suspect the interpersonal metaphorical meaning was lost on the physicist/comic who decided that the 3rd derivative of position should be called 'jerk'. :)"

-- Larry Wall, in 'What should file test operators return?'

  Perl 6 summary, 01-07 Apr, 2007 2007-04-21 04:11

Posted by kudra on 2007.04.21 4:11
This week on the Perl 6 mailing lists

"developers shouldn't live in fear of $^O"

-- Jerry Gay, in 'Use of English pragma'

  Perl 6 summary, 25-31 Mar, 2007 2007-04-19 08:15

Posted by kudra on 2007.04.19 8:15
This week on the Perl 6 mailing lists

"I don't think that it's possible to make this non-conformity a fatal heresy :-(
(gcc --spanish-inquisition)"

-- Nicholas Clark in '[perl #42110] [PATCH] Returning values from void functions'

  Perl 6 summary, 18-24 Mar, 2007 2007-04-18 13:31

Posted by kudra on 2007.04.18 13:31
This week on the Perl 6 mailing lists

This week saw the introduction of the Perl 6 Microgrants. Read more about them in 'Perl 6 Microgrants. Now accepting proposals.'

  Perl 6 summary, 11-17 Mar, 2007 2007-04-03 18:02

Posted by kudra on 2007.04.03 18:02
This week on the Perl 6 mailing lists

Due to a lack of free time, I will be unable to continue creating the Perl 6 summaries after April. We are looking for a volunteer or group of volunteers to take over the task.

Please contact me if you would like more information about what the job entails (contact information can be found at the end of this post).

  Perl 6 summary, 4-10 Mar, 2007 2007-03-31 10:27

Posted by kudra on 2007.03.31 10:27
This week on the Perl 6 mailing lists

"Q: Can February March? A: No, but April May..."

-- Larry Wall's r14313 log message for a date correction

Posted by kudra on 2007.03.21 16:20
This week on the Perl 6 mailing lists

"It seems you are presuming a Waterfall model of development here. We're not doing the Waterfall, we're doing the Whirlpool, where the strange attractor whirls around with feedback at many levels but eventually converges on something in the middle. In other words, a whirlpool sucks, but the trick is to position your whirlpool over your intended destination, and you'll eventually get there, though perhaps a bit dizzier than you'd like."

-- Larry Wall, in 'What criteria mark the closure of perl6 specification'

  Perl 6 summary, 18-24 Feb, 2007 2007-03-04 14:01

Posted by kudra on 2007.03.04 14:01
This week on the Perl 6 mailing lists

"'Course, if someone goes ahead and adds the Y combinator, one must naturally begin to wonder what the YY combinator would be... :-) "

-- Larry Wall

"Obviously it generates a function so anonymous that it can't even refer to itself. I call it the depressed existentialist solipsist operator."

-- chromatic, in 'Y not'

Posted by kudra on 2007.02.25 10:40
This week on the Perl 6 mailing lists

"> Errrr ... I'm the one who needs the tutorial, not the one to write it.

"That makes you a prime person to capture the questions it needs to answer! You can't evade the Responsibility Ponies that easily."

-- chromatic, responding to James E Keenan in 'What Skills Do We Need to Finish Parrot?'

Posted by kudra on 2007.02.25 5:32
This week on the Perl 6 mailing lists

": This mornings up date proposed

"Now the da rn spam fi1ters are chang.ng my spelling to look like sp*m. Yeah, that's the 4icket... :)"

-- Larry Wall, in 'Enhancing array indices'

Posted by kudra on 2007.02.23 12:04
This week on the Perl 6 mailing lists

"Take the longest token, lie down and if the unease persists, write some code..."

-- Brad Bowman, in 'DFA/NFA context is non-local'

Posted by kudra on 2007.01.21 16:22
This week on the Perl 6 mailing lists

"For the first time in the two months I've been working on Parrot, 'make test' completely succeeded -- and with some TODO tests passing, to boot!"

-- James Keenan, sharing the good news in 'All tests passing!'

  TAPx::Parser 0.50_04 2007-01-14 15:43

Journal by Ovid on 2007.01.14 15:43

The next devel version of TAPx::Parser is on its way to the CPAN. Note that at least one change is backwards incompatible. Of course, this has always been labeled ALPHA software and in any event, folks should not have been relying on the TAPx::Parser::Results classname, but there you go.

Based on feedback from Corion, I've altered my IPC::Open3 call in such a way that this might now run under Windows and Cygwin. I expect some tests to fail, but the code itself to work. If it fails, if you'd run the tests in verbose mode and send me the output, I'd be grateful.

0.05_04 14 January 2007
  - BACKWARDS IMCOMPATIBLE:  Renamed all '::Results' classes to
    '::Result' because they represent a single result.
  - Fixed bug where piping would break verbose output.
  - IPC::Open3::open3 now takes a @command list rather than a
    $command string.  This should make it work under Windows.
  - Added 'stdout_sterr' sample test back to regression tests.
    IPC::Open3 appears to make it work.
  - Bug fix:  don't print 'All tests successful' if no tests
    are run.
  - Refactored 'runtests' to make it a bit easier to follow.
  - Bug fix:  Junk and comments now allowed before a leading
    plan.
  - HARNESS_ACTIVE and HARNESS_VERSION environment variables
    now set.
  - Renamed 'problems' in TAPx::Parser and TAPx::Aggregator to
    'has_problems'.

  TAPx::Parser 0.50_04 2007-01-14 14:52

Posted by kudra on 2007.01.14 14:52

The next devel version of TAPx::Parser is on its way to the CPAN. Note that at least one change is backwards incompatible. Of course, this has always been labeled ALPHA software and in any event, folks should not have been relying on the TAPx::Parser::Results classname, but there you go.

Based on feedback from Corion, I've altered my IPC::Open3 call in such a way that this might now run under Windows and Cygwin. I expect some tests to fail, but the code itself to work. If it fails, if you'd run the tests in verbose mode and send me the output, I'd be grateful.

0.05_04 14 January 2007
  - BACKWARDS IMCOMPATIBLE:  Renamed all '::Results' classes to
    '::Result' because they represent a single result.
  - Fixed bug where piping would break verbose output.
  - IPC::Open3::open3 now takes a @command list rather than a
    $command string.  This should make it work under Windows.
  - Added 'stdout_sterr' sample test back to regression tests.
    IPC::Open3 appears to make it work.
  - Bug fix:  don't print 'All tests successful' if no tests
    are run.
  - Refactored 'runtests' to make it a bit easier to follow.
  - Bug fix:  Junk and comments now allowed before a leading
    plan.
  - HARNESS_ACTIVE and HARNESS_VERSION environment variables
    now set.
  - Renamed 'problems' in TAPx::Parser and TAPx::Aggregator to
    'has_problems'.