🦋 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.
Geth DBIish/rbt.maintain-numeric-precision: 7946745f53 | (Rod Taylor)++ | 5 files
Use FatRat for database Numeric values

Numeric is a database datatype which is known to be slow in order to preserve exact numbers. Raku should work in the same spirit when reading data from columns of that type (prefer correctness above speed).
The previous use of Rat would cause very long decimal values to be corrupted during the read process.
Perhaps a more clever importer would use: my $*RAT-OVERFLOW = FatRat;
00:00
00:08 reportable6 left 00:10 reportable6 joined 00:12 Kaiepi left 01:56 linkable6 left 01:58 linkable6 joined 02:47 Kaiepi joined 04:30 evalable6 left, squashable6 left, coverable6 left, quotable6 left, committable6 left, tellable6 left, greppable6 left, reportable6 left, linkable6 left, bloatable6 left, nativecallable6 left, bisectable6 left, benchable6 left, shareable6 left, notable6 left, statisfiable6 left, releasable6 left, sourceable6 left, reportable6 joined, notable6 joined 04:31 coverable6 joined, linkable6 joined, benchable6 joined, committable6 joined 04:32 releasable6 joined, statisfiable6 joined, sourceable6 joined, bisectable6 joined 04:33 nativecallable6 joined, squashable6 joined, shareable6 joined, tellable6 joined, evalable6 joined, quotable6 joined, bloatable6 joined, greppable6 joined 05:33 quotable6 left, statisfiable6 left, bisectable6 left, nativecallable6 left, linkable6 left, shareable6 left, reportable6 left, notable6 left, releasable6 left, sourceable6 left, committable6 left, coverable6 left, benchable6 left, evalable6 left, greppable6 left, bloatable6 left, squashable6 left, tellable6 left 05:34 bisectable6 joined, committable6 joined, squashable6 joined, coverable6 joined, sourceable6 joined 05:35 statisfiable6 joined, evalable6 joined, reportable6 joined, releasable6 joined, tellable6 joined, nativecallable6 joined, shareable6 joined 05:36 bloatable6 joined, notable6 joined, linkable6 joined, quotable6 joined, greppable6 joined, benchable6 joined 06:08 reportable6 left 06:10 reportable6 joined 09:28 unicodable6 left, coverable6 left, bloatable6 left, linkable6 left, statisfiable6 left, bisectable6 left, sourceable6 left, shareable6 left, reportable6 left, unicodable6 joined, coverable6 joined, statisfiable6 joined 09:29 bloatable6 joined, bisectable6 joined 09:30 sourceable6 joined, reportable6 joined, linkable6 joined 09:31 shareable6 joined 09:35 epony left 09:44 epony joined 12:07 reportable6 left 12:08 reportable6 joined 13:18 unicodable6 left, committable6 left, coverable6 left, greppable6 left, squashable6 left, benchable6 left, shareable6 left, releasable6 left, nativecallable6 left, sourceable6 left, notable6 left, evalable6 left, reportable6 left, quotable6 left, tellable6 left, linkable6 left, bisectable6 left, statisfiable6 left, bloatable6 left, committable6 joined, linkable6 joined, shareable6 joined 13:19 greppable6 joined, notable6 joined, statisfiable6 joined, reportable6 joined, coverable6 joined, releasable6 joined, squashable6 joined, benchable6 joined 13:20 nativecallable6 joined, sourceable6 joined 13:21 tellable6 joined, quotable6 joined, bisectable6 joined, unicodable6 joined, bloatable6 joined, evalable6 joined 15:31 evalable6 left, linkable6 left 15:32 linkable6 joined 15:33 evalable6 joined
Kaiepi when does INIT-time happen in the setting? 17:31
jdv can someone bump? looks like nqp isnt hitting moar current. 17:59
also can someone address github.com/Raku/whateverable/issues/387 ? 18:00
lizmat: ^ ... 18:01
18:08 reportable6 left 18:09 reportable6 joined 19:09 evalable6 left, linkable6 left 19:12 linkable6 joined, evalable6 joined
lizmat jdv: sadly NQP cannot be bumped as it doesn't build for me atm 20:30
Geth nqp: 2a12662824 | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION
Bump Moar to get latest fixes
20:38
lizmat it does compile with a fresh checkout and immediate bump :-( 20:40
Nemokosch why is that sad? 20:41
lizmat because it used to work on a non-fresh checkout, and now it doesn't 20:44
aka a regression
Nemokosch well at least it works _somehow_ 😅 I guess that's better than if it didn't work at all 20:47
lizmat yeah, but it is *bloody* annoying, as it means I will need to re-install all of the ecosystem modules that I use 20:49
20:50 discord-raku-bot left, discord-raku-bot joined
Nemokosch well, same happens when using rakubrew download, I think 20:52
not to say that it isn't annoying 😄
Geth rakudo: 83ffeca032 | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION
Bump NQP to get the latest MoarVM fixes
20:54
21:05 MasterDuke joined
Geth ¦ whateverable: lizmat self-assigned fails on install with "...Redeclaration of symbol 'Message'...." github.com/Raku/whateverable/issues/387 21:14
DBIish/rbt.mysql-numbers-are-numbers: e71529b75f | (Rod Taylor)++ | t/34-pg-types.t
Put custom column type test into a subtest

This makes space for future tests.
23:14
DBIish/rbt.mysql-numbers-are-numbers: 1699939f32 | (Rod Taylor)++ | t/34-pg-types.t
Confirm very large decimals round-trip

No code changes are needed, but very large denominators in a Rat are fragile. This test ensures DBIish doesn't accidentally overflow the Rat.
DBIish/rbt.mysql-numbers-are-numbers: 5 commits pushed by (Rod Taylor)++ 23:29
DBIish/rbt.mysql-numbers-are-numbers: 5 commits pushed by (Rod Taylor)++ 23:32
DBIish/rbt.mysql-numbers-are-numbers: 5 commits pushed by (Rod Taylor)++ 23:40
DBIish/rbt.mysql-numbers-are-numbers: 5 commits pushed by (Rod Taylor)++ 23:50
23:52 evalable6 left, linkable6 left, Kaiepi left, evalable6 joined 23:54 linkable6 joined
Geth DBIish/rbt.mysql-numbers-are-numbers: 5 commits pushed by (Rod Taylor)++ 23:56