Re: [perl #63626] Re: bouncing parrot...@parrotcode.org

2009-03-04 Thread Chris Dolan
ll be able to open and update tickets using parrotbug or your email client." -- http://www.parrot.org/news/twip-week-parrot-february-28th-2009 Chris

[perl #59366] small fix to pod doc and interactive prompt

2008-09-26 Thread Chris Davaz
# New Ticket Created by "Chris Davaz" # Please include the string: [perl #59366] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59366 > Fixed a bug in the doc where the method name and doc where mismatched.

Re: [perl #59240] Automate publishing of docs/*

2008-09-24 Thread Chris Davaz
Ahh, cool I didn't even know we had parrot.org. Publishing docs/book/* would be nice. On Tue, Sep 23, 2008 at 10:27 PM, Will Coleda via RT <[EMAIL PROTECTED]> wrote: > On Tue, Sep 23, 2008 at 9:04 AM, via RT Chris Davaz > <[EMAIL PROTECTED]> wrote: >> # New Ti

[perl #59240] Automate publishing of docs/*

2008-09-23 Thread Chris Davaz
# New Ticket Created by "Chris Davaz" # Please include the string: [perl #59240] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59240 > I suggest we automate the publishing of everything under docs/* and put

Re: [perl #39738] [BUG] bind fails with errno EADDRNOTAVAIL on darwin and FreeBSD

2008-07-22 Thread Chris Dolan
This no longer fails on a FreeBSD 7.0 vm. It'd be nice to confirm that it also works on Darwin, but I'll plan on marking this resolved in a few days if there are no objections. Christoph It works for me too on Mac OSX 10.4 and parrot rev 29370. Thanks for following up! Chris

Error on Leopard

2008-05-20 Thread chris
PROTECTED] | /) [EMAIL PROTECTED](ƒ / ) WEB : http://www.dil.univ-mrs.fr/~chris

Re: [perl #53548] [PATCH] fix for auto-generation of runtime/parrot/include/interpflags.pasm

2008-05-11 Thread Chris Dolan
es that revision. Thanks for reviewing the patch! Chris parrot_include.pm.patch2 Description: Binary data

Error on Debian distrib

2007-04-17 Thread chris
TED] | /) [EMAIL PROTECTED](Ä / ) WEB : http://www.dil.univ-mrs.fr/~chris

Severe error

2007-04-10 Thread chris
TED] | /) [EMAIL PROTECTED](Ä / ) WEB : http://www.dil.univ-mrs.fr/~chris

