Re: Struggles with Trig

2009-09-08 Thread Solomon Foster
On Sun, Sep 6, 2009 at 3:08 PM, Moritz Lenz wrote: > (This is a reply to "Struggles with Trig", > - I also write to > perl6-compiler because parts of it might be of a bit broader interested, > or others might want to comment on it too). > >> 1) Passing n

[perl #65942] Missing %*ENV values are defined, but don't exist

2009-09-08 Thread Carl Mäsak via RT
This works now: $ perl6 -e 'say %*ENV.exists()' 0 $ perl6 -e 'say defined %*ENV' 0 Resolving.

[perl #69052] Build error on Mac OS X

2009-09-08 Thread via RT
# New Ticket Created by Alexander Temerev # Please include the string: [perl #69052] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69052 > I tried to build today's Git version on Mac OS X Snow Leopard, and here is what I g

Re: S26 - The Next Generation

2009-09-08 Thread Damian Conway
Jon Lang elaborated: > I don't think that there will be a problem.  First, #=> is easy enough > to distinguish from #=; I don't foresee any confusion. I'm not so sure. #=> is a lot more like #= that =alias is. And the one character of difference is on the non-significant (right-hand) side. Need t

Re: S26 - The Next Generation

2009-09-08 Thread Damian Conway
Jon Lang huh'd: > Huh.  Would you be able to do something like: > >    =begin pod >    Welcome to $?FILE. > > ...and have it interpolate the file's name?  Or would you need some > special markup for this, such as: > >    =begin pod >    Welcome to A<$?FILE>. The latter. Variables are just too com

r28208 - docs/Perl6/Spec/S32-setting-library

2009-09-08 Thread pugs-commits
Author: ruoso Date: 2009-09-09 04:26:50 +0200 (Wed, 09 Sep 2009) New Revision: 28208 Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: [spec-S32-Temporal] Complete rewrite of Temporal.pod taking into account today IRC talks, TAI time, alternative calendars, time-zone information

r28209 - docs/Perl6/Spec/S32-setting-library

2009-09-08 Thread pugs-commits
Author: ruoso Date: 2009-09-09 04:32:41 +0200 (Wed, 09 Sep 2009) New Revision: 28209 Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: [spec-S32-Temporal] minor pod fixes Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod ==

r28210 - docs/Perl6/Spec/S32-setting-library

2009-09-08 Thread pugs-commits
Author: ruoso Date: 2009-09-09 04:41:31 +0200 (Wed, 09 Sep 2009) New Revision: 28210 Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: [spec-S32-Temporal] Gregorian::Duration doesnt have a time-zone. Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod =

Re: r28208 - docs/Perl6/Spec/S32-setting-library

2009-09-08 Thread Darren Duncan
pugs-comm...@feather.perl6.nl wrote: -=head2 Time +=head1 Current Time +The epoch used in Perl 6 to represent time instants is the +International Atomic Time - TAI - which is independent of calendars, +timezones as well as leap seconds. Of course Perl can't go beyond the +machine to get a real