Perl 6 language and compiler development | Logs at colabti.org/irclogger/irclogger_log/perl6-dev | For toolchain/installation stuff see #perl6-toolchain | For MoarVM see #moarvm
Set by Zoffix on 27 July 2018.
lizmat_ m: bisectable6 old=2018.10 my int @a[10] = ^10; @a <<+>> 5 13:52
camelia 5===SORRY!5=== Error while compiling <tmp>
Two terms in a row
at <tmp>:1
------> 3bisectable6 old=2018.107⏏5 my int @a[10] = ^10; @a <<+>> 5
expecting any of:
infix
infix stopper
postfix
st…
lizmat_ m: bisectable6: old=2018.10 my int @a[10] = ^10; dd @a <<+>> 5 13:53
camelia 5===SORRY!5=== Error while compiling <tmp>
Two terms in a row
at <tmp>:1
------> 3bisectable6: old=2018.107⏏5 my int @a[10] = ^10; dd @a <<+>> 5
expecting any of:
infix
infix stopper
statement end
lizmat_ bisectable6: old=2018.10 my int @a[10] = ^10; dd @a <<+>> 5
bisectable6 lizmat_, Bisecting by exit code (old=2018.10 new=10693d1). Old exit code: 0
lizmat_, bisect log: gist.github.com/1f68c46d1a4b5eb238...185dc1dc9e
lizmat_, There are 3 candidates for the first “new” revision. See the log for more details
dogbert11 .seen AlexDaniel 15:23
yoleaux I saw AlexDaniel 23 Nov 2018 19:05Z in #perl6-dev: <AlexDaniel> someone please please take a look at R#2499 :)
synopsebot_ R#2499 [open]: github.com/rakudo/rakudo/issues/2499 [⚠ blocker ⚠] Failures in Perl6::Parser module
dogbert11 .tell AlexDaniel the commit breaking Perl6::Parser is github.com/rakudo/rakudo/commit/46...96034408c8 15:24
yoleaux dogbert11: I'll pass your message to AlexDaniel.
dogbert11 IOninja might be able to figure out what's wrong with the commit in question 15:27
lizmat . 18:00
AlexDaniel dogbert11: with or without my PR? 20:43
yoleaux 15:24Z <dogbert11> AlexDaniel: the commit breaking Perl6::Parser is github.com/rakudo/rakudo/commit/46...96034408c8
dogbert11 without unless it has been merged 22:33
perhaps I'm misunderstanding the problem but all tests pass with the previous commit, i.e. 3365094f9ef 22:35