[perl #68726] tests available

2009-08-29 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S02-builtin_data_types/declare.t commit 78a559861d9ee40b71c5abb18cb41bccf016739c Author: kyle Date: Sun Aug 30 03:20:27 2009 + label the tests for RT #68726 git-svn-id: http://svn.pug

[perl #68662] tests available

2009-08-29 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S06-operator-overloading/sub.t commit 34184fb3629630d8b8c0e2f0bb15b23652ea9dcd Author: frew Date: Sat Aug 29 20:41:15 2009 + add test for RT68662 git-svn-id: http://svn.pugscode.org/p

r28113 - docs/Perl6/Spec

2009-08-29 Thread pugs-commits
Author: lwall Date: 2009-08-29 21:06:40 +0200 (Sat, 29 Aug 2009) New Revision: 28113 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] some tidying of /, %, div, and mod Modified: docs/Perl6/Spec/S03-operators.pod === --- do

[perl #68848] Sensible Complex turns to NaN

2009-08-29 Thread via RT
# New Ticket Created by Solomon Foster # Please include the string: [perl #68848] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68848 > colomon: rakudo: say exp(3.0 * log(1i)); p6eval: rakudo 0d4fe0: OUTPUTĀ«-1.83691e-16-1i

Re: MiniPerl6 1.0 "Perlito" bootstrapped in SBCL Lisp

2009-08-29 Thread Bit-Man
Hi Flavio (and Perl 6 enthusiasts), good work, I mean an alternative Perl 6 implementation and to be used as a bootstrapping language is not something you see everyday. I'm part of CaFe PM, the local Perl group in Buenos Aires, and we've organized a Perl 6 Hackaton [1] a month or so a go. Of cour

Re: 1.23 becomes Rat

2009-08-29 Thread Karl Brodowsky
James Cloos: If so, please use something compatable with ieee 754 decimal floats, so that they can be used when running on hardware which supports them. Even w/o such hardware, gcc (at least) has support for software emulation of _Decimal32 and _Decimal64 (and _Decimal128?). I think there ar

MiniPerl6 1.0 "Perlito" bootstrapped in SBCL Lisp

2009-08-29 Thread Flavio S. Glock
MiniPerl6 (mp6) is a subset of Perl 6, which was designed as a light bootstrapping language. The initial bootstrap used v6.pm and was then self-hosted in Perl 5. MiniPerl6 is now self-hosted both in SBCL Lisp and in Perl 5. A developer can modify the compiler source code (written in MiniPerl6) an