MasterDuke evalable6: %*ENV<RAKUDO_RAKUAST> = 1; run $*EXECUTABLE, '-e', 'class C { has $!x is rw; }' 00:24
evalable6 Cannot test 530e20597d8289d8b62839886d6066d3f586a679 (Broken archive)
linkable6 (2024-11-29) github.com/rakudo/rakudo/commit/530e20597d [JVM] Bump NQP to get run failure exit code fixes
MasterDuke evalable6: HEAD~1 %*ENV<RAKUDO_RAKUAST> = 1; run $*EXECUTABLE, '-e', 'class C { has $!x is rw; }'
evalable6 Cannot test 530e20597d8289d8b62839886d6066d3f586a679 (Broken archive)
MasterDuke evalable6: 461b81f79459674ca049dc618d5fa412127e2583 %*ENV<RAKUDO_RAKUAST> = 1; run $*EXECUTABLE, '-e', 'class C { has $!x is rw; }'
evalable6 Cannot test 530e20597d8289d8b62839886d6066d3f586a679 (Broken archive)
MasterDuke committable6: 461b81f79459674ca049dc618d5fa412127e2583 %*ENV<RAKUDO_RAKUAST> = 1; run $*EXECUTABLE, '-e', 'class C { has $!x is rw; }' 00:25
committable6 MasterDuke, ¦461b81f: «useless use of 'is rw' on $!x␤ in any IMPL-BEGIN-TIME-CALL at src/Raku/ast/parsetime.rakumod line 57␤»
MasterDuke where does the word 'any' in ^^^ error come from?
00:32 summerisle_ left 00:33 summerisle joined
timo looks like it's the Backtrace::Frame's .subtype 01:07
`$code := Any unless nqp::istype($code, Mu);` maybe this line does that 01:43
MasterDuke m: say "a".asdfkl 02:37
camelia No such method 'asdfkl' for string 'a'
in block <unit> at <tmp> line 1
MasterDuke `block <unit>` makes a lot more sense than `any IMPL-BEGIN-TIME-CALL` 02:38
04:05 librasteve_ left 05:05 japhb left 05:09 japhb joined 07:54 kjp left 07:55 kjp joined
bartolin bisectable6: my $seen; multi sub trait_mod:<is>(Routine:D $r is raw, :$foo!) { $r.wrap: -> | { $seen = True; callsame } }; class Foo { method ^foo(Mu) is foo { } }; Foo.^foo; dd $seen ## github.com/rakudo/rakudo/issues/3573 08:26
bisectable6 bartolin, Will bisect the whole range automagically because no endpoints were provided, hang tight
bartolin, Output on all releases: gist.github.com/559fd4c2d765a662ce...2577d7f3b2 08:27
bartolin, Bisecting by output (old=2024.04 new=2024.05) because on both starting points the exit code is 0
bartolin, bisect log: gist.github.com/07c58604a43abf88cb...3940aa688b
bartolin, (2024-05-18) github.com/rakudo/rakudo/commit/0a...0683b6afac
bartolin, Bisecting by output (old=2023.12 new=2024.01) because on both starting points the exit code is 0
bartolin, bisect log: gist.github.com/25240ff52cf0de0b87...30242be2b5 08:28
bartolin, Output on all releases and bisected commits: gist.github.com/7e1c150f2f29b48cfb...e2bc01a1f6
bartolin bisectable6: multi sub trait_mod:<is>(Routine:D $r is raw, :$foo!) { $r.wrap: -> | { say "ok"; callsame } }; class Foo { method ^foo(Mu) is foo { } }; Foo.^foo 08:33
bisectable6 bartolin, Will bisect the whole range automagically because no endpoints were provided, hang tight
bartolin, Output on all releases: gist.github.com/8906ad8bfa456cccfb...0512711851 08:34
bartolin, Output on all releases and bisected commits: gist.github.com/b7c72559d719b94a2e...4d2fc1c869
bartolin
.oO( interesting )
08:35
m: my $seen; multi sub trait_mod:<is>(Routine:D $r is raw, :$foo!) { $r.wrap: -> | { say "ok"; $seen = True; callsame } }; class Foo { method ^foo(Mu) is foo { } }; Foo.^foo; dd $seen 08:45
camelia ok
$seen = Bool::True
bartolin for the record: on the JVM backend this says "ok", but then on the next line "$seen = Any". Strange 08:46
maybe not so strange, but still 08:47
09:35 MasterDuke left 09:59 sena_kun joined
timo i just had to reject a contribution to the debian package of nqp because of reproducible build woes :| 11:45
lizmat meh 11:46
timo but it's only a change to the debian/control file that i somehow missed when making the .09 release 11:48
Geth Concurrent-Iterator/main: 4c704d01b0 | (Elizabeth Mattijsen)++ | 15 files
Prepare for inclusion in raku-community-modules

