🦋 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:14 kjp left 02:15 kjp joined 02:16 kjp left, kjp joined
ab5tract is confused... running `make spectest` with RAKUDO_RAKUAST=1 is giving me a more than a handful of failing spectests ... 06:11
nine more than 3? 06:43
ab5tract yeah.. 07:19
let me recompile base and see what's what 07:20
okay, that looks *much* better 07:24
I guess adding these worries affects a lot more test output than anticipated... 07:25
`generics.t`, `is-type.t`, and `nominalizable.t` <--- these would be the expected three, righT 07:28
?
now that looks much better (it was insufficient guarding around $param.type actually existing) 07:45
Geth rakudo/enhance-named-param-subset-feedback: 9c32dae4f3 | ab5tract++ | 2 files
Enhance feedback around named subset parameters

Adding a worry here provides users with a bit of helpful feedback when they define an optional named parameter with a subset type but fail to provide a valid default value.
Default values are also checked for conformance to the provided subset, with the obvious caveat that an expression without a compile time value will pass through this protection.
07:47
[Coke] ok, I thought the blin run aborted somehow... but I think it was just clean? 11:41
output/overview was updated, but not output/failures.md 11:42
lizmat heh... :-) 11:43
13:05 melezhik joined 13:24 melezhik left
releasable6 Next release in ≈4 days and ≈3 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 15:00
[Coke] releasable6: next 15:57
releasable6 [Coke], Next release in ≈4 days and ≈3 hours. There are no known blockers. 13 out of 13 commits logged
[Coke] Be nice if the timed one included the 13 out of 13.
. o O (He said, in a note to himself) 15:58
nine ab5tract: right 16:36
ab5tract hmm, would it be a nice addition to NQP to have an `neaddr` to complement `eqaddr`? 17:31
as we often have negated checks 17:32
wj 17:33
unless helps, _unless_ you want additional branches
Geth rakudo/enhance-named-param-subset-feedback: bb4b4afb87 | ab5tract++ | 2 files
Enhance feedback around named subset parameters

Adding a worry here provides users with a bit of helpful feedback when they define an optional named parameter with a subset type but fail to provide a valid default value.
Default values are also checked for conformance to the provided subset, with the obvious caveat that an expression without a compile time value will pass through this protection.
17:36
nine I don't think we use it all that often. And sometimes we use it when it's not actually necessary like in ^^^ 17:39
Also NQP does have =:=
Geth rakudo/enhance-named-param-subset-feedback: e734c6c521 | ab5tract++ | src/core.c/Exception.rakumod
Change exception text slightlty
17:40