[perl #128161] [LTA] Run time “SORRY!” when the range starts with whatever star (*...‘WAT’)

2017-10-08 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
SORRY disappeared after https://github.com/rakudo/rakudo/commit/25e9fd76e85fabda20e263b6f87e27b0673f26e2 On 2017-10-08 01:21:27, alex.jakime...@gmail.com wrote: > Code: > say ‘Hello’; say *...‘WAT’ > > Result: > Hello > No such method 'succ' for invocant of type 'Whatever'. Did you mean 'sum'? > i

[perl #128161] [LTA] Run time “SORRY!” when the range starts with whatever star (*...‘WAT’)

2017-10-08 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Code: say ‘Hello’; say *...‘WAT’ Result: Hello No such method 'succ' for invocant of type 'Whatever'. Did you mean 'sum'? in block at -e line 1 Code: say 0, * ... "what" Result: No such method 'pred' for invocant of type 'Whatever'. Did you mean any of these? grep tree in block at -e line 1