Smylers pointed out (and Danny Brian confirmed):
The default entities are C<<>, C<>>, C<&>, C<'>, and
C<">.
I *knew* there was a good reason I shun XML! ;-)
Clearly five entities is I going to suffice. The synposis now reads:
To include named Unicode or XHTML entities, use the C> code.
Author: larry
Date: Mon Oct 16 17:40:41 2006
New Revision: 13165
Modified:
doc/trunk/design/syn/S03.pod
doc/trunk/design/syn/S06.pod
Log:
More undotty print/say from bsb++.
Modified: doc/trunk/design/syn/S03.pod
=
Author: larry
Date: Mon Oct 16 17:23:16 2006
New Revision: 13164
Modified:
doc/trunk/design/syn/S01.pod
Log:
S01 was missing encoding directive.
Modified: doc/trunk/design/syn/S01.pod
==
--- doc/trunk/design/syn/S01.
Author: larry
Date: Mon Oct 16 16:20:07 2006
New Revision: 13163
Modified:
doc/trunk/design/syn/S04.pod
Log:
bare prints spotted by bsb++.
Modified: doc/trunk/design/syn/S04.pod
==
--- doc/trunk/design/syn/S04.pod
On Oct 16, 2006, at 2:51 PM, Smylers wrote:
...
Perl 6 makes considerable use of E and E.
I think the only standard XML entities are C<<>, C<>>, and
C<&>. Particular XML languages can define further entities which
use that syntax, but they aren't included by default.
The default entiti
Trey Harris writes:
> In a message dated Wed, 4 Oct 2006, Smylers writes:
>
> > Trey Harris writes: T
> >
> > > I remember not so many years ago when there were a lot of modules
> > > floating around that required you to do "no strict" of various
> > > flavors in order to use them.
> >
> > Real
On October 7th Damian Conway wrote:
> Before Christmas, as promised!
>
> [DRAFT] Synopsis 26 - Documentation
Thank you for that, Damian! Apologies for taking a while to respond,
but I wanted to leave reading the document until I had a sufficient
chunk of time to do it justice. And I was very i
make realclean
perl Configure.pl
Generating makefiles and other build files...
step gen::makefiles died during execution:
config/gen/makefiles/bcg.in:73: line ends in a slash
On Mon, Oct 16, 2006 at 09:27:42AM -0700, Sean O'Rourke wrote:
> The enclosed patch removes strict 'vars' for -e scripts via the
> nonstandard $?STRICT variable.
Excellent, please commit this (an invitation is on its way).
After tomorrow's release, we'll continue transitioning to the new AST,
in
On 10/16/06, jerry gay <[EMAIL PROTECTED]> wrote:
for vim users, these settings may help find trailing spaces and leading tabs:
set list
set listchars=trail:-,tab:\.\
note in this case, the trailing space on the second line is intentional.
~jerry
Note that ":set list" all by itself will
Am Montag, 16. Oktober 2006 19:05 schrieb jerry gay:
> i see no reason to keep this specific to curlies.
> i hate all useless trailing whitespace equally :)
s/useless//
Me too, but there are still some test files with ws at the end, e.g.
t/op/sprintf_tests
You can stare at test result compares i
On 10/16/06, jerry gay <[EMAIL PROTECTED]> wrote:
i see no reason to keep this specific to curlies.
i hate all useless trailing whitespace equally :)
for vim users, these settings may help find trailing spaces and leading tabs:
set list
set listchars=trail:-,tab:\.\
note in this case, the t
On 10/16/06, chromatic <[EMAIL PROTECTED]> wrote:
On Monday 16 October 2006 02:00, Paul Cochrane wrote:
> This patch adds a test to the coding standards which checks for space
> or tab characters after a curly brace when the curly is the last
> printable character on the line. The pumpking hasn
On 10/16/06, chromatic <[EMAIL PROTECTED]> wrote:
On Monday 16 October 2006 02:00, Paul Cochrane wrote:
> This patch adds a test to the coding standards which checks for space
> or tab characters after a curly brace when the curly is the last
> printable character on the line. The pumpking hasn
On Monday 16 October 2006 02:00, Paul Cochrane wrote:
> This patch adds a test to the coding standards which checks for space
> or tab characters after a curly brace when the curly is the last
> printable character on the line. The pumpking hasn't explicitly
> declared that this should be a codin
The enclosed patch removes strict 'vars' for -e scripts via the
nonstandard $?STRICT variable.
/s
Index: src/Pugs/Eval.hs
===
--- src/Pugs/Eval.hs (revision 13160)
+++ src/Pugs/Eval.hs (working copy)
@@ -268,6 +268,10 @@
-- Reduction
Author: particle
Date: Mon Oct 16 08:36:41 2006
New Revision: 14930
Modified:
trunk/docs/pdds/pdd07_codingstd.pod
Log:
[PDD07]: fix typo
Modified: trunk/docs/pdds/pdd07_codingstd.pod
==
--- trunk/docs/pdds/pdd07_codin
Hi,
This patch changes the semantics of the checking for the Perl code
coda in Perl::Critic::Policy::CodeLayout::UseParrotCoda. At present
the Perl code coda is checked at the end of the file if no __END__ or
__DATA__ block is present, and is checked before the __END__ or
__DATA__ block if such
Parrot Bug Summary
http://rt.perl.org/rt3/NoAuth/parrot/Overview.html
Generated at Mon Oct 16 13:15:03 2006 GMT
---
* Numbers
* New Issues
* Overview of Open Issues
* Ticket Status By Version
* Requestors with m
# New Ticket Created by "Paul Cochrane"
# Please include the string: [perl #40545]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40545 >
Hi,
This patch adds tests for yacc, lex and pmc files to the
Parrot::Distribution te
Weekly Perl 6 mailing list summary
This week on the Perl 6 mailing lists
"The whole point of reserving these namespaces is not to prevent users
from misusing them, but to ensure that when we eventually get around
to using a particular block name, and those same users start screaming
# New Ticket Created by "Paul Cochrane"
# Please include the string: [perl #40544]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40544 >
Hi,
This patch adds a test for DOS line endings in text files in the
Parrot distribu
# New Ticket Created by "Paul Cochrane"
# Please include the string: [perl #40543]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40543 >
Hi,
This patch adds a test to the coding standards which checks for space
or tab cha
This patch has been superseded by the more general patch in [perl
#40544] (which I should have attached to this ticket, but had
forgotten that I'd already submitted for this issue). Please ignore
[perl #40509].
Thanks,
Paul
24 matches
Mail list logo