[perl6/specs] 0b7df0: rename eval to EVAL to indicate specialness

2013-12-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 0b7df09ecc096eed5dc30f3dbdf568bbfd9de8f6 https://github.com/perl6/specs/commit/0b7df09ecc096eed5dc30f3dbdf568bbfd9de8f6 Author: Larry Wall Date: 2013-12-28 (Sat, 28 Dec 2013) Changed paths: M S02-bit

[perl6/specs] 8193f2: mention narrowing complex and native types

2013-12-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 8193f27f3ca5d4888c7fecf2dc0c7685e14caf93 https://github.com/perl6/specs/commit/8193f27f3ca5d4888c7fecf2dc0c7685e14caf93 Author: Larry Wall Date: 2013-12-28 (Sat, 28 Dec 2013) Changed paths: M S32-set

[perl #120897] Malformed replacement part; couldn't find final /

2013-12-29 Thread via RT
# New Ticket Created by Bartłomiej Palmowski # Please include the string: [perl #120897] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120897 > Hi, $ perl6 -v This is perl6 version 2013.12 built on parrot 5.9.0 revision 0

[perl #120895] heredocs get tabs removed when asked to dedent whitespace

2013-12-29 Thread via RT
# New Ticket Created by Tobias Leich # Please include the string: [perl #120895] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120895 > p: say qq:to/EOF/ ~~ /\t/;␤\thello␤EOF␤# the tab is preserved rakudo-parrot c14a84: OUT

[perl6/specs] 49c25b: subscripts also map Nil --> Nil

2013-12-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 49c25bf6b693e3cbeb9691f296a32d51fb3fddb6 https://github.com/perl6/specs/commit/49c25bf6b693e3cbeb9691f296a32d51fb3fddb6 Author: Larry Wall Date: 2013-12-28 (Sat, 28 Dec 2013) Changed paths: M S02-bit

[perl6/specs] beea53: [S08] Minimal changes to Context Deferral, needs m...

2013-12-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: beea5316cd54a47819cfd3715e31d428ea824d02 https://github.com/perl6/specs/commit/beea5316cd54a47819cfd3715e31d428ea824d02 Author: lue Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M S08-capture.po

some thing odd in macro

2013-12-29 Thread Richard Hainsworth
I was trying out macros and run into an anomaly. Not sure what is happening. I tried a macro snippet as a standalone script, then tested exactly the same in REPL. It worked in REPL, as in the hash variable was changed. But the hash variable stayed the same in the stand alone. What am I missing?

[perl6/specs] d519b6: Temp values default to boxed unless 'use native'

2013-12-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d519b6f5d83306c24065e5831388652084976374 https://github.com/perl6/specs/commit/d519b6f5d83306c24065e5831388652084976374 Author: Larry Wall Date: 2013-12-28 (Sat, 28 Dec 2013) Changed paths: M S02-bit

[perl6/specs] ae7cf3: Define .narrow method to narrow numeric types

2013-12-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: ae7cf355db859aa8782533ce7cd25378b219fd57 https://github.com/perl6/specs/commit/ae7cf355db859aa8782533ce7cd25378b219fd57 Author: Larry Wall Date: 2013-12-28 (Sat, 28 Dec 2013) Changed paths: M S32-set