On Mon, 13 May 2019 10:28:25 -0700, jan-olof.hen...@bredband.net wrote:
> On Thu, 29 Dec 2016 13:26:17 -0800, alex.jakime...@gmail.com wrote:
> > Code:
> > say Hash[Int].new(‘abc’ => 20..50)
> >
> >
> > Result (2015.12):
> > Type check failed in binding $x; expected Int but got Range
> >   in block <unit> at /tmp/CRJOhWZaTS line 1
> >  «exit code = 1»
> >
> >
> > Result (HEAD):
> > {abc => 20..50}
> >
> >
> > It should complain that it got a Range instead of an Int.
> >
> > Bisectable points to
> > https://github.com/rakudo/rakudo/commit/b2e57f697fad1617951561ff928e6d981b323386
> 
> Fixed with commit
> https://github.com/rakudo/rakudo/commit/9acbf000418cd716f532008a5a1704cccf684eae
> 
> testneeded

Turns out that this issue is the same as R#2348 which was fixed we the above 
commit.
Tests were added to roast with https://github.com/perl6/roast/commit/28301d7c5d

closing

Reply via email to