00:08 leont left
Geth rakudo/master: 10 commits pushed by (Tom Browder)++, (Vadim Belman)++
review: github.com/rakudo/rakudo/compare/e...f04b630abc
00:09
00:09 leont joined 00:19 cognominal joined 00:23 cognomin_ left 00:59 leont left 01:06 epony left 01:14 epony joined 01:18 titsuki joined 01:36 sena_kun joined 01:37 Altai-man_ left
tbrowder vrug: thanks, 02:34
!
02:51 travis-ci joined
travis-ci Rakudo build failed. Vadim Belman 'Merge pull request #3516 from tbrowder/RAKULIB 02:51
travis-ci.com/tbrowder/rakudo/builds/151152238 github.com/tbrowder/rakudo/compare...f04b630abc
02:51 travis-ci left
vrurg Regarding the failed build: ' No --prefix supplied, building and installing to /home/travis/build/tbrowder/rakudo/install' -- .../build/tbrowder/, really? Did they change something? 03:25
03:35 Altai-man_ joined 03:37 sena_kun left 04:37 bloatable6 left, coverable6 left, unicodable6 left, sourceable6 left, statisfiable6 left, greppable6 left, reportable6 left, linkable6 left, notable6 left, bisectable6 left, evalable6 left, releasable6 left, shareable6 left, quotable6 left, committable6 left, nativecallable6 left, benchable6 left, squashable6 left, tellable6 left 04:38 coverable6 joined, statisfiable6 joined, committable6 joined, bisectable6 joined 04:39 linkable6 joined, bloatable6 joined, evalable6 joined, tellable6 joined, shareable6 joined, sourceable6 joined, nativecallable6 joined, greppable6 joined 04:40 notable6 joined, reportable6 joined, quotable6 joined, unicodable6 joined, releasable6 joined, squashable6 joined, benchable6 joined 05:10 titsuki left 05:36 sena_kun joined 05:37 Altai-man_ left 05:58 Kaiepi left, Kaeipi joined 06:46 titsuki joined 07:19 finsternis left 07:20 finsternis joined 07:35 Altai-man_ joined, Voldenet left 07:36 Voldenet joined, Voldenet left, Voldenet joined 07:37 sena_kun left
lizmat Files=1305, Tests=111212, 210 wallclock secs (28.75 usr 8.15 sys + 2932.56 cusr 272.03 csys = 3241.49 CPU) 08:32
08:52 titsuki left 09:01 titsuki joined 09:36 sena_kun joined 09:37 Altai-man_ left 10:55 titsuki left 10:56 domidumont joined 11:03 titsuki joined 11:35 domidumont left, Altai-man_ joined 11:37 sena_kun left 11:38 titsuki left 11:40 titsuki joined 12:41 leont joined 13:36 sena_kun joined 13:38 Altai-man_ left
Geth rakudo: d95d218f31 | (Elizabeth Mattijsen)++ | 2 files
Make it easier to coerce a Str to a Date/DateTime

  - Str.Date and Str.DateTime now work (provided string has correct format)
  - Date(Str) and DateTime(Str) now also work (with correct format)
