design docs on dev.perl.org -- Re: +<< or +

2005-04-03 Thread Robert Spier
> The definitive answer is +< -- the pod document at 
> http://dev.perl.org/perl6/synopsis/S03.html is out of date.
> This has been corrected in the perl6 svn repository for some time
> (http://svn.perl.org/perl6/doc/trunk/design/syn/S03.pod), but I don't
> know the magic for getting updates in the svn repository reflected
> on the website.

I've created some new magic so that the svn repository and the site
are now tied together.  The site pulls from the svn repo daily at
around 3am Pacific time.

-R


Re: +<< or +

2005-04-02 Thread Patrick R. Michaud
On Sat, Apr 02, 2005 at 12:05:37PM +0200, Juerd wrote:
> Bitshift, which one is it?
> +<<
> or
> +<
> 
> I believe only +< is possible, because +<< has to be +«, but S03 is
> still inconsistent, and +<< comes up everywhere, including Brent's
> perl6op.txt.
> 
> Can there please be a definitive answer, and an update to S03?

The definitive answer is +< -- the pod document at 
http://dev.perl.org/perl6/synopsis/S03.html is out of date.

This has been corrected in the perl6 svn repository for some time
(http://svn.perl.org/perl6/doc/trunk/design/syn/S03.pod), but I don't
know the magic for getting updates in the svn repository reflected
on the website.

Pm