[perl #132673] [JVM] Container has no information about parametric type

2018-01-08 Thread Christian Bartolomaeus via RT
This was fixed with https://github.com/perl6/nqp/commit/f6bccf79d8 Only some of the fudged tests are passing now, since a different issue surfaced after the above fix: https://rt.perl.org/Ticket/Display.html?id=132694 I'm closing this ticket as 'resolved'.

[perl #132694] [JVM] Coercion type Str(Any) returned from .keyof is not the same object as Str(Any)

2018-01-08 Thread via RT
# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #132694] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132694 > On the JVM backend the coercion type returned from .keyof for a regular hash

[perl #130261] [LTA] Error message for unclosed curly quote points to the last line of the file

2018-01-08 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Ah. This was fixed. Here's the pull request: https://github.com/rakudo/rakudo/pull/1183 And here's the right commit: https://github.com/rakudo/rakudo/pull/1183/commits/6542bb8032e7203b8736655075dbd3452856bc93 There should be tests for this already, I think. On 2016-12-04 10:22:37,

[perl #130261] [LTA] Error message for unclosed curly quote points to the last line of the file

2018-01-08 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Note that the error message is still LTA (says “corresponding starter” instead of mentioning “’”), for further progress see RT#125641. On 2018-01-08 15:16:47, alex.jakime...@gmail.com wrote: > Ah. This was fixed. Here's the pull request: > https://github.com/rakudo/rakudo/pull/1183 > And here's