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
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
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
Geth roast: c7725addae | (Jonathan Worthington)++ | S29-conversions/ord_and_chr.t
Untodo codepoint range check test
14:49
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
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
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
Geth rakudo: aaa3fdcc3f | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION
Bump NQP to get latest MoarVM fixes
22:57
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