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
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
- 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
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
#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
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
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
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
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
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
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
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 -
- 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
- 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
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
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
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
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://
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
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
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
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
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
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/
,), (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/
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
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
27 matches
Mail list logo