🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
02:21 guifa left 05:27 rakkable left 05:29 rakkable joined 11:57 guifa joined 12:51 finanalyst joined 13:18 finanalyst left, finanalyst joined 13:19 finanalyst left 14:26 guifa left 15:13 finanalyst joined 15:57 guifa joined 16:57 guifa left 17:00 guifa joined
timo m: my uint8 @foo = 1,2,3; my int $bar = @foo[1]; 17:20
camelia This container does not reference a native integer
in block <unit> at <tmp> line 1
timo bisectable6: releases my uint8 @foo = 1,2,3; my int $bar = @foo[1]; 17:21
bisectable6 timo, Will bisect the whole range automagically because no endpoints were provided, hang tight
timo oh that's not how
bisectable6 timo, More than 3 changes to bisect, please try a narrower range like old=2025.03 new=HEAD 17:22
timo, Output on all releases: gist.github.com/ef8249e194a258f1be...7c50e89e5e
timo bisectable6: old=2024.01 new=HEAD my uint8 @foo = 1,2,3; my int $bar = @foo[1]; 17:23
bisectable6 timo, On both starting points (old=2024.01 new=f52cc92) the exit code is 1 and the output is identical as well
timo, Output on both points: «This container does not reference a native integer␤ in block <unit> at /tmp/aX_zqiV3Dj line 1␤␤»
timo bisectable6: old=2022.01 new=2025.01 my uint8 @foo = 1,2,3; my int $bar = @foo[1];
bisectable6 timo, Cannot find revision “2022.01” (did you mean “2025.01”?)
timo bisectable6: old=2022.02 new=2025.01 my uint8 @foo = 1,2,3; my int $bar = @foo[1];
bisectable6 timo, On both starting points (old=2022.02 new=2025.01) the exit code is 1 and the output is identical as well
timo, Output on both points: «This container does not reference a native integer␤ in block <unit> at /tmp/HfR7JQNPbM line 1␤␤»
timo huh, when did this work?
committable6: 2020.01 my uint8 @foo = 1,2,3; my int $bar = @foo[1];
committable6 timo, ¦2020.01: «»
timo committable6: 2020.01 my uint8 @foo = 1,2,3; my int $bar = @foo[1]; say $bar 17:24
committable6 timo, ¦2020.01: «2␤»
timo bisectable6: old=2020.01 new=2022.02 my uint8 @foo = 1,2,3; my int $bar = @foo[1]; say $bar
bisectable6 timo, Bisecting by exit code (old=2020.01 new=2022.02). Old exit code: 0
17:28 bisectable6 left 17:31 bisectable6 joined
bisectable6 timo, There are 10 candidates for the first “new” revision. See the log for more details 17:31
timo you didn't tell me the log ;_; 17:33
committable6: 2020.06 my uint8 @foo = 1,2,3; my int $bar = @foo[1]; say $bar
committable6 timo, ¦2020.06: «2␤»
timo committable6: 2020.09 my uint8 @foo = 1,2,3; my int $bar = @foo[1]; say $bar
committable6 timo, ¦2020.09: «2␤»
timo committable6: 2020.12 my uint8 @foo = 1,2,3; my int $bar = @foo[1]; say $bar
committable6 timo, ¦2020.12: «2␤»
timo committable6: 2021.06 my uint8 @foo = 1,2,3; my int $bar = @foo[1]; say $bar
committable6 timo, ¦2021.06: «2␤»
timo committable6: 2021.12 my uint8 @foo = 1,2,3; my int $bar = @foo[1]; say $bar
committable6 timo, ¦2021.12: «2␤»
timo committable6: 2022.03 my uint8 @foo = 1,2,3; my int $bar = @foo[1]; say $bar
committable6 timo, ¦2022.03: «This container does not reference a native integer␤ in block <unit> at /tmp/dFxc7c9Tgy line 1␤␤ «exit code = 1»»
timo committable6: 2022.01 my uint8 @foo = 1,2,3; my int $bar = @foo[1]; say $bar
committable6 timo, ¦2022.01: «Cannot find this revision (did you mean “2025.01”?)»
timo committable6: 2022.02 my uint8 @foo = 1,2,3; my int $bar = @foo[1]; say $bar
committable6 timo, ¦2022.02: «This container does not reference a native integer␤ in block <unit> at /tmp/vC2pJ1IEPL line 1␤␤ «exit code = 1»»
timo bisectable6: old=2021.12 new=2022.02 my uint8 @foo = 1,2,3; my int $bar = @foo[1]; say $bar 17:34
bisectable6 timo, Bisecting by exit code (old=2021.12 new=2022.02). Old exit code: 0
timo, bisect log: gist.github.com/940e7dc2a2adf85065...9b9abaa7f7 17:35
timo, There are 10 candidates for the first “new” revision. See the log for more details 17:36
timo that looks to be a bigger unsigned integer rework done around that time 17:39
17:40 finanalyst left 17:56 guifa left
lizmat m: dd Nil ~~ Cool # TIL 17:59
camelia Bool::True
18:46 guifa joined 18:59 guifa left 19:02 guifa joined 22:10 guifa left 23:53 guifa joined