Moved to https://github.com/rakudo/rakudo/issues/2725

On 2016-12-29 14:43:03, alex.jakime...@gmail.com wrote:
> Of course, same thing with “next” and “last” (is there anything else?)
>
> On 2016-12-29 09:13:24, alex.jakime...@gmail.com wrote:
> > Code:
> > say 42; redo
> >
> >
> > Result (2015.12,2016.05):
> > 42
> > redo without loop construct
> > in block <unit> at /tmp/rQ_1K_fvaD line 1
> >
> >
> > Result (2016.06,HEAD):
> > 42
> > ===SORRY!===
> > redo without loop construct
> >
> >
> > It should print the line number and it should not say “===SORRY!===”
> > because it is not a compile-time error.
> >
> > Bisectable gives a list of commits that could have caused this:
> > e609822f01b82608b1b1c869032c95e9641172ce
> > 615d30c39eba318f7449b94bbbd0295e2fd75387
> > 8beb87b415014254412409d56378afb3ed5f14d9
> > 05170e0c14969663c816ee1c5aaa019d70938247
> > 899e0fd4c1ce51bc492666ffc69627c502f657f7
> > e5443765d4bce0697c6191dd2b17db3044e027ab
> > fcd0093b43614ce91caeb8c23e2bbcff68d54f72
> > 04929feeb06fa851d77ef5efa6be35248301f88c
> > 7ee6578ce99aae069349c283012ae7e45dfd75ec
> > 519e76487ddd1546b319bfbd47661beac2417d61

Reply via email to