00:51 sena_kun joined 00:53 Altai-man_ left 00:56 AlexDaniel left, AlexDani` joined 01:20 squashable6 left 01:21 squashable6 joined 02:11 ufobat_ joined 02:15 ufobat__ left 02:50 Altai-man_ joined 02:53 ZzZombo joined, ZzZombo left, sena_kun left 04:14 upupbb-user1 joined 04:51 sena_kun joined 04:53 Altai-man_ left 04:55 upupbb-user1 left 06:50 Altai-man_ joined 06:52 sena_kun left
releasable6 Next release in ≈2 days and ≈11 hours. 4 blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 07:00
08:07 Voldenet left, ilogger2 joined 08:23 upupbb-user1 joined 08:36 ufobat_ joined 08:44 leont joined 08:47 ufobat_ left 08:50 ufobat joined 08:52 ufobat left 08:55 ufobat joined
lizmat Files=1305, Tests=111220, 205 wallclock secs (28.64 usr 8.22 sys + 2883.02 cusr 270.43 csys = 3190.31 CPU) 09:25
.tell sena_kun updated the ChangeLog Draft with the commits that I had knowledge about 11:19
tellable6 lizmat, I'll pass your message to sena_kun
lizmat In case people wondered why there are so few test-t results posted: [Tux] works for a company that provides IT support to 20% of the municipalities in the NL, which are very busy adapting to the IT requirements that the handling of the corona virus crisis is requiring 11:38
I'm pretty sure [Tux] has other things on their mind
[Tux] Rakudo version 2020.02.1-245-g0f97a7f5f - MoarVM version 2020.02.1-48-gf2a52cf5d
csv-ip5xs0.712 - 0.727
csv-ip5xs-206.043 - 6.250
csv-parser25.413 - 25.432
csv-test-xs-200.382 - 0.391
test7.603 - 7.690
test-t1.990 - 2.031
test-t --race0.927 - 0.942
test-t-2031.527 - 32.267
test-t-20 --race9.844 - 9.909
11:49
as extra info, one of the things I am currently working on is to see if I can migrate from Oracle to EnterpriseDB 11:50
it is one huge interesting puzzle
moritz hadn't heard of enterprisedb. Something based on postgres, it seems 11:51
[Tux] and this project has gained priority because of corona: (local) government are increasingly interested in moving off-site
nine EnterpriseDB is basically PostgreSQL with extensions to make migrating from Oracle easier 11:52
[Tux] EnterpriseDB is PostgreSQL, but extended, so that Oracle HLI and C-programgs can be buit to work with PostgreSQL without altering the code
that is of course theoretically. In practice … 11:53
well, it keeps me off the streets
moritz sounds interesting 12:16
12:31 sena_kun joined 12:52 sena_kun left 13:32 upupbb-user1 left 13:42 |Tux| left, lucasb joined, |Tux| joined
Geth rakudo: 101a80f228 | (Elizabeth Mattijsen)++ | src/core.c/Rakudo/Iterator.pm6
Add optional "lazy" flag to R:It.SequentialIterators

So that we can convey whether the resulting iterator should be considered lazy or not. Defaults to False to conserve current behaviour.
14:15
rakudo: 80dde85a66 | (Jonathan Worthington)++ | src/core.c/Int.pm6
Tweak chr out of range error output

  * This is nothing to do with UTF-8 at all, so don't mention it
  * Bring it in line with the error MoarVM now gives if the codepoint is
   out of range, so we don't get an inconsistency when crossing the "big
   int to small int but still too big" line
14:29
14:30 AlexDani` joined 14:31 upupbb-user2 joined, sivoais joined 14:42 sena_kun joined 14:43 sena_kun left, sena_kun joined
Geth roast: c7725addae | (Jonathan Worthington)++ | S29-conversions/ord_and_chr.t
Untodo codepoint range check test
14:49
14:50 Altai-man_ joined 14:53 sena_kun left
Altai-man_ releasable6, status 15:02
releasable6 Altai-man_, Next release in ≈2 days and ≈3 hours. 5 blockers. 166 out of 247 commits logged (⚠ 3 warnings)
Altai-man_, Details: gist.github.com/9a52fc99abd269bf44...f858af0023
Geth rakudo/Altai-man-patch-1: 7410ac15a3 | Altai-man++ (committed using GitHub Web editor) | tools/create-release-announcement.raku
Fix suggestions for community resources in scripts

Fixes github.com/rakudo/rakudo/issues/3530
15:07
rakudo: Altai-man++ created pull request #3572:
Fix suggestions for community resources in scripts
15:09
rakudo: d8366ff4e6 | (Elizabeth Mattijsen)++ | src/core.c/CompUnit/Repository/FileSystem.pm6
Save one array initialization for each startup

Discovered while debugging a potential issue with Array.STORE
15:15
lizmat afk& 15:21
15:40 Kaiepi joined 16:51 sena_kun joined 16:53 Altai-man_ left 17:22 upupbb-user2 left
lizmat bisectable6: sub s () { my @A = 1, { @A[1] } ... * }; s()[1] 17:51
bisectable6 lizmat, Bisecting by exit signal (old=2015.12 new=d8366ff). Old exit signal: 1 (SIGHUP) 17:52
lizmat, bisect log: gist.github.com/6f2bdeff81d206dd23...4702300b8f 17:53
lizmat, (2017-01-10) github.com/rakudo/rakudo/commit/e1...7eaafbc92b
18:25 dogbert11 joined 18:51 Altai-man_ joined 18:54 sena_kun left 19:10 MasterDuke joined 19:36 MasterDuke left 19:39 Kaiepi left, Kaiepi joined 20:15 MasterDuke joined 20:45 upupbb-user2 joined 20:52 sena_kun joined 20:53 Altai-man_ left 22:06 sena_kun1 joined, sena_kun left, sena_kun1 left
Geth rakudo: 0a6456a4a4 | (Elizabeth Mattijsen)++ | src/core.c/Rakudo/SEQUENCE.pm6
Fix regression in sequence operator

Fixes #3570. Apparently, .take flattens and take($_) does not. Basically reverts 9286def3c85028a60f9 .
22:42
linkable6 RAKUDO#3570 [closed]: github.com/rakudo/rakudo/issues/3570 [BLOCKER][edge cases][weird] Lazy lists result in variety of errors, usually fatal
Geth nqp: 17ac1871f7 | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION
Bump Moar to get latest fixes
22:46
22:48 AlexDani` is now known as AlexDaniel, AlexDaniel left, AlexDaniel joined
Geth rakudo: aaa3fdcc3f | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION
Bump NQP to get latest MoarVM fixes
22:57
23:02 lucasb left
Geth roast: cb00c5011b | (Elizabeth Mattijsen)++ | S02-types/lazy-lists.t
Add test for R#3570
23:02
linkable6 R#3570 [closed]: github.com/rakudo/rakudo/issues/3570 [BLOCKER][edge cases][weird] Lazy lists result in variety of errors, usually fatal
23:06 sena_kun joined 23:24 finsternis joined 23:27 sena_kun left 23:47 leont left