Also fix test because of changed semantics of [+] on a container
12:56
Concurrent-Iterator/main: 37d33b37a8 | (Elizabeth Mattijsen)++ | 2 files
Improve readability of examples
Concurrent-Iterator/main: 0eea1b87b5 | (Elizabeth Mattijsen)++ | 10 files
CI test for update as Raku community module
Concurrent-Iterator/main: bf54180a41 | (Elizabeth Mattijsen)++ | 3 files
1.1
13:00
Concurrent-Trie/main: 7c0ffc59d0 | (Elizabeth Mattijsen)++ | 14 files
Preparations for transition to Raku Community Modules
13:05
Concurrent-Trie/main: 89f767ab79 | (Elizabeth Mattijsen)++ | .github/workflows/test.yml
Update CI
Concurrent-Trie/main: 7ac616822b | (Elizabeth Mattijsen)++ | 9 files
CI test for update as Raku community module
Concurrent-Trie/main: 9bdb97cb6f | (Elizabeth Mattijsen)++ | 2 files
1.2
13:06
Concurrent-Progress/main: b73ac13ae4 | (Elizabeth Mattijsen)++ | 13 files
Prepare for transition to Raku Community Modules
13:11
Concurrent-Progress/main: be4918e497 | (Elizabeth Mattijsen)++ | 9 files
CI test for update as Raku community module
Concurrent-Progress/main: 535af1d6c4 | (Elizabeth Mattijsen)++ | 3 files
Anoher CI test with deps installed
13:15
Concurrent-Progress/main: e5dbbb801c | (Elizabeth Mattijsen)++ | 2 files
1.2
13:17
LEB128/main: a2476b66bf | (Elizabeth Mattijsen)++ | 16 files
Preparations for transition to Raku Community Modules
13:20
LEB128/main: e9805e32a8 | (Elizabeth Mattijsen)++ | 8 files
CI test for update as Raku community module
LEB128/main: 6afbc0dcfa | (Elizabeth Mattijsen)++ | 2 files
0.2
13:22
Log-Timeline/main: 5f22012fdc | (Elizabeth Mattijsen)++ | 10 files
Preparations for transition to Raku Community Modules
13:26
Log-Timeline/main: 61996cf364 | (Elizabeth Mattijsen)++ | 2 files
Remove non-functional SYNOPSIS
Log-Timeline/main: 4655f692f4 | (Elizabeth Mattijsen)++ | 8 files
CI test for update as Raku community module
Log-Timeline/main: 1d9dd580aa | (Elizabeth Mattijsen)++ | 2 files
0.5.2
13:29
App-MoarVM-Heapanalyzer/main: b4cf1d54d1 | (Elizabeth Mattijsen)++ | 12 files
Preparations for transition to Raku Community Modules
13:32
App-MoarVM-Heapanalyzer/main: 43d2f99830 | (Elizabeth Mattijsen)++ | 2 files
Fix 2024+ copyright attribution
App-MoarVM-Heapanalyzer/main: c7601de7c8 | (Elizabeth Mattijsen)++ | 9 files
CI test for update as Raku community module
App-MoarVM-Heapanalyzer/main: 5be39531f1 | (Elizabeth Mattijsen)++ | 2 files
0.2
13:34
Spreadsheet-XLSX/main: 1f51e7a381 | (Elizabeth Mattijsen)++ | 10 files
Preparations for transition to Raku Community Modules
14:12
Spreadsheet-XLSX/main: 68bc1c456b | (Elizabeth Mattijsen)++ | 7 files
CI test for update as Raku community module
14:42
lizmat meh 15:00
can't upload Spreadsheet::XLSX to zef because I can't get the tests to pass on MacOS
patrickb: could you clone the repo and do a "mi6 release" ? 15:05
Geth Spreadsheet-XLSX/main: d6fb9fdb78 | (Elizabeth Mattijsen)++ | Changes
Update Changes
15:16
lizmat patrickb: nvm, did it the hard way 15:19
ugexe million line conditional has been precompiling for 23 hours now 16:13
Geth Date-WorkdayCalendar/main: 38e8c22117 | (Elizabeth Mattijsen)++ | 9 files
0.1.3
16:39
Email-Simple/main: dcf247dbb0 | (Elizabeth Mattijsen)++ | 9 files
2.1.2
16:51
Digest-PSHA1/main: c09bd3be5f | (Elizabeth Mattijsen)++ | 6 files
CI test for update as Raku community module
16:56
Net-IMAP: bb5ce4a86f | (Elizabeth Mattijsen)++ | 8 files
CI test for update as Raku community module
18:05
Net-IMAP: d068cfb508 | (Elizabeth Mattijsen)++ | 3 files
1.0.3
18:08
Number-Denominate/main: 3c083a9c0f | (Elizabeth Mattijsen)++ | 24 files
CI test for update as Raku community module
18:44
Number-Denominate/main: 15d30a6077 | (Elizabeth Mattijsen)++ | 2 files
2.1
18:47
OO-Monitors/main: 982cf0697a | (Elizabeth Mattijsen)++ | 3 files
1.1.3
18:50
Slang-Piersing/main: f80d28737e | (Elizabeth Mattijsen)++ | 9 files
CI test for update as Raku community module
18:57
Slang-Piersing/main: ecfe4c6dcd | (Elizabeth Mattijsen)++ | 2 files
0.0.3
19:08
SOAP-Client/main: ccce16fc01 | (Elizabeth Mattijsen)++ | 14 files
CI test for update as Raku community module
19:26
SOAP-Client/main: 5302999f9d | (Elizabeth Mattijsen)++ | 4 files
1.1
19:29
WWW/main: 65 commits pushed by (Wictor Lund)++, (Zoffix Znet)++, (JJ Merelo)++, (Juan Julián Merelo Guervós)++, (Elizabeth Mattijsen)++, Altai-man++
review: github.com/raku-community-modules/...ec13b0cb12
19:37
XML-Canonical/main: ff1733a061 | (Elizabeth Mattijsen)++ | 9 files
CI test for update as Raku community module
19:42
XML-Canonical/main: ae7b445790 | (Elizabeth Mattijsen)++ | 2 files
1.0.2
19:44
XML-Query/main: 8495e4cb63 | (Elizabeth Mattijsen)++ | 9 files
CI test for update as Raku community module
19:48
XML-Query/main: 900b97a0e2 | (Elizabeth Mattijsen)++ | 3 files
1.1
19:50
lizmat and that concludes my noise on this channel for today 19:52
bartolin lizmat++ 20:02
22:29 sena_kun left 23:20 summerisle is now known as eof