Re: [perl #127883] [BUG] Missing line/column number information when using a missing module

2016-04-16 Thread Ahmad Zawawi
It is now fixed on latest. Please close this ticket. 2016-04-16 9:55 GMT+03:00 Zoffix Znet via RT : > I, unsuccessfully, tried my hand and fixing this. Just adding a few > comments with what little I found: > > This gives a bit of info on what gets called: > > $

Re: [perl #127908] [NativeCall] spurious warnings for type 'int'

2016-04-16 Thread Timo Paulssen
On 04/16/2016 10:08 PM, David Warring (via RT) wrote: > # New Ticket Created by David Warring > # Please include the string: [perl #127908] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127908 > > > > Consider: > > $

[perl #127908] [NativeCall] spurious warnings for type 'int'

2016-04-16 Thread via RT
# New Ticket Created by David Warring # Please include the string: [perl #127908] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127908 > Consider: $ perl6 -v This is Rakudo version 2016.03-124-g4b0e5bd built on MoarVM

[perl #124548] Roast rakudo skip/todo test:./S03-operators/flip-flop.t line:119 reason: 'dubious scoping?'

2016-04-16 Thread Christian Bartolomaeus via RT
This ticket is about two currently skipped tests in S03-operators/flip-flop.t. The tests in question check how often the left hand side (lhs) and right hand side (rhs) are evaluated against $_ when using the operators 'ff' and 'fff', respectively: # make sure {lhs,rhs} isn't evaluated when state

[perl #127504] LTA error message about locating compile-time value prints no line number (::a)

2016-04-16 Thread Christian Bartolomaeus via RT
On Wed Feb 10 03:58:59 2016, elizabeth wrote: > [..] > >> Code: > >> ::a > >> > >> Result: > >> ===SORRY!=== > >> Could not locate compile-time value for symbol a > >> > >> > >> No line number! Even if you try to run it with --ll-exception it > >> does not really help. > > > > Fixed with

[perl #126936] LTA Error on is cached trait without use experimental

2016-04-16 Thread Christian Bartolomaeus via RT
On Thu Dec 17 06:37:02 2015, elizabeth wrote: > [...] > > When `is cached` trait is used without declaring `use experimental > > :cached` the error message does not mention the fact that > > experimental is missing, but it should: > > Fixed with 7188229344f93cf4b1eb , tests needed. I started to