Re: [perl #116222] [BUG] try block returning thrown exception after handling

2013-01-06 Thread Jesse Luehrs
On Sat, Jan 05, 2013 at 01:19:28AM -0800, Tobias Leich via RT wrote: > The problem is that it is a BLOCK and blocks always return something, > right? Are there other blocks that are treated similar to how this is > supposed to work? If you remove the CATCH { } from the try block, the try block wil

Re: Rukudo-Star => Rakudo-lite?

2009-08-11 Thread jesse
Perhaps we could name the incomplete releases "Rakudo Bikeshed". Each release could be named after a popular color of bikeshed. The first one should definitely be called "Rakudo White Bikeshed". -j

Re: [RFC] CPAN6 requirements analysis

2009-05-30 Thread Jesse Vincent
res authors to jump through hoops. But really, that's just another CPAN-related service that could easily layer on the existing infrastructure. Best, Jesse pgp4AnoUyVffd.pgp Description: PGP signature

Re: Commentary on S22 (CPAN [DRAFT])

2009-05-30 Thread jesse
rticular technical reason to pick a given name, so going for something that looks familiar to people may be a win. -jesse

Re: [PATCH] Add .trim method

2009-01-12 Thread jesse
im() and rtrim(). 'left' and 'right' are probably not the right names for functions which trim leading and/or trailing space, since their meanings get somewhat ambiguous if a language renders right-to-left instead of left-to-right or vice-versa -jesse

Re: svn commits via email missing?

2008-10-05 Thread jesse
On Sun, Oct 05, 2008 at 10:43:45AM -0500, Patrick R. Michaud wrote: > We seem to have lost the svn-commit mail updates, I haven't seen > a svn-commit message since r31606 on October 3 (parrot is > currently at r31676). > > Any chance we get could this back? For me it's much easier to > review

Re: Parrot 0.7.0 "Severe Macaw" - permissions

2008-08-19 Thread Jesse Vincent
[List-CC changed] On Aug 19, 2008, at 4:10 PM, Reini Urban wrote: Bob Rogers schrieb: On behalf of the Parrot team, I'm proud to announce Parrot 0.7.0 "Severe Macaw." Parrot (http://parrotcode.org/) is a virtual machine aimed at running all dynamic languages. There are several module pe

Re: Branching

2008-08-05 Thread Jesse Vincent
On Aug 5, 2008, at 3:46 PM, Geoffrey Broadwell wrote: On Tue, 2008-08-05 at 11:19 -0400, Jesse Vincent wrote: ["branch" feature] This sounds very useful. Is the SVK paradigm changing so that online use is assumed, and offline is a mode to switch to temporarily? No. But that&

Re: Branching

2008-08-05 Thread Jesse Vincent
On Aug 5, 2008, at 11:50 AM, Reini Urban wrote: 2008/8/5 Will Coleda <[EMAIL PROTECTED]>: So these branch commands actually create branches on the svn repository that's doing the hosting, so they're defacto shared with the community in the obvious location? (presuming you're online and pushing

Re: Branching

2008-08-05 Thread Jesse Vincent
On Aug 5, 2008, at 11:32 AM, Will Coleda wrote: [SVK 2.2] Sounds spiffy. So these branch commands actually create branches on the svn repository that's doing the hosting, so they're defacto shared with the community in the obvious location? (presuming you're online and pushing changes back?

Re: Branching

2008-08-05 Thread Jesse Vincent
On Aug 5, 2008, at 10:51 AM, Will Coleda wrote: Using svn as a backing store, how can we more easily work with long lived branches? I've some existing branches which are long lived, and doing the svn merge either way is extremely slow. I know much of our community used svk for a while; I thin

Jonathan Worthington receives Perl 6 Microgrant

2008-04-29 Thread Jesse Vincent
d to seeing the details of his talks.If you're interested in submitting a Perl 6 microgrant proposal, you can find details here: http://www.nntp.perl.org/group/perl.perl5.porters/2007/03/msg122448.html Leon and Jesse PGP.sig Description: This is a digitally signed message part

[perl #51634] docs/parrotbyte.pod && docs/pdds/pdd13_bytecode.pod are either incorrect/unclear

2008-03-12 Thread Jesse Taylor
# New Ticket Created by "Jesse Taylor" # Please include the string: [perl #51634] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51634 > fixup_unpack() in src/packfile.c contains the following code: for (i

[perl #51566] Document obj_file usage in imcc_run

2008-03-10 Thread Jesse Taylor
# New Ticket Created by "Jesse Taylor" # Please include the string: [perl #51566] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51566 > I'm having problems understanding what the last two lines in

Re: pluralization idea that keeps bugging me

2008-01-26 Thread jesse
On Sat, Jan 26, 2008 at 08:58:43AM -0800, Larry Wall wrote: > Last night I got a message entitled: "yum: 1 Updates Available". > Of course, that's probably just a Python programmer giving up on doing > the right thing, but we see this sort of bletcherousness all the time. > > Any other cute ide

Re: pluralization idea that keeps bugging me

2008-01-26 Thread jesse
On Sat, Jan 26, 2008 at 02:36:32PM -0800, chromatic wrote: > > Nearly pain-free l10n and i18n *is* kind of a killer feature though. +1 > -- c > --

Re: Anyone has perl 1 docs?

2008-01-13 Thread jesse
y handy. I don't believe Perl 1 was ever ported to Windows. -jesse

Re: ubuntu-ppc-trunk BUILD FAILED

2008-01-12 Thread jesse
> What would it take to create a separate perl.org mailing list for > buildbot status messages? Start by dropping a note to [EMAIL PROTECTED] If that doesn't get a response, ping me. -j > > -M > > --- > Matisse Enzer <[EMAIL PROTECTED]> >

Re: ubuntu-ppc-trunk BUILD FAILED

2008-01-12 Thread jesse
On Sat, Jan 12, 2008 at 07:52:00PM -0800, Matisse Enzer wrote: > I am trying to see if I can get the ircbot to announce failed builds > (only), with a URL for more info. At work, we actually announce all builds. passing test suites make people feel good ;) > By the way, I am told someone did

Re: ubuntu-ppc-trunk BUILD FAILED

2008-01-12 Thread jesse
So. the buildbot is a wonderful thing. But this list is probably the wrong list to mail every single failed build to. Maybe a new list or only annoucing them to irc? Best Jesse On Sat, Jan 12, 2008 at 03:03:37PM -0800, [EMAIL PROTECTED] wrote: > The Buildbot has detected a failed build

Re: Current roadmap for Perl 6 on Parrot

2007-11-25 Thread jesse
mentations lives in the pugs repo." Whether or not Pugs will pass the full specification's worth of tests shouldn't stop people from adding tests to the suite. -Jesse --

Re: [perl #45103] [TODO] Bundle::Parrot should require minimum version only

2007-09-01 Thread Jesse Vincent
On Sep 1, 2007, at 12:19 PM, Sartak wrote: On 8/31/07, via RT James Keenan <[EMAIL PROTECTED]> wrote: What is there to prevent us from configuring Bundle::Parrot as specifying *minimum* versions of modules rather than the *latest* versions thereof? It isn't easy to find the minimum version

Re: Can't edit parrot wiki pages with Opera

2007-07-10 Thread Jesse Vincent
On Jul 10, 2007, at 4:44 PM, Paul Cochrane wrote: I've found that when using the Opera web browser that I can't edit any parrot wiki pages. I click on the "Edit" button, a hash character (#) gets appended to the URL, and nothing else happens. I've only had success at editing the wiki page

Re: Parrot and Perl 6 wikis moved to perlfoundation.org

2007-07-03 Thread Jesse Vincent
hosting) Best, Jesse The moved wiki workspaces are: * http://www.perlfoundation.org/perl6/ -- Perl 6 * http://www.perlfoundation.org/parrot/ -- Parrot * http://www.perlfoundation.org/hackathon-chicago/ -- The 2006 hackathon in Chicago * http://www.perlfoundation.org/hackathon-toron

Re: draft NEWS update for 0.4.13

2007-06-19 Thread Jesse Vincent
On Jun 19, 2007, at 10:52 AM, Patrick R. Michaud wrote: On Tue, Jun 19, 2007 at 02:14:22AM -0700, Allison Randal wrote: Additions and corrections welcome. -- New in 0.4.13 - Languages: + Updated Lisp, Lua, PHP ("Plumhead"), Python ("Pynie"), ABC, WMLScript, and Tcl ("ParTcl"). + Perl

Re: Perl 6 & Parrot Essentials as project documentation

2007-06-19 Thread Jesse Vincent
et and someone should be able to set you up. Best, Jesse [1] A "pristine" copy of the content of the book is also available in the "official" Perl Foundation SVN repository at http://svn.perl.org/perl6/doc/trunk/ books/tutorial/ PGP.sig Description: This is a digitally signed message part

Re: Perl 6 & Parrot Essentials as project documentation

2007-06-19 Thread Jesse Vincent
s/docs/ tonight. (I need to write a README with license and source and copyright info) Best, Jesse P6PM Moritz -- Moritz Lenz http://moritz.faui2k3.org/ | http://perl-6.de/ PGP.sig Description: This is a digitally signed message part

First Perl 6 Microgrant - Steve Peters on Parrot Portability

2007-03-26 Thread jesse
http://www.nntp.perl.org/group/perl.perl5.porters/2007/03/msg122448.html Best, Jesse and Leon --

Perl 6 Microgrants. Now accepting proposals.

2007-03-21 Thread Jesse Vincent
or we'll wind up the program and move on to other endeavors. We're really excited to get rolling. Submit your proposals early and often. Don't let somebody else beat you to the punch ;) Best, Jesse PGP.sig Description: This is a digitally signed message part

Re: Y not

2007-02-21 Thread Jesse Vincent
esn't remind you of "zip" at all, especially in the Y form. I bet calling it "ykk" would be Wrong. Pity. -jesse PGP.sig Description: This is a digitally signed message part

Re: Parrot on PDA - work in progress

2007-02-14 Thread Jesse Vincent
I would appreciate any feedback :-) While it's not useful technical feedback: That's really cool! Nice work. Getting parrot working on non-x86 architectures is incredibly useful. Best, jesse cheers, Aldo PGP.sig Description: This is a digitally signed message part

Re: "Don't tell me what I can't do!"

2006-10-05 Thread jesse
On Wed, Oct 04, 2006 at 12:43:04PM -0700, chromatic wrote: > On Wednesday 04 October 2006 12:09, jesse wrote: > > > Perhaps I'm misunderstanding what you mean by "person writing the > > program" and "person writing the libraries." In fact, I'v

Re: "Don't tell me what I can't do!"

2006-10-05 Thread jesse
On Wed, Oct 04, 2006 at 01:04:45PM -0700, chromatic wrote: > On Wednesday 04 October 2006 12:48, jesse wrote: > > > Ok. So, I think what you're saying is that it's not a matter of "don't let > > people write libraries that add strictures to code that u

Re: "Don't tell me what I can't do!"

2006-10-04 Thread jesse
On Wed, Oct 04, 2006 at 12:01:22PM -0700, chromatic wrote: > On Wednesday 04 October 2006 01:05, jesse wrote: > > > One of the things that many shops have defected from Perl to Java for > > is the additional handcuffs that Java provides for less-than-experienced > > de

Re: "Don't tell me what I can't do!"

2006-10-04 Thread jesse
On Wed, Oct 04, 2006 at 12:50:16AM -0700, chromatic wrote: > On Tuesday 03 October 2006 10:06, Aaron Sherman wrote: > > > Would there be such tools used in the core libraries? Maybe, maybe not, > > we could discuss that. If they were implemented in the core libraries > > would there be a univer

Re: synopses on smoke server

2006-09-05 Thread jesse
t; It's further along, but is a little more specific to BP's workflow. The _intent_ was to make the tool more general than the existing pugs smoker. If we've somehow messed that up, I'd like to hear about it. Jesse > -- > Yuval Kogman <[EMAIL PROTECTED]> > http://nothingmuch.woobling.org 0xEBD27418 > --

Re: synopses on smoke server

2006-09-05 Thread jesse
e general than the existing pugs > smoker. If we've somehow messed that up, I'd like to hear about it. And I should say that if you're interested in hacking on Chimps, we'd love more hackers. -j > Jesse > > > -- > > Yuval Kogman <[EMAIL PROTECTED]> > > http://nothingmuch.woobling.org 0xEBD27418 > > > > > > -- > --

Ponie has been put out to pasture

2006-08-23 Thread Jesse Vincent
quot; scheme we end up with. No matter what happens, we're committed to making your Perl 5 code play well with new Perl 6 code. - Jesse Perl 6 Project Manager PGP.sig Description: This is a digitally signed message part

Ponie has been put out to pasture

2006-08-23 Thread Jesse Vincent
quot; scheme we end up with. No matter what happens, we're committed to making your Perl 5 code play well with new Perl 6 code. - Jesse Perl 6 Project Manager PGP.sig Description: This is a digitally signed message part

Re: svn performance

2006-02-17 Thread jesse
> On Fri, 17 Feb 2006, Matt Fowles wrote: > > > > > On 2/17/06, Andy Dougherty <[EMAIL PROTECTED]> wrote: > > > $ time wget http://cvs.perl.org/snapshots/parrot/parrot-latest.tar.gz > > > real0m16.84s > > > $ time svn co http://svn.perl.org/parrot/trunk parrot-trunk > > > real 2:01:50.3 > >

Re: svn performance

2006-02-17 Thread jesse
On Fri, Feb 17, 2006 at 08:38:26AM -0800, Robert Spier wrote: > > snapshots or releases. And, since a checkout takes about an hour (last > > time I checked) I tend to be too lazy to fetch one just to make a patch. > > Only if you're checking out to a Commodore 64. Or possibly hand-transcri

Re: raising Pugs' minimum GHC to 6.4.1 from 6.4.0

2006-01-29 Thread jesse
On Sat, Jan 28, 2006 at 07:52:55PM -0800, Darren Duncan wrote: > Assuming no trouble, I propose that 6.4.1 is the minimum dependency > for Pugs 6.28.0, if not 6.2.11 as well, the latter probably due any > day now. What's the benefit of bumping the ghc dependency up? Jesse

[TODO] sort out CPAN modules incorrectly owned by Parrot

2006-01-08 Thread jesse
From: "Andreas J. Koenig" To: jesse <[EMAIL PROTECTED]> Cc: Leopold Toetsch, Allison Randall Subject: Re: Pod::Simple::Text Date: Sun, 08 Jan 2006 11:57:34 +0100 For various reasons, CPAN knows Parrot as the canonical owner of a whole slew of CPAN modules that are bundled wit

Re: ChangeLog serves no purpose

2005-12-20 Thread jesse
lon or sorted a MANIFEST isn't something that anyone's going to be able to guess without a hint later on. "Why" is the one thing I really care about in Commit messages. Jesse

Call For Pumpking: Do you want a Ponie?

2005-12-14 Thread jesse
you're interested in being the next Ponie pumpking, please submit a brief bio to [EMAIL PROTECTED] We won't consider applications posted publicly. Over the coming weeks, Nicholas Clark and I will work to pick his successor. Nick and I look forward to hearing from you. Jesse --

Call For Pumpking: Do you want a Ponie?

2005-12-14 Thread jesse
you're interested in being the next Ponie pumpking, please submit a brief bio to [EMAIL PROTECTED] We won't consider applications posted publicly. Over the coming weeks, Nicholas Clark and I will work to pick his successor. Nick and I look forward to hearing from you. Jesse --

Call For Pumpking: Do you want a Ponie?

2005-12-14 Thread jesse
you're interested in being the next Ponie pumpking, please submit a brief bio to [EMAIL PROTECTED] We won't consider applications posted publicly. Over the coming weeks, Nicholas Clark and I will work to pick his successor. Nick and I look forward to hearing from you. Jesse --

Re: TestSimple/More/Builder in JavaScript

2005-04-17 Thread jesse
I'm betting there is no javascript community organization we can leverage. I'm happy to host a list for you if you want. Jesse > See also: > > http://use.perl.org/~schwern/journal/24112 > http://helene.muze.nl/download/jsan.zip/ > http://svn.exclupen.com/jsan/jsan.js > > Regards, > > DAvid > --

life.pbc and jit?

2002-03-23 Thread Jesse
3.0.4-1) The binutils versions I've got are 2.11.90.0.8 and 2.11.90.0.19. Also, all tests pass when running "make test". -Jesse -- "Oh, bother," said Pooh, as he hid Piglet's mangled corpse.

tinderbox in flames...

2002-01-11 Thread Jesse
arrot/string.h:44: two or more data types in declaration of `BUFFER_flags' include/parrot/string.h:44: warning: duplicate `typedef' C compiler died! at Configure.pl line 836. Also, the tinderbox is in flames for the same reason. Thanks, -Jesse -- "Oh, bother," said Pooh, as he hid Piglet's mangled corpse.