# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132295] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=132295 >
Code: say :2(1); ¦«2015.12»: This call only converts base-2 strings to numbers; value 1 is of type Int, so cannot be converted! (If you really wanted to convert 1 to a base-2 string, use 1.base(2) instead.) in block <unit> at /home/bisectable/git/whateverable/data/regressionable/14950971/snippet line 1 «exit code = 1» ¦«2016.06»: This call only converts base-2 strings to numbers; value 1 is of type Int, so cannot be converted! (If you really wanted to convert 1 to a base-2 string, use 1.base(2) instead.) in block <unit> at /home/bisectable/git/whateverable/data/regressionable/14950971/snippet line 1 «exit code = 1» ¦«2016.12»: This call only converts base-2 strings to numbers; value 1 is of type Int, so cannot be converted! in block <unit> at /home/bisectable/git/whateverable/data/regressionable/14950971/snippet line 1 «exit code = 1» ¦«2017.06»: This call only converts base-2 strings to numbers; value 1 is of type Int, so cannot be converted! in block <unit> at /home/bisectable/git/whateverable/data/regressionable/14950971/snippet line 1 «exit code = 1» ¦«f72be0f130cf»: This call only converts base-2 strings to numbers; value 1 is of type Int, so cannot be converted! in block <unit> at /home/bisectable/git/whateverable/data/regressionable/14950971/snippet line 1 «exit code = 1» Possible IRC discussion: https://irclog.perlgeek.de/perl6/2017-08-01#i_14950971 Bisectable: (2016-11-14) https://github.com/rakudo/rakudo/commit/1dc4c4297e3ff3c689231b93ea9b78aa80c6c1cf So previously it said “use 1.base(2) instead” and now it no longer does. I think it should.