01:18 rakkable left, rakkable joined 02:50 vrurg_ joined 02:52 vrurg left 04:33 djinni` left 04:48 djinni` joined 07:51 melezhik joined
Geth rakudo/main: f7ce946e11 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | 2 files
Don't allow a Range in an array shape specification (#6013)

Because it probably does *not* do what you think it does.
Before this, my @a[1..4] would create a 4-dimensional array, with dimensions 1,2,3,4. Instead of defining a 1-dimensional array with indices 1 through 4.
09:16
10:01 melezhik left 10:52 librasteve_ left 10:59 melezhik_ joined
melezhik_ . 10:59
11:05 melezhik_ left 11:53 melezhik_ joined 11:59 melezhik_ left
[Tux] Rakudo v2025.10-30-gf7ce946e1 (v6.d) on MoarVM 2025.10-11-g06c0bcbb7
csv-ip5xs0.260 - 0.270
csv-ip5xs-201.087 - 1.091
csv-parser1.097 - 1.108
csv-test-xs-200.114 - 0.116
test1.893 - 1.950
test-t0.462 - 0.465
test-t --race0.276 - 0.278
test-t-205.798 - 5.849
test-t-20 --race1.397 - 1.425
12:50
csv-test-xs 0.014 - 0.014
tux.nl/Talks/CSV6/speed4-20.html / tux.nl/Talks/CSV6/speed4.html tux.nl/Talks/CSV6/speed.log
12:52 melezhik_ joined 12:56 melezhik_ left 14:00 melezhik joined
jdv [Coke]: i thought you said you were it. as far as i know, yes. 14:30
14:30 melezhik_ joined 14:48 melezhik_ left, melezhik_ joined 14:49 melezhik_ left 14:57 melezhik_ joined 15:14 melezhik_ left, melezhik_ joined 15:30 melezhik_ left, melezhik_ joined 15:36 melezhik_ left
[Coke] +1 15:55
16:51 melezhik left 17:04 melezhik joined 18:22 librasteve_ joined
releasable6 Next release in ≈4 days and ≈23 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 19:00
librasteve_ rakudoweekly.blog/2025/11/10/2025-...of-advent/ 19:15
19:21 melezhik left
timo lizmat: it looks like the code that was commented out in Raku/ast/literals.rakumod for Format literals now works as you wrote it back then 20:30
JimmyZ, the stuff your AI IDE told you was just complete nonsense
lizmat timo: sadly, it doesn't: 20:40
% RAKUDO_RAKUAST=1 raku -Ilib -MB -e ''
===SORRY!===
Serialization Error: missing static code ref for closure '' (src/Raku/ast/code.rakumod:145)
timo ah, doesn't work with precomp, right
lizmat yeah :-( 20:41
thanks for checking!
timo QAST::Want already takes an object value in its first spot. anything after that is supposed to be a native value with a type tag in front, or what the node should compile to in void context if the type tag is "v". anything else is a no-op
lizmat you mean the QAST::Wval would need to be wrapped in a QAST::Want ? 20:44
timo no
that's in response to the pull request 20:45
lizmat which one ?
timo github.com/rakudo/rakudo/pull/6012
lizmat well, I think closing that PR is the right cause of action, as JimmyZ suggested ? 20:48
timo right
i thought i'd give a bit of extra explanation 20:49
the AI came up with a way to use Want to get what you normally need to not use a Want to get
lizmat well, I guess more appropriate as a comment there, rather than here? or are you expecting the AI to pick it up from here?
timo i don't think the AI will pick something up from the pull request comments, but JimmyZ reads the channel i believe 20:50
lizmat ok
afk&
patrickb I'd like to finally fix our mis-configured Azure CI in NQP. 22:29
github.com/Raku/nqp/issues/805
A possible way out could be to revoke Azure CI access to Github in the `Raku` github org. Only an Org Admin can do that. 22:30
I don't know who is an admin in that org though. 22:31
[Coke] where on azdo? 23:14
ah, it's under settings, github apps? 23:20
one of the options is "uninstall "azure pipelines" but: that removes its access to everything.
I can't see where any raku/nqp pipeline is. weird. 23:25
patrickb Coke: I think the nqp repo is the only one using azure 23:28
so removing it from via the org (temporarily) should not do any harm