# New Ticket Created by  Itsuki Toyota 
# Please include the string:  [perl #130434]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=130434 >


See the following results:

$ perl6 -Ilib t/01-basic.t 
Type check failed in binding; expected NativeCall::Types::CArray[num64] but got 
NativeCall::Types::CA...
  in submethod BUILD at 
/home/itoyota/Programs/p6-Algorithm-LibSVM/lib/Algorithm/LibSVM/Parameter.pm6 
(Algorithm::LibSVM::Parameter) line 28
  in block <unit> at t/01-basic.t line 9


X::TypeCheck.gotn:

https://github.com/rakudo/rakudo/blob/nom/src/core/Exception.pm#L1972-L1979



$ perl6 -e '"NativeCall::Types::CA".chars.say'
21


I think that that limitation of the number of characters (i.e. 21) is too short 
for displaying types in NativeCall.


$ perl6 --version
This is Rakudo version 2016.12-14-g9120ace built on MoarVM version 2016.12
implementing Perl 6.c.

Reply via email to