ezmlm warning

2012-09-05 Thread perl6-compiler-help
Hi! This is the ezmlm program. I'm managing the perl6-compi...@perl.org mailing list. I'm working for my owner, who can be reached at perl6-compiler-ow...@perl.org. Messages to you from the perl6-compiler mailing list seem to have been bouncing. I've attached a copy of the first bounce message I

Re: [perl #114748] recursive grammars

2012-09-05 Thread Wenzel Peppmeyer
I would like to add the RL example that drove me mad until I understood the problem. I'm trying to parse a DTD. Those nasty bugger can have external entities, that are DTDs. Like so: The problem of parsing a DTD is quite easy. We have macros with names that need replacement after they are de

Re: [perl #114760] [BUG] Minus thirteen billion years ago becomes minus 115 million years ago in DateTime.new in Rakudo

2012-09-05 Thread Parrot Raiser
> > r: say Date.new(-13_000_000_000, 1, 1) > rakudo cc1858: OUTPUT«-115098112-01-01␤» That would hose Perl 6 for any speculations on the age of the Universe. :-)*

[perl #114760] [BUG] Minus thirteen billion years ago becomes minus 115 million years ago in DateTime.new in Rakudo

2012-09-05 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #114760] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=114760 > r: say Date.new(-13_000_000_000, 1, 1) rakudo cc1858: OUTPUT«-115098112-01-01␤»

[perl #114758] [TODO] DateTime.Date conversion in Rakudo

2012-09-05 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #114758] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=114758 > r: say DateTime.new.Date rakudo cc1858: OUTPUT«Cannot unbox a type object as a