Re: [perl #40361] [PATCH] #40278 [CAGE] perl coding standards coda. (cont.)

2006-12-18 Thread Chris Dolan
ther way without crufting up the top of the file or requiring that you de-cruft everywhere. Chris -- Chris Dolan, Software Developer, http://www.chrisdolan.net/ Public key: http://www.chrisdolan.net/public.key vCard: http://www.chrisdolan.net/ChrisDolan.vcf

Re: [perl #40361] [PATCH] #40278 [CAGE] perl coding standards coda. (cont.)

2006-12-17 Thread Chris Dolan
ee Perl::Critic::Policy::Editor::RequireEmacsFileVariables policy for more details: http://search.cpan.org/~cdolan/Perl-Critic-More-0.12/lib/Perl/Critic/ Policy/Editor/RequireEmacsFileVariables.pm Chris -- Chris Dolan, Software Developer, http://www.chrisdolan.net/ Public key: http://www

Re: [perl #40861] [CAGE] - add a Perl::Critic policy to look for FIXME|TODO|XXX

2006-11-13 Thread Chris Dolan
.22/ ProhibitFlagComments.pm Chris -- Chris Dolan, Software Developer, Clotho Advanced Media Inc. 608-294-7900, fax 294-7025, 1435 E Main St, Madison WI 53703 vCard: http://www.chrisdolan.net/ChrisDolan.vcf Clotho Advanced Media, Inc. - Creators of MediaLandscape Software (http://www.media-landscape.com/)

Re: [perl #40598] [PATCH] Make perlcritic.t barf more nicely when Test::Perl::Critic not installed

2006-10-26 Thread Chris Dolan
if ($@) { plan skip_all => 'Test::Perl::Critic not installed'; } Test::Perl::Critic->import(-verbose => 7); Chris

Re: [perl #40596] [CAGE] modify perl coding standard test format

2006-10-25 Thread Chris Dolan
ng::RequireUseStrict] Code before strictures are enabled at 235,1" If you want to see fewer errors, add -top => 5 after the -format to only show the first 5 violations per .pm file. Chris -- Chris Dolan, Software Developer, Clotho Advanced Media Inc. 608-294-7900, fax 294-7025,

Re: [perl #40596] [CAGE] modify perl coding standard test format

2006-10-25 Thread Chris Dolan
be changed to have just one test -- all files pass all standards, or not -- without a performance penalty, but perhaps that might be too much in the other direction? Chris

Re: [perl #40544] [NEW] Test for DOS line endings in Parrot text files

2006-10-23 Thread Chris Dolan
On Oct 23, 2006, at 7:39 AM, Paul Cochrane wrote: BEGIN { eval { use SVN::Client; }; if ($@) { plan skip_all => 'SVN::Client not installed'; } } Paul, This should be eval {require SVN::Client; }; use() is a compile-time directive, not runtime. Chris --

Re: [perl #40564] [TODO] fix perlcritic Subroutines::RequireFinalReturn policy

2006-10-19 Thread Chris Dolan
in the next release of Perl::Critic. Chris -- Chris Dolan, Software Developer, http://www.chrisdolan.net/ Public key: http://www.chrisdolan.net/public.key vCard: http://www.chrisdolan.net/ChrisDolan.vcf

Re: [perl #40482] [PATCH] Perl::Critic policy for perl -w, and unix-specific shebang lines

2006-10-10 Thread Chris Dolan
have to ensure it's a PPI::Token::Comment and not a PPI::Token::Quote, for example. Perhaps further discussion should move to the perlcritic.tigris.org dev mailing list or to http://rt.cpan.org/Dist/Display.html?Queue=perl-critic Chris -- Chris Dolan, Software Developer, Clotho Advance

Re: [perl #40482] [PATCH] Perl::Critic policy for perl -w, and unix-specific shebang lines

2006-10-10 Thread Chris Dolan
we'd love to have the help with Perl::Critic. But Parrot is a worthy cause too! :-) If you don't provide a P::C patch, I'll probably do it myself eventually. Chris -- Chris Dolan, Software Developer, Clotho Advanced Media Inc. 608-294-7900, fax 294-7025, 1435 E Main St, Ma

Re: [perl #40482] [PATCH] Perl::Critic policy for perl -w, and unix-specific shebang lines

2006-10-09 Thread Chris Dolan
on "#!perl -Tw" and is a false positive on "package main; #!!! my co-worker provided this non-Perl- licensed code to Parrot!!!". Yes, that's a highly contrived example. :-) But the false positive would be avoidable by checking the line and column number of the el

Re: [perl #40482] [PATCH] Perl::Critic policy for perl -w, and unix-specific shebang lines

2006-10-09 Thread Chris Dolan
mment = $doc->find_first('PPI::Token::Comment'); return if !$first_comment; return if $first_comment->location()->[0] != 1; return $first_comment =~ m{ \A \#\! }mx; } Now that I'm talking about it, I should write a Perl::Critic::Utils::get_shebang() funct

Re: Emacs/vim code coda placement

2006-10-02 Thread Chris Dolan
_ spec change, I'll be happy to code that up in CodeLayout::UseParrotCoda. Chris -- Chris Dolan, Software Developer, Clotho Advanced Media Inc. 608-294-7900, fax 294-7025, 1435 E Main St, Madison WI 53703 vCard: http://www.chrisdolan.net/ChrisDolan.vcf Clotho Advanced Media, Inc. -

Re: [CAGE] perl coding standards...

2006-10-02 Thread Chris Dolan
ayout::UseParrotCoda to use current P::C conventions. lib/Perl/Critic/Policy/CodeLayout/UseParrotCoda.pm | 41 +++-- t/codingstd/perlcritic.t | 88 +++ +- 2 files changed, 51 insertions(+), 78 deletions(-) Chris -- Chris Dolan, Software Developer,

Re: Questions

2006-08-01 Thread Chris Dolan
int Module::Build->VERSION' 0.2801 This also works: my $mb = Module::Build->new( ... ); $mb->blib('foobar'); $mb->create_build_script; Chris -- Chris Dolan, Software Developer, Clotho Advanced Media Inc. 608-294-7900, fax 294-7025, 1435 E Main St, Madison WI 5

Re: FAQ Questions (WAS: ICU advantages? was Re: Problems Installing Parrot)

2006-07-21 Thread Chris Dolan
On Jul 21, 2006, at 1:12 PM, Mr. Shawn H. Corey wrote: Chris Dolan wrote: This would be a good entry for the FAQs for a cage cleaner. If you're collect questions for the FAQ, here are some Andy Lester answered for me: I'm not, actually. :-( Could you do one of the following, i

ICU advantages? was Re: Problems Installing Parrot

2006-07-21 Thread Chris Dolan
lates to Parrot somewhere that I missed? 2) How important is ICU? 3) If I build Parrot without ICU, what repercussions should I expect? This would be a good entry for the FAQs for a cage cleaner. Thanks, Chris -- Chris Dolan, Software Developer, Clotho Advanced Media Inc. 608-294-7900, fax 294-70

Re: [perl #39829] [PATCH] accept() always fails

2006-07-14 Thread Chris Dolan
it, then it sounds like a compiler bug that needs to be reported, or at least documented. Chris P.S. I've been working on some small improvements to httpd.pir, including better failure diagnostics. Please contact me off-list for a patch if you are interested. -- Chris Dolan, Software Develo

Re: [perl #39809] PGE crash on parrot;PGE::Exp::Quant;reduce

2006-07-12 Thread Chris Dolan
On Jul 12, 2006, at 10:53 PM, Patrick R. Michaud wrote: On Wed, Jul 12, 2006 at 08:04:01PM -0700, Chris Dolan wrote: As simple token containing ":i" causes PGE to crash with an attempted method call on Undef. Steps to reproduce: 1) Create a grammar file called "foo.pg&quo

Re: Java Script in Parrot

2006-07-10 Thread Chris Dolan
approach. Is there some help I can get? I did look at your YAPC 2006 presentation. Are there any code examples? Take a look at parrot/languages/punie/lib/{punie.pg,PunieGrammar.pir} which has both bottom up and top down parsing. I found it very educational. Chris -- Chris Dolan, Software

Re: [perl #39743] [PATCH] change perl6-internals to parrot-porters in docs

2006-07-06 Thread Chris Dolan
Oops, I missed a couple of instances of perl6-internals in the previous patch (notably, in parrotbug). This updated patch obsoletes the previous one. % diffstat parrot-porters2.patch README |4 ++-- README.win32.pod |2 +- RELEASE_INSTRUCTIONS |8 -

Re: Cage Cleaning for dummies? Re: Call for Parrot Janitors

2006-07-06 Thread Chris Dolan
: http://bugs6.perl.org/ Chris -- Chris Dolan, Software Developer, Clotho Advanced Media Inc. 608-294-7900, fax 294-7025, 1435 E Main St, Madison WI 53703 vCard: http://www.chrisdolan.net/ChrisDolan.vcf Clotho Advanced Media, Inc. - Creators of MediaLandscape Software (http://www.media

Re: early draft of I/O PDD

2006-03-06 Thread Chris Dolan
lly, I speculate that the latter would make it easier to write the Parrot equivalent of Safe.pm's sandbox later. It would likely be easier to disable a PMC class than a diverse collection of opcodes. Chris -- Chris Dolan, Software Developer, http://www.chrisdolan.net/

Re: [perl #38604] m4.pm vs. M4.pm causes problems in case-insensitive filesystems

2006-02-21 Thread Chris Dolan
On Feb 21, 2006, at 1:30 PM, Bernhard Schmalhofer wrote: Chris Dolan (via RT) schrieb: # New Ticket Created by Chris Dolan # Please include the string: [perl #38604] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id

Re: OS.pmc patch to add 'ls'

2006-02-13 Thread Chris Dolan
On Feb 13, 2006, at 1:20 PM, Joshua Hoblitt wrote: On Mon, Feb 13, 2006 at 09:28:40AM -0600, Chris Dolan wrote: On Feb 12, 2006, at 6:52 PM, Joshua Hoblitt wrote: It would also be 'really nice' have a glob(3) like method that is implemented as a wrapper around *dir methods so the

Re: OS.pmc patch to add 'ls'

2006-02-13 Thread Chris Dolan
rk for the languages. It's kind of a CISC vs. RISC argument. Again, this is an outsider opinion. Apologies in advance if I'm off- base or misunderstood the proposal. Chris -- Chris Dolan, Software Developer, http://www.chrisdolan.net/ Public key: http://www.chrisdolan.net/pu

punie.g observation

2006-01-17 Thread Chris Dolan
It seems to me that the gprint rule should instead contain "cexpr": rule gprint { (print) \s* } Sorry if these are dumb questions. I've been following Parrot for a while, but I'm new to the code... Chris -- Chris Dolan, Software Developer, http://www.chrisdolan.net/ Pu

Re: Perl 6 and Parrot VM presentation slides

2005-05-24 Thread chris
| | 13288 Marseille Cedex 09 Fax : (33) 04 91 82 92 75 | | FranceMel : [EMAIL PROTECTED] | /) [EMAIL PROTECTED](Ä / ) WEB : http://www.dil.univ-mrs.fr/~chris ( Ä

Just an anouncement

2005-03-23 Thread chris
: [EMAIL PROTECTED] | /) [EMAIL PROTECTED](Ä / ) WEB : http://www.dil.univ-mrs.fr/~chris ( Ä

Re: continuation enhanced arcs

2004-12-03 Thread Chris Brooks
ever read in one of Larry's Apocalypses. Don't take it away from me!! > leo Ahem. I'll relurk now. Bye. Chris Brooks

RE: hyper op - proof of concept

2004-04-20 Thread Chris
On Tue, 2004-04-20 at 1:26PM, Aaron Sherman wrote: > > Another of those darned "I don't get it" posts, but I'll keep > this one short. > > Why does Parrot need this? What's so special about hyper > operations that makes Parrot want to take them on? I'm not sure I entirely get it myself, but perhap

RE: "new" method

2004-04-04 Thread Chris
How about some variation on "create"? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.593 / Virus Database: 376 - Release Date: 20/02/2004

Segmentation fault

2004-01-13 Thread Chris Allan
ak; I assume this isn't deliberate, but I'm not sure what the desired behaviour is. Chris.

RE: Namespaces, part 2

2003-12-16 Thread Chris Shawmail (E-mail)
> From: Dan Sugalski [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 16, 2003 6:56 AM > To: [EMAIL PROTECTED] > Subject: Namespaces, part 2 > > load_global $P1, ['foo'; 'bar'] '$baz' > load_global $P2, ['foo'; 'bar'] '$xyzzy' I'm not at all familiar with the intricacies of Parrot inter

Re: [PATCH] File Spec

2003-09-04 Thread Chris Allan
which look totally different from each other etc. In general how much effort is it likely to be to get Parrot working on systems which don't look at all like Unix? I've tried to get Perl 5 to build on os/400 before and it wasn't a pleasant experience. Any chance it'll be easier to port Parrot? Chris

Re: Implementing ISA

2003-08-25 Thread Chris Dutton
- Original Message - From: "chromatic" <[EMAIL PROTECTED]>> I would expect 'does' instead of 'isa'. Perhaps I missed Dan's > explanation of the difference between 'can', 'isa', and 'does'. Maybe > I'm thinking of 'has', though. Though I'm not familiar with the answer that's "official" fo

Just throwing something out

2003-03-27 Thread Chris Dutton
It occurred to me tonight, that those looking for a compiler project involving Parrot might consider a Sather compiler. It'd have to wait for objects(and thus likely Parrot 0.1), but it'd be an interesting language to have available as a testing tool for the object-oriented capabilities of Par

Re: Objects, finally (try 1)

2003-01-10 Thread Chris Dutton
On Friday, January 10, 2003, at 11:49 AM, Dan Sugalski wrote: At 1:37 PM + 1/10/03, Peter Haworth wrote: This will mean we can't support Eiffel Nope. :) What it means is that the proposed base object system won't work for eiffel. Actually, if you really want Eiffel to compile to Parrot,

imcc and 0.0.8, should this happen?

2002-09-03 Thread Chris Dutton
Using Mac OS X 10.1.5, on which I've successfully built 0.0.6 and 0.0.7. [localhost:~/parrot.1/languages/imcc] chris% make anyop.o definition of _n_symbols in section (__DATA,__common) make: *** [imcc] Error 1 [localhost:~/parrot.1/languages/imcc] chris% Then when I try to run a s

Re: "Functional" Perl6 compiler doesn't seem to be functioning

2002-08-19 Thread Chris Dutton
On Tuesday, August 20, 2002, at 01:11 AM, Sean O'Rourke wrote: > This is a weird implementation artifact, which should probably be > documented. While real Perl gathers up all the statements you put > outside > of any function into a sort of "main", for the time being you'll need to > put all t

"Functional" Perl6 compiler doesn't seem to be functioning

2002-08-19 Thread Chris Dutton
Maybe I'm just doing something wrong... I make parrot, which goes smoothly, then make IMCC, which chokes on "long long". Then I "perl pconfig.pl" and "make" and after two or three tries a full Perl6grammar.pm magically shows up. I'm still scratching my head over that one. Then when I try to

Test op/stacks:29 dying.

2002-05-15 Thread Chris Ball
got: '' # expected: '43210-1 # ' # Looks like you failed 1 tests of 29. t/op/stacks.dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 29 Failed 1/29 tests, 96.55% okay (-1 skipped test: 27 okay, 93.10%) - Chris. -- $a="prin

Re: I think GC's fixed now

2002-03-18 Thread Chris Ball
happy now, and the tinderbox is nice and Simon> green. CVS after Dan's commit compiles and tests fine under Alpha / Linux 2.4.16 / egcs-2.91.66 / libc-2.1.3 / perl 5.6.0: All tests successful, 20 subtests skipped. Standard useless compile warnings on different widths due to prototyp

Re: Benchmarking regexps against perl5

2002-01-19 Thread Chris Ball
Did you mean 'one', or 'won'? :-) - Chris. -- $a="printf.net"; Chris Ball | chris@void.$a | www.$a | finger: chris@$a As to luck, there's the old miners' proverb: Gold is where you find it.

Re: licensing issues

2001-01-07 Thread Chris Nandor
not that license. True, unless we stick to the same licensing scheme we have today for perl, which, like it or not, has served Perl very, very well. But yes, I see no way to put perl solely under the GPL. That's just about the worst thing we could do, aside from making perl non-&qu