Rakudo Star silent exit on subset violation?

2010-07-29 Thread Ovid
ing ignored for negative numbers. If I change the first argument to a float such as 3.2, it seems to round it up to 4. Cheers, Ovid-- Buy the book - http://www.oreilly.com/catalog/perlhks/ Tech blog- http://blogs.perl.org/users/ovid/ Twitter - http://tw

Re: [perl #69322] Segfault in say 4.HOW.HOW

2009-09-24 Thread Ovid
kudo $ ./perl6 -e 'say 4.^can(int)' Segmentation fault rakudo $ ./perl6 -e 'say 4.^can(Int)' # no output Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Tech blog- http://use.perl.org/~Ovid/journal/ Twitter - h

Re: Parrot in Firefox

2009-07-20 Thread Ovid
- Original Message > From: Ovid > > Hi all, > > Aza Raskin, the head of user experience at Mozilla labs > (http://en.wikipedia.org/wiki/Aza_Raskin), was giving a talk at the BBC today > and I asked him about multiple client-side language support. I forgot to

Parrot in Firefox

2009-07-20 Thread Ovid
could use the Parrot Compiler Toolkit to write a set of bindings to allow you to write your client-side in any language you like, include bespoke languages, if desired. I think this could be a very compelling feature and perhaps might pique Mozilla's interest. More to the point, A

Re: Rakudo repository -- svn or git?

2009-01-28 Thread Ovid
#x27;s OK, but I would definitely prefer git. I've only used it for a few small projects, but already it's impressed the heck out of me for its behavior in both big things (branching) and small things (git diff automatically pages). Cheers, Ovid -- Buy the book - http://www.o

[PATCH] Updated trim() functions

2009-01-23 Thread Ovid
Tests for this are already committed to Pugs. I'll remove the fudge when/if this gets applied. Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Tech blog- http://use.perl.org/~Ovid/journal/ Twitter - http://twitter.com/OvidPerl Offic

[PATCH] Updated Test.pm

2009-01-22 Thread Ovid
27;minimal' Test.pm which doesn't need advanced features, but until the new testing discussion is settled, I'm unsure of whether to proceed. Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Tech blog- http://use.perl.org/~Ovid/journal/ Twitter

Test.pm and skip()

2009-01-22 Thread Ovid
stick with named parameters, but that's a bit odd since every other function exported uses positional parameters. Thoughts? Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Tech blog- http://use.perl.org/~Ovid/journal/ Twitter - htt

Re: Rakudo leaving the Parrot nest

2009-01-15 Thread Ovid
o's commitbit policy (depending on how > things end up). I buy the arguments put forward. Some had been explained before and now that I'm reminded, yeah, they make sense. Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Tech blog - http://us

Re: Rakudo leaving the Parrot nest

2009-01-15 Thread Ovid
t we have a bunch of architecture based on bad technology, then we're making the decision for the wrong reason. (I just need to install svk and have at least *some* of my subversion pain go away) Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Tech blog

Re: Rakudo leaving the Parrot nest

2009-01-14 Thread Ovid
uite and eliminating fudge seems like a great simplification to me. Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Tech blog- http://use.perl.org/~Ovid/journal/ Twitter - http://twitter.com/OvidPerl Official Perl 6 Wiki - http://www.perlfoundation.org/perl6

Re: [perl #62366] AutoReply: [PATCH] Add 'no_plan' and die_on_fail to Test.pm

2009-01-14 Thread Ovid
since the tests say 'use Test', I'm unsure of how to do that. Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Tech blog- http://use.perl.org/~Ovid/journal/ Twitter - http://twitter.com/OvidPerl Official Perl 6 Wiki -

Re: [perl #62366] AutoReply: [PATCH] Add 'no_plan' and die_on_fail to Test.pm

2009-01-14 Thread Ovid
- Original Message > From: perl6 via RT > This patch implements die_on_fail (halts test at first test failure), but > only > if the author calls the &die_on_fail sub in their test. This patch works much better when attached to the email :) Jeers, Ovid

Re: New Test.pm (not a patch)

2009-01-13 Thread Ovid
- Original Message > From: Moritz Lenz > Ovid wrote: > > OK, I'm tired of submitting bug reports. > > Still bug reports are valuable. When you find your motivation again, > please continue to submit them. I meant that I was tired "for that one eveni

New Test.pm (not a patch)

2009-01-13 Thread Ovid
rough your terminal for the failure) * diagnostics on most tests * eliminate most multi-subs in favor of default "$description=''" arguments. * Better diagnostics for boolean ok/nok tests. It's still an awful, awful hack, but it's a start. Cheers, Ovid -- Buy the book

Re: [perl #61990] [BUG] setset .WHAT returns incorrect value

2009-01-06 Thread Ovid
say $foo; # Str So that's probably bad coding (reusing a variable for different types) but it's legal. So maybe this is the correct behavior, but I expect it's going to confuse people. Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Tech blog- http://use.perl.org/~Ovid/journal/ Twitter - http://twitter.com/OvidPerl Official Perl 6 Wiki - http://www.perlfoundation.org/perl6

Re: [perl #61772] AutoReply: Slurpy array 'is copy' returns incorrectly.

2008-12-28 Thread Ovid
Changed Rev: 34446 Last Changed Date: 2008-12-27 21:17:55 + (Sat, 27 Dec 2008) Darwin curtis-poes-computer-3.local 9.5.1 Darwin Kernel Version 9.5.1: Fri Sep 19 16:19:24 PDT 2008; root:xnu-1228.8.30~1/RELEASE_I386 i386 Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog

Re: [perl #60850] r33207: Multiple spectest failures on OS X

2008-11-26 Thread Ovid
ives_ok { $obj.doit(3) }, "'is default' trait makes otherwise ambigous method dispatch live"; is $obj.doit(3), 9, "'is default' trait tie-breaks on method dispatch"; $obj.doit(3) returns 6, not 9. Cheers, Ovid -- Buy the book - http://

Re: [perl #60850] r33207: Multiple spectest failures on OS X

2008-11-26 Thread Ovid
uce this, that would be fantastic. I won't be home any time soon. Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Tech blog- http://use.perl.org/~Ovid/journal/ Twitter - http://twitter.com/OvidPerl Official Perl 6 Wiki - http://www.perlfoundation.org/perl6

Re: [perl #60510] Bad plan: t/spec/S29-conversions/ord_and_chr.rakudo

2008-11-13 Thread Ovid
ersion of Test::Harness are you running? This looks like 2.X version output and I'm running 3.15. There might be a bug in the newer version which is losing that information. My best friend from the US arrives in a few hours, though, so there's not likely to be much follow

Re: [perl #60510] Bad plan: t/spec/S29-conversions/ord_and_chr.rakudo

2008-11-13 Thread Ovid
it to a file and attached it (teeing the spectest rusults to a file was spectacularly disappointing. It doesn't play well with tee). Cheers, Ovid perl6 $ make spectest ../../parrot perl6.pbc --target=pir --output=Test.pir Test.pm cd t/spec && svn up US03-junctions/misc.t US0

Re: [perl #60016] [PATCH] Make basic Perl 6 tests pass

2008-10-21 Thread Ovid
one-liner: perl6 $ ../../parrot perl6.pbc -e 'my $x = 3; $x **= 2; say $x' 3 Unless, of course, this isn't supposed to be implemented yet, but that seems strange since it's in the basic tests. Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Te

Re: Graph for Rakudo Blog Post about Passing Tests

2008-06-19 Thread Ovid
ss but TODO tests unexpectedly succeeding tend to stand out. That being said, skips should be in place if, say, you have a Win32 test on Linux, but skips should be rare. Here almost half the tests are skips and I don't know why. Cheers, Ovid -- Buy the book - http://www

Re: Perl 6 fundraising and related topics.

2008-02-26 Thread Ovid
grants: http://news.perlfoundation.org/2007/12/call_for_grant_proposals.html How else should we be advertising this? Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Perl and CGI - http://users.easystreet.com/ovid/cgi_course/ Personal blog - http://publius-ovidius.livejournal.com/ Tech blog - http://use.perl.org/~Ovid/journal/

Re: take: bug or feature?

2006-12-18 Thread Ovid
,), (3,), (4,), (5,), (6,), (7,), (8,), (9,), (10,)) > > /s It looks like there's a bug in gather/take and luqui is working on it now (from #perl6). Cheers, Ovid -- Buy the book -- http://www.oreilly.com/catalog/perlhks/ Perl and CGI -- http://users.easystreet.com/ovid/cgi_course/

take: bug or feature?

2006-12-18 Thread Ovid
omething break? If so, I'll add a test. Otherwise, what's wrong with this code? Also, I've been searching the docs for the exact syntax of 'gather/take' and I can't find it. Pointers would be great. Pugs Version: 6.2.13 (r14911) Cheers, Ovid -- Buy the book -- http://w

Re: pugs CGI.pm

2005-04-13 Thread Ovid
rs and > > some other works), but I think it can work in all possible > situations. > > Let me start by saying this would be an excellent addition to CGI.pm! As the other guy who's been hacking on CGI.pm, I second this. I'd rather not add it myself because I don