[perl #90124] [BUG] Rakudo wrongly allows unclosed less-than sign ('') after @-sigilled variable in string interpolation

2011-05-08 Thread Carl Mäsak
# New Ticket Created by  Carl Mäsak 
# Please include the string:  [perl #90124]
# in the subject line of all future correspondence about this issue. 
# URL: http://rt.perl.org/rt3/Ticket/Display.html?id=90124 


masak rakudo: say OH HAI @a
p6eval rakudo 705435: OUTPUT«OH HAI @a␤»
masak rakudo: say OH HAI @a[
p6eval rakudo 705435: OUTPUT«===SORRY!===␤Unable to parse
postcircumfix:sym[ ], couldn't find final ']' at line 22␤»
masak why is  OK but not [ ?
sorear std: say OH HAI @a
p6eval std 9f27365: OUTPUT«===SORRY!===␤Unable to
parse quote-words subscript; couldn't find right angle quote at
/tmp/SFvtOOnNLU line 1:␤-- say OH HAI @a⏏␤
  expecting escape␤Parse failed␤FAILED 00:01 114m␤»
* masak submits rakudobug


[perl6/specs] 15b1a4: [S32/Exceptions] add a few syntax errors

2011-05-08 Thread noreply
Branch: refs/heads/master
Home:   https://github.com/perl6/specs

Commit: 15b1a49e67ffeaccc09cd0abbd0d311437665e7b

https://github.com/perl6/specs/commit/15b1a49e67ffeaccc09cd0abbd0d311437665e7b
Author: Moritz Lenz mor...@faui2k3.org
Date:   2011-05-08 (Sun, 08 May 2011)

Changed paths:
  M S32-setting-library/Exception.pod

Log Message:
---
[S32/Exceptions] add a few syntax errors