🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
00:06 reportable6 left 00:08 reportable6 joined 00:29 bigdata joined 01:25 bigdata left 01:28 casey joined 01:32 casey left 02:32 shareable6 left, releasable6 left, benchable6 left, greppable6 left, coverable6 left, committable6 left, evalable6 left, sourceable6 left, nativecallable6 left, quotable6 left, bloatable6 left, bisectable6 left, reportable6 left, linkable6 left, tellable6 left, statisfiable6 left, squashable6 left, notable6 left, unicodable6 left 02:33 linkable6 joined, evalable6 joined, committable6 joined, tellable6 joined 02:34 nativecallable6 joined, unicodable6 joined, sourceable6 joined, statisfiable6 joined, benchable6 joined, bisectable6 joined 02:35 squashable6 joined, reportable6 joined, bloatable6 joined, releasable6 joined, greppable6 joined, coverable6 joined, notable6 joined, shareable6 joined, quotable6 joined 03:35 benchable6 left, committable6 left, sourceable6 left, greppable6 left, coverable6 left, evalable6 left, shareable6 left, squashable6 left, statisfiable6 left, nativecallable6 left, unicodable6 left, bloatable6 left, tellable6 left, quotable6 left, bisectable6 left, reportable6 left, releasable6 left, linkable6 left, notable6 left 03:36 evalable6 joined, benchable6 joined, bisectable6 joined, sourceable6 joined, squashable6 joined, linkable6 joined, notable6 joined, bloatable6 joined 03:37 tellable6 joined, committable6 joined, unicodable6 joined 03:38 discord-raku-bot left, greppable6 joined, coverable6 joined, nativecallable6 joined, releasable6 joined, quotable6 joined, shareable6 joined 03:39 statisfiable6 joined, reportable6 joined 03:40 discord-raku-bot joined 03:44 discord-raku-bot left 03:55 discord-raku-bot joined 04:55 statisfiable6 left, reportable6 left, nativecallable6 left, benchable6 left, unicodable6 left, sourceable6 left, committable6 left, shareable6 left, quotable6 left, evalable6 left, bisectable6 left, linkable6 left, releasable6 left, coverable6 left, bloatable6 left, greppable6 left, tellable6 left, notable6 left, squashable6 left, sourceable6 joined, committable6 joined, coverable6 joined 04:56 benchable6 joined, greppable6 joined, reportable6 joined, bisectable6 joined, shareable6 joined, quotable6 joined, nativecallable6 joined, linkable6 joined, bloatable6 joined, releasable6 joined 04:57 notable6 joined, statisfiable6 joined, squashable6 joined, evalable6 joined, tellable6 joined 04:58 unicodable6 joined 05:21 bigdata joined 05:26 bigdata left 05:45 lichtkind joined 06:00 djerius left 06:02 djerius joined 06:08 reportable6 left, reportable6 joined 06:17 ae_chep joined 07:17 squashable6 left, coverable6 left, statisfiable6 left, bloatable6 left, unicodable6 left, greppable6 left, quotable6 left, notable6 left, releasable6 left, committable6 left, reportable6 left, benchable6 left, evalable6 left, sourceable6 left, bisectable6 left, linkable6 left, nativecallable6 left, shareable6 left, tellable6 left 07:18 unicodable6 joined, linkable6 joined, reportable6 joined, squashable6 joined, greppable6 joined, notable6 joined 07:19 evalable6 joined, sourceable6 joined, tellable6 joined, committable6 joined, shareable6 joined, nativecallable6 joined, statisfiable6 joined, benchable6 joined 07:20 quotable6 joined, releasable6 joined, bloatable6 joined, bisectable6 joined, coverable6 joined 07:27 Sgeo left 07:33 razetime joined 07:45 sena_kun joined 07:48 dakkar joined 07:53 dakkar left 07:54 dakkar joined 08:03 razetime left 08:04 dakkar left 08:15 dakkar joined 08:16 abraxxa joined 08:18 razetime joined, AlexDaniel left 08:19 MitarashiDango[m left, CIAvash left, crystalfrost[m] left, Matthew|m left 08:20 abraxxa left 08:27 CIAvash joined 08:35 abraxxa joined
El_Che lo 08:36
08:36 AlexDaniel joined, Matthew|m joined, crystalfrost[m] joined, tadzik joined, MitarashiDango[m joined 09:16 sena_kun left 09:24 frost joined
Geth ecosystem/main: 566f30adc0 | (Elizabeth Mattijsen)++ | META.list
Remove Getopt::Advance, it also lives on CPAN
09:29
ecosystem/main: 3512954e95 | (Elizabeth Mattijsen)++ | META.list
Also remove App::Findsource and Terminal::Table

These also live on CPAN
09:32
09:36 frost left 09:48 jaguart joined 09:53 ProperNoun left 09:58 frost joined 09:59 sena_kun joined 10:05 squashable6 left 10:06 squashable6 joined 10:34 mtj left 10:37 ProperNoun joined 10:46 mtj joined 11:25 grondilu joined
grondilu m: say blob64.new: (0.4, 0.7).map({ ($_ *2**64).Int }) # not sure why this fails 11:25
camelia Cannot unbox 64 bit wide bigint into native integer
in block <unit> at <tmp> line 1
grondilu m: say blob64.new: (0.4,).map({ ($_ *2**64).Int }) 11:26
camelia Blob[uint64]:0x<6666666666666666>
grondilu m: say blob64.new: (0.7,).map({ ($_ *2**64).Int })
camelia Cannot unbox 64 bit wide bigint into native integer
in block <unit> at <tmp> line 1
grondilu m: say my uint64 $ = (0.7 * 2**64).Int; 11:27
camelia 12912720851596686131
grondilu 🤨
m: blob64.new: 12912720851596686131 11:28
camelia ( no output )
grondilu m: put blob64.new: 12912720851596686131
camelia Stringification of a Blob[uint64] is not done with 'Str'. The 'decode'
method should be used to convert a Blob[uint64] to a Str.
in block <unit> at <tmp> line 1
grondilu m: dd blob64.new: 12912720851596686131
camelia Blob[uint64].new(12912720851596686131)
grondilu m: say (0.7 * 2**64).Int
camelia 12912720851596686131
grondilu wth
m: say blob64.new: constant @ = (0.7,).map({ ($_ *2**64).Int }) 11:29
camelia Cannot unbox 64 bit wide bigint into native integer
in block <unit> at <tmp> line 1
grondilu m: say blob64.new: (0.7,).map({ my uint64 $ = ($_ *2**64).Int }) 11:30
camelia Cannot unbox negative bigint into native unsigned integer
in block <unit> at <tmp> line 1
grondilu 🤷
m: say (0.7,).map({ my uint64 $ = ($_ *2**64).Int }) 11:33
camelia (-5534023222112865485)
grondilu 😲
m: say my uint64 $ = (.7 *2**64).Int
camelia 12912720851596686131
grondilu how does that make any sense? 11:34
m: say (0.7,).map({ my uint64 $ = ($_ *2**64).Int }).WHAT
camelia (Seq)
grondilu m: say (0.7,).map({ my uint64 $ = ($_ *2**64).Int })[0].WHAT
camelia (Int)
grondilu m: say (my uint64 $ = (.7 *2**64).Int).WHAT 11:35
camelia (Int)
grondilu m: say { my uint64 $ = ($_ *2**64).Int }(.7)
camelia -5534023222112865485
grondilu m: say { my uint64 $ = ($_ *2**64).Int }(.7) > 0
camelia False
grondilu m: say sub { my uint64 $ = ($^x *2**64).Int }(.7) > 0 11:38
camelia False
grondilu m: say sub { return my uint64 $ = ($^x *2**64).Int }(.7) > 0
camelia True
grondilu using return or not affects the results?! 🤨 11:40
m: say sub { (my uint64 $ = ($^x *2**64).Int) }(.7) > 0
camelia False
grondilu m: say sub { return (my uint64 $ = ($^x *2**64).Int) }(.7) > 0
camelia True
grondilu seems like a bug tbh 11:41
11:41 grondilu left 12:05 reportable6 left 12:08 reportable6 joined
Geth App-Rakubrew: 2048c084c5 | (Nick Logan)++ (committed using GitHub Web editor) | lib/App/Rakubrew/Build.pm
Update zef default branch
12:22
App-Rakubrew: fcc95747d6 | (Patrick Böker)++ (committed using GitHub Web editor) | lib/App/Rakubrew/Build.pm
Merge pull request #58 from Raku/zef-update-default-branch

Update zef default branch
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2022/09/12/2022-...re-videos/ 12:29
12:51 frost left
Geth App-Rakubrew: c5e97193a1 | (Patrick Böker)++ | 2 files
Fix `build-zef` with upgraded rakudobrew installations

If zefs new main branch isn't found then fetch.
12:52
App-Rakubrew: 3f5d110841 | (Patrick Böker)++ | 3 files
Version 30
13:47 Sgeo joined 13:50 cakir joined 14:32 xinming left 14:33 razetime left, razetime_ joined, xinming joined 15:19 Colere left 15:30 Colere joined 15:33 Furor joined
tonyo . 15:36
15:36 Colere left
tonyo tbrowder: i think you introduced a typo and that's why you're libcsv isn't building on GA.. your src/csvwrap.c differs from mine on line 4 (see github.com/tony-o/perl6-libcsv/blo...wrap.c#L4) 15:51
your^ 15:52
yours has this one github.com/tbrowder/text-csv-libcs...vwrap.c#L4 15:55
which reads `intoptions` rather than `int options`
15:56 [Coke] left 16:02 [Coke] joined 16:20 abraxxa left 16:33 dakkar left 17:00 sena_kun left 17:29 MoC joined 17:32 razetime_ left
tbrowder oh, good catch, caught by ff and bad eyesight again! sorry about the noise... 17:45
18:07 reportable6 left, reportable6 joined 19:07 greppable6 left, sourceable6 left, bisectable6 left, statisfiable6 left, bloatable6 left, tellable6 left, benchable6 left, committable6 left, shareable6 left, squashable6 left, coverable6 left, releasable6 left, unicodable6 left, notable6 left, reportable6 left, quotable6 left, linkable6 left, evalable6 left, nativecallable6 left 19:08 squashable6 joined, statisfiable6 joined, bisectable6 joined 19:09 quotable6 joined, sourceable6 joined, unicodable6 joined, bloatable6 joined, reportable6 joined, greppable6 joined 19:10 releasable6 joined, committable6 joined, coverable6 joined, tellable6 joined, notable6 joined, shareable6 joined, nativecallable6 joined, benchable6 joined, linkable6 joined 19:11 evalable6 joined 19:17 sena_kun joined 19:38 epony left 20:01 epony joined 20:06 MoC left 20:10 MoC joined 20:12 MoC left 20:18 clarjon1 left 20:31 squashable6 left 20:33 squashable6 joined 20:58 clarjon1 joined 20:59 clarjon1 left 21:16 sena_kun left 22:16 sourceable6 left, unicodable6 left, bisectable6 left, squashable6 left, quotable6 left, releasable6 left, benchable6 left, committable6 left, statisfiable6 left, notable6 left, greppable6 left, shareable6 left, coverable6 left, linkable6 left, tellable6 left, evalable6 left, reportable6 left, bloatable6 left, nativecallable6 left 22:17 releasable6 joined, nativecallable6 joined, committable6 joined, quotable6 joined, unicodable6 joined, shareable6 joined, bloatable6 joined 22:18 notable6 joined, evalable6 joined, reportable6 joined, linkable6 joined, bisectable6 joined, greppable6 joined, squashable6 joined 22:19 benchable6 joined, coverable6 joined, statisfiable6 joined, tellable6 joined, sourceable6 joined 22:31 melezhik joined
melezhik o/ 22:31
I've started to play with Rakusta - Rakudo build tool for variety of platforms - github.com/melezhik/rakusta - maybe someone would take in interest ...
22:32 melezhik left 22:53 perlmaros left, perlmaros joined 23:20 lichtkind left 23:49 guifa left 23:50 guifa joined 23:56 frost joined