00:58 leont joined 01:49 Altai-man_ joined 01:52 sena_kun left
rypervenche lizmat: I liked your talk on Sets and Bags. You answered many questions that I had about the language in general in that video. 01:52
02:20 leont left 02:42 upupbb-user2 joined, upupbb-user2 left 03:50 sena_kun joined 03:52 Altai-man_ left 04:20 hungrydonkey left, hungrydonkey joined 05:50 Altai-man_ joined 05:52 sena_kun left 06:52 ufobat joined 07:51 sena_kun joined 07:52 Altai-man_ left 08:38 patrickb joined
lizmat rypervenche: thank you :-) 08:55
Files=1305, Tests=111213, 209 wallclock secs (28.39 usr 8.11 sys + 2935.14 cusr 265.03 csys = 3236.67 CPU)
09:50 Altai-man_ joined 09:53 sena_kun left 10:39 leont joined
patrickb rba: I think this slipped through the cracks: I have created precomp archives for the 2020.02 release. Can you put them on rakudo.org? (as usual: patszim.volans.uberspace.de/patclo...JLQDZcjbf) 11:06
Altai-man_ patrickb, what about 2020.02.1?
patrickb Altai-man_: Good point. I'll trigger a run 11:08
Altai-man_ patrickb++
patrickb build is on its way 11:09
Altai-man_ releasable6, status
releasable6 Altai-man_, Next release in ≈21 days and ≈7 hours. There are no known blockers. Changelog for this release was not started yet
Altai-man_, Details: gist.github.com/01b57465d9194aa4ae...c2a0a5a52d
rba patrickb: I’m afk till late afternoon. Will then put all online you put in my queue. :-) 11:39
patrickb rba: Thanks! 11:44
11:51 sena_kun joined 11:52 Altai-man_ left 12:16 hungryd8 joined, hungrydonkey left 12:22 hungryd8 left 12:47 hungrydonkey joined 13:14 lucasb joined 13:50 Altai-man_ joined 13:52 sena_kun left 14:36 patrickb left 15:42 patrickb joined 15:51 sena_kun joined 15:52 Altai-man_ left 16:06 hungrydonkey left 16:07 hungrydonkey joined, hungrydonkey left 16:08 hungrydonkey joined, hungrydonkey left 16:21 TreyHarris joined 16:32 benlittle joined
patrickb rba: Now there are two rakudo releases: 2020.02.1, 2020.02. Also a rakubrew v5 release. Also the rakubrew website got a few changes. :-) 16:40
rba: (as usual: patszim.volans.uberspace.de/patclo...JLQDZcjbf)
16:43 lucasb left 17:32 domidumont joined 17:49 Altai-man_ joined 17:52 sena_kun left 18:51 ufobat_ joined 18:55 ufobat left 18:58 domidumont left 19:50 sena_kun joined 19:52 Altai-man_ left
patrickb rba: ping 21:38
21:50 Altai-man_ joined 21:52 sena_kun left
Geth nqp: 5c20e2e5fb | (Patrick Böker)++ | tools/build/update-submodules.pl
Change update-submodules.pl to not use the shell at all

This should make this more platform agnostic and a bit safer. As a side effect of this the detailed error reporting that checked the STDERR and reported based on that is now gone, because it's not easily possible in perl to capture STDERR without using backticks.
22:18
rakudo: 0ae8b4e0db | (Patrick Böker)++ | tools/build/update-submodules.pl
Change update-submodules.pl to not use the shell at all

This should make this more platform agnostic and a bit safer. As a side effect of this the detailed error reporting that checked the STDERR and reported based on that is now gone, because it's not easily possible in perl to capture STDERR without using backticks.
22:20
vrurg patrickb: BTW, saw your question, forgot to answer. Do you object to using RUNNER for the cleanup script? 22:25
patrickb vrurg: Didn't look into that, so I don't have an opinion atm 22:26
vrurg patrickb: I'm ok with the merge but would prefer RUNNER over a cleanup-dedicated variable.
patrickb vrurg: I'll have a look. But I first need to fix update-submodules.pl which I aparently just busted. :-( 22:27
vrurg np.
22:34 travis-ci joined
travis-ci NQP build failed. Patrick Böker 'Change update-submodules.pl to not use the shell at all 22:34
travis-ci.org/perl6/nqp/builds/659649775 github.com/perl6/nqp/compare/b4624...20e2e5fb4e
22:34 travis-ci left
Geth rakudo: 2f0dd45e0f | (Patrick Böker)++ | tools/build/update-submodules.pl
Fix submodule updating

The previous commit broke it completely.
22:36
nqp: 9e1125435a | (Patrick Böker)++ | tools/build/update-submodules.pl
Fix submodule updating

The previous commit broke it completely.
22:38
22:39 travis-ci joined
travis-ci Rakudo build failed. Patrick Böker 'Change update-submodules.pl to not use the shell at all 22:39
travis-ci.org/rakudo/rakudo/builds/659650197 github.com/rakudo/rakudo/compare/9...e8b4e0dbcd
22:39 travis-ci left
benlittle Has there been any recent success deploying raku/moar to a docker container? The image on docker hub is out of date. 22:47
patrickb benlittle: Rakudo should work in a docker container without problems. 22:50
benlittle: I guess the images being out of date is probably simply "not done yet".
benlittle Is there an existing build pipeline for rakudo?
patrickb vrurg: I'm unsure what you mean with cleanup-dedicated variable. 22:51
vrurg: I've now switched it over to use the runner. 22:52
benlittle: You mean for creating releases?
22:53 travis-ci joined
travis-ci NQP build failed. Patrick Böker 'Fix submodule updating 22:53
travis-ci.org/perl6/nqp/builds/659656645 github.com/perl6/nqp/compare/5c20e...1125435a07
22:53 travis-ci left
benlittle Yes, I see this github.com/rakudo/rakudo/blob/mast...ravis.yml. I'm not really famiiar with travis though 😦 22:53
patrickb That pipeline is worked on at the moment. Docker images are not part of the official releases though. The images that are available on docker hub are created separately. 22:54
benlittle Does that actually build the release?
patrickb benlittle: Well, "building the release" basically means running loads of tests and signing + uploading a source tarball. That's currently a manual process, because we want the tight control. 22:55
But the build of the precompiled packages (those created by nxadm and also those available on rakudo.org) are built in an automated fashion. 22:56
benlittle Got it. Thank you 😃 22:57
patrickb I think nxadm rakudo-pkg packages are created using a travis pipeline (see nxadm.github.io/rakudo-pkg/), while the ones on rakudo.org use a CircleCI pipeline.
vrurg patrickb: my bad, it's not dedicated to cleanup. Still, we use RUN_RAKUDO for the script and I think at this point we better be using RUNNER. 22:59
patrickb vrurg: I have already switched the PR over to using runner in the meantime. 23:00
vrurg patrickb: *where is my thumb up emoji??* :) 23:01
patrickb ugh... Github auto closed that PR. because of a push I did. Second time this happend.
as far as I know I can't revive such a PR. I have to create a new one... 23:02
Geth rakudo: patrickbkr++ created pull request #3536:
Move RUN_CLEAN_TARGET_FILES to separate script
23:04
patrickb ^ There we go.
23:08 travis-ci joined
travis-ci Rakudo build failed. Patrick Böker 'Fix submodule updating 23:08
travis-ci.org/rakudo/rakudo/builds/659656189 github.com/rakudo/rakudo/compare/0...0dd45e0f13
23:08 travis-ci left
patrickb is off to bed 23:45
o/
23:45 patrickb left 23:50 sena_kun joined 23:52 Altai-man_ left, ufobat_ left