14:11
leont That is a welcome feature 14:16
14:18 lucasb joined
tbrowder hi, anyone else seeing moarvm compiler warnings when buiding raku master? 14:19
MasterDuke tbrowder: yep, there are a couple known ones 14:26
tbrowder ok, being worked on by someone i assume. 14:28
lizmat eventually, probably :-) 14:42
14:53 masak left 14:55 masak joined
tbrowder would it be useful to have some txt file in the moarvm repo showing the versions of the the compilers used for each commit? i know back when i was doing a lot of c/c++ dev it seems there could be lots of differences in warnings depending on what specific compiler each user was using. 15:06
lizmat tbrowder: you probably ask that on #moarvm 15:07
tbrowder ok
15:25 travis-ci joined
travis-ci Rakudo build failed. Elizabeth Mattijsen 'Make it easier to coerce a Str to a Date/DateTime 15:25
travis-ci.com/tbrowder/rakudo/builds/151177877 github.com/tbrowder/rakudo/compare...5d218f3192
15:25 travis-ci left 15:35 Altai-man_ joined 15:37 sena_kun left 16:21 patrickb joined 16:44 titsuki left 16:55 MasterDuke left
dogbert17 lizmat: when you fixed R#2892 didn't you also manage to fix R#1811 as a bonus? 16:55
linkable6 R#2892 [closed]: github.com/rakudo/rakudo/issues/2892 dd fails on lazy lists
R#1811 [open]: github.com/rakudo/rakudo/issues/1811 [data types][stringification] Cannot .perl a lazy List
17:01 Kaeipi left 17:02 Kaeipi joined 17:04 leont left 17:15 leont joined
patrickb rba: I'm unable to find the discussion ugexe and I had about which build toolchain to use on Windows. 17:18
tellable6 hey patrickb, you have a message: gist.github.com/f28ee2a7f368d117ac...25858aa622
rba patrickb: ok 17:20
patrickb There were a lot of fuzzy points about which libraries one could link to, compatibility with native MS libraries, ease of installation and so on. 17:21
In the end the gut feeling was that msvc might provide more compatibility even though it's definitely more work to get it building. 17:22
sena_kun: I'll have a look at the dyncall stuff
tellable6 patrickb, I'll pass your message to sena_kun
lizmat dogbert17: indeed, closed thanks for the nudge 17:23
17:24 leont left 17:29 Altai-man_ left 17:44 Kaeipi left 17:45 Kaeipi joined 17:47 Kaeipi left, Kaeipi joined 18:09 Kaeipi left 18:13 Kaiepi joined
Geth rakudo: e111420845 | (Patrick Böker)++ | 11 files
Move prebuild archive scripts to scripts folder

So they don't end up in PATH. Fixes #3482.
18:18
linkable6 RAKUDO#3482 [closed]: github.com/rakudo/rakudo/issues/3482 Incorrect path to set-env scripts in README.md
tbrowder nine: i mean the one that was used to test the commit changes prior to the commit. 18:26
disregard...wrong channel... 18:29
19:49 hankache joined 20:41 leont joined 21:08 hankache left 21:19 sena_kun joined 21:36 Altai-man_ joined 21:39 sena_kun left
patrickb Anyone with some Makefile- and / or sed-foo around? I'd like to get some feedback whether the following change is sensible: github.com/patrickbkr/dyncall/comm...c4c80e193d 22:02
leont So many leaning toothpicks :-p 22:07
Pretty sure that won't work outside gmake, but I'm not sure we care about that
patrickb leont: I suspect other makes might also be used. Nmake seems to have its own Makefile, but others I'm not sure. 22:10
leont On unix, the main varieties are gmake and bmake. 22:11
On linux make is the former, on bsd it's generally the later, though bsds often also have gmake because linux people ignore bsd.
patrickb leont: What do you suspect is breaking when using other makes?
leont THe quoting spaces bit. 22:12
Actually, you can verify this easily: most linux distros ship bmake (I know both debian and arch do) 22:13
Just try if it works with that
patrickb So bmake might not escape spaces with \
I'll give it a try
leont Actually, it looks to me like it needs gmake anyway, because the bsd include syntax is «.include», not «include» 22:15
patrickb Hm. According to the dyncall readme they explicitly support gnu, bsd and sun make flavors 22:21
patrickb can't install bmake because of a fedora bug :-(
Altai-man_ patrickb, o/ 22:35
patrickb, thanks for the dyncall help! About the fix: the maintainer stated it's checked against all platforms in their test suite and with musl. as for moarvm with this fix: should be tested as well. 22:37
there is a quickly done tarball available which consists of 2020.02 and a cherry-pick of the bump, which can be tested on alpine if github.com/JJ/raku-alpine-test will get some travis love from JJ. 22:39
given it builds, I can do a point tomorrow (thuogh my reluctance to do so is more with each day passed since the release) 22:40
lizmat wonders what the @autovivs parameter to Mu.BUILDALL does, and if it can be removed 23:10
just before she goes to bed& 23:11
23:29 MasterDuke joined 23:37 sena_kun joined 23:39 Altai-man_ left