00:01 |Tux| joined 00:06 sena_kun left
vrurg AlexDaniel: github.com/perl6/problem-solving/projects/1 00:43
AlexDaniel [Coke]: it should be working… 00:44
vrurg: nice
vrurg AlexDaniel: I'm trying to stick 6.e labels to where they applicable, but could miss some issues. So, if you think something worth planning for 6.e... 00:46
AlexDaniel vrurg: I don't know of any blockers for 6.e 00:48
it doesn't mean we have to do everything 00:49
vrurg Sure we don't. The point of the project is to track whatever we consider ok to be part of 6.e
vrurg could probably find things planned for 6.d which are gonna be postponed to 6.f... ;) 00:50
Geth ¦ problem-solving: vrurg assigned to jnthn Issue Add Dict/Tuple to the core github.com/perl6/problem-solving/issues/135 00:58
01:04 travis-ci joined
travis-ci Rakudo build failed. Aleks-Daniel Jakimenko-Aleksejev 'Keep previous format for next releases' 01:04
travis-ci.org/rakudo/rakudo/builds/617441765 github.com/rakudo/rakudo/compare/b...3ed87fdfca
01:04 travis-ci left 01:24 travis-ci joined
travis-ci Rakudo build passed. Aleks-Daniel Jakimenko-Aleksejev 'Keep previous format for next releases' 01:24
travis-ci.org/rakudo/rakudo/builds/617441765 github.com/rakudo/rakudo/compare/b...3ed87fdfca
01:24 travis-ci left
vrurg just realized Configure.pl is broken with regard to updating NQP repository when a bump took place. 01:48
Sorry, but will only be able to fix it tomorrow. :(
A quick work around for this is wiping out nqp subdir. 01:50
02:39 Kaiepi left, Kaiepi joined 03:17 squashable6 left 03:19 squashable6 joined 04:39 ZzZombo left 06:35 ZzZombo joined 09:23 sena_kun joined 09:27 EuAndreh[m] left 10:03 Altai-man_ joined 10:05 sena_kun left 10:11 Demos[m] joined, EuAndreh[m] joined, tyil[m] joined, AlexDaniel` joined, rba[m] joined, timotimo[m] joined 10:48 squashable6 left 10:51 squashable6 joined 11:32 kurahaupo is now known as opuaharuk 11:33 squashable6 left, squashable6 joined 11:37 opuaharuk is now known as kurahaupo 12:04 sena_kun joined 12:05 Altai-man_ left
lizmat Files=1290, Tests=109645, 208 wallclock secs (28.28 usr 8.16 sys + 2917.98 cusr 266.27 csys = 3220.69 CPU) 12:10
14:03 Altai-man_ joined 14:06 sena_kun left 15:27 ExtraCrispy joined 15:28 ExtraCrispy left, ExtraCrispy joined 15:29 ExtraCrispy left, ExtraCrispy joined 15:31 ExtraCrispy left
[Coke] would like to set a bounty for resolution of github.com/rakudo/rakudo/issues/3057 15:31
15:31 ExtraCrispy joined
[Coke] m: Date.new(now) - Date.new(<2019-06-13>) 15:32
camelia WARNINGS for <tmp>:
Useless use of "-" in expression ".new(now) - Date.new(<2019-06-13>)" in sink context (line 1)
15:32 ExtraCrispy left
[Coke] m: say Date.new(now) - Date.new(<2019-06-13>) 15:32
camelia 167
15:32 ExtraCrispy joined 15:34 ExtraCrispy left, ExtraCrispy joined 15:35 ExtraCrispy left, ExtraCrispy joined 15:37 ExtraCrispy left, ExtraCrispy joined 15:38 ExtraCrispy left, ExtraCrispy joined 15:40 ExtraCrispy left, ExtraCrispy joined 15:41 ExtraCrispy left, ExtraCrispy joined 15:43 ExtraCrispy left, ExtraCrispy joined 15:44 ExtraCrispy left, ExtraCrispy joined, ExtraCrispy left
japhb [Coke]: OOC, why Date.new(now) instead of Date.today? Delta carrying the formatter around they're equivalent, but the latter seems clearer in that it hides the conversion from Instant. 16:01
[Coke] was shorter to type. :) 16:04
I agree, .today is clearer
16:04 sena_kun joined
[Coke] m: say .today - .new(<2019-06-13>) given Date 16:05
camelia 167
16:05 Altai-man_ left 16:29 entonian joined 16:31 entonian left
lizmat github.com/perl6/problem-solving/i...-559191230 17:53
17:55 samcv left 17:59 [Coke]_ joined, [Coke]_ left, [Coke]_ joined 18:00 [Coke] left 18:02 samcv joined
japhb lizmat++ # Thank you. 18:03
18:03 Altai-man_ joined 18:05 sena_kun left 18:06 Altai-man_ is now known as sena_kun 18:09 vrurg_ joined, vrurg left 18:23 nebuchad` joined 18:25 nebuchadnezzar left 18:44 lucasb joined 18:48 [Coke]_ is now known as [Coke]
Geth roast: 5a68237b50 | (Elizabeth Mattijsen)++ | S32-temporal/Date.t
Add test for R#3069
18:55
japhb Woo-hoo! rebuild-all for November release and my usual module list worked! 19:18
But wait, why isn't the new MoarVM release showing up in the version info? "This is Rakudo version 2019.11-51-g093ed87fd built on MoarVM version 2019.07.1-322-g8d0b50d3f" 19:19
Missing tag in MoarVM?
Geth roast: 4e957508b0 | (Tom Browder)++ (committed using GitHub Web editor) | S26-documentation/block-leading-user-format.t
Add test for user-formatted pod leading declarator blocks (#591)
19:57
vrurg_ japhb: you'd have to pull it with --tags, perhaps. 19:58
.tell Kaiepi I guess this could be related to your work: github.com/rakudo/rakudo/issues/3326
tellable6 vrurg_, I'll pass your message to Kaiepi 19:59
Geth roast/revert-591-master: 407f0c79d2 | (Tom Browder)++ (committed using GitHub Web editor) | S26-documentation/block-leading-user-format.t
Revert "Add test for user-formatted pod leading declarator blocks (#591)"

This reverts commit 4e957508b059acd4ae551f5105a213bb58776b31.
20:00 vrurg_ is now known as vrurg 20:03 Altai-man_ joined
Kaiepi i'll take a look vrurg 20:03
vrurg Kaiepi: thanks! 20:04
20:05 sena_kun left 20:18 nebuchad` is now known as nebuchadnezzar
japhb vrurg: Yup, git pull --tags fixed. After reading through the git pull and git fetch docs, I have to say: WHY DO WE EVEN HAVE THAT LEVER? 20:19
[Coke] remembers writing docs for work that explained that --all didn't include --tags. 20:20
japhb Also, I wonder what got lost in the release that this wasn't automatic ... no merge of the release branch back to master maybe? That's what glg seems to be indicating.
[Coke]: "But why?" -- this is one of those "goofy default" cases. 20:21
vrurg japhb: did you do pull manually? 20:24
japhb vrurg: I have a script that pulls and rebuilds everything from scratch. (It doesn't pull into working directories; it pulls into bare repos, and then local-clones them into build dirs, checks out HEAD or a requested rev, and builds from there.) 20:58
Basically I have seen the entire history of utterly broken builds, and so the script has been slowly bullet-proofed over years for every time someone messes with the repos. :-/ 20:59
21:00 patrickb joined
japhb I've lost count of the number of times the official recommendation was "Welp, blow away your checkout and try again" -- which was after the "Always git clean -dXf" era 21:01
vrurg japhb: I was wondering to know if the pull which Configure.pl does needs --tags too. 21:02
vrurg is afk
japhb vrurg: Seems wise. :-)
TBH if not for the network cost of pulling down repos at this point, I might just clone my build trees completely from scratch from GH. On the (now-rare) occasions I hack on rakudo itself, I have a separate clone for that. 21:04
.oO( Disk is cheap ... THANKFULLY )
21:16 pochi joined 21:25 |Tux| left
AlexDaniel japhb: not really, it's still kinda pricey to get tens of TBs 21:45
:)
japhb Perspective on disk space is a little different at japhb.dayjob ... 22:00
But even at home, Costco's cheapo backup drives are now bigger than I actually need.
I suppose if I was trying to build a server farm out of pocket, it would add up. :-) 22:01
22:04 sena_kun joined 22:06 Altai-man_ left
Geth rakudo: 872cb7c002 | (Elizabeth Mattijsen)++ | src/core.c/hash_slice.pm6
Make the decont operator about 20x faster

Thanks to Peter du Marchie van Voorthuysen for spotting this.
Fixes R#3327
22:20
22:22 |Tux| joined 22:39 patrickb left
Geth rakudo: 1945b9d27c | (Vadim Belman)++ | tools/lib/NQP/Config/Rakudo.pm
Fix incorrect behavior of nqp checkout

Must only be skipped if `--force-rebuild` is used.
23:02
23:04 entonian joined 23:06 cognominal joined 23:08 entonian left 23:09 cognomin_ left
Kaiepi i need to double check that my benchmarks are accurate, but #3326 may be pretty simple to fix 23:25
R#3326
bah, github.com/rakudo/rakudo/issues/3326