🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | log inspection situation still under development | For MoarVM see #moarvm
Set by lizmat on 22 May 2021.
00:02 reportable6 left 00:03 reportable6 joined
vrurg .tell MasterDuke github.com/Raku/nqp/pull/730 00:18
tellable6 vrurg, I'll pass your message to MasterDuke
02:34 greppable6 left, coverable6 left, committable6 left, reportable6 left, sourceable6 left, linkable6 left, bloatable6 left, benchable6 left, evalable6 left, quotable6 left, nativecallable6 left, squashable6 left, bisectable6 left, unicodable6 left, shareable6 left, releasable6 left, statisfiable6 left, tellable6 left, notable6 left, shareable6 joined, linkable6 joined 02:35 quotable6 joined, bisectable6 joined, releasable6 joined, notable6 joined, greppable6 joined, bloatable6 joined, tellable6 joined 02:36 committable6 joined, benchable6 joined, reportable6 joined, sourceable6 joined, statisfiable6 joined 02:37 squashable6 joined, coverable6 joined, unicodable6 joined, nativecallable6 joined, evalable6 joined 04:02 Altai-man joined 04:09 unicodable6 left, coverable6 left, sourceable6 left, committable6 left, bloatable6 left, notable6 left, shareable6 left, sena_kun left 04:59 notable6 joined, unicodable6 joined, sourceable6 joined, committable6 joined 05:00 bloatable6 joined, coverable6 joined, shareable6 joined 05:41 frost joined 06:02 reportable6 left 06:05 reportable6 joined 06:41 frost left 07:05 frost joined
Geth rakudo: 06ae4cf459 | raydiak++ (committed using GitHub Web editor) | 2 files
Restore Pod6 E<> html entity support (#4397)

Restore lost functionality for pod escapes like E<mdash> which use the names of HTML entities.
08:18
08:19 linkable6 left 08:22 linkable6 joined 09:01 |Tux| joined
MasterDuke vrurg: `Use of uninitialized value $var_text in split at C:/Users/Dan/Source/rakudo_copy/nqp/3rdparty/nqp-configure/lib/NQP/Macros.pm line 09:04
604.` might be the problem? this was built with `perl Configure.pl --backend=moar --gen-moar --gen-nqp=moar_hllinclude_support --make-install`
vrurg: looks like nqp/moar_hllinclude_support is based on a 3 month old nqp 09:26
needs to be rebased up to master, so it requires a moarvm that has hllincludes in the config 09:27
|Tux| Rakudo v2021.06-5-g06ae4cf45 (v6.d) on MoarVM 2021.06-4-g2c4d35eb4
csv-ip5xs0.846 - 0.889
csv-ip5xs-208.686 - 9.239
csv-parser28.738 - 28.780
csv-test-xs-200.373 - 0.378
test7.625 - 7.942
test-t1.979 - 2.111
test-t --race0.887 - 0.898
test-t-2033.977 - 36.154
test-t-20 --race9.858 - 9.898
10:03
10:32 linkable6 left, evalable6 left 10:33 linkable6 joined 10:34 evalable6 joined
MasterDuke vrurg: yeah, i checked out the PR and than manually rebased up to master and it built fine (but i did have to do github.com/MoarVM/MoarVM/commit/42bbff95ed so i guess i should bump moarvm for nqp so a rebase will pull that in) 11:06
Geth nqp: 16a3cd2ad7 | (Daniel Green)++ | tools/templates/MOAR_REVISION
Bump MoarVM

For mkdir error handling and not needing msinttypes in $PREFIX\include.
11:12
11:16 samebchase left, samebchase joined
Geth rakudo: 8f6e41ea29 | (Daniel Green)++ | tools/templates/NQP_REVISION
Bump NQP

For mkdir error handling and not needing msinttypes in $PREFIX\include.
11:20
11:29 razetime2 joined 11:41 razetime2 left, Razetime joined 11:50 frost left 12:02 reportable6 left 12:04 reportable6 joined
|Tux| Short Q, when (about) was perl6 officially renamed to raku? 12:22
MasterDuke October 2019 12:25
|Tux| Thanks
MasterDuke np
12:52 Razetime left
Geth nqp/new-disp: 34 commits pushed by (Jonathan Worthington)++
review: github.com/Raku/nqp/compare/c974f5...cce46e597a
14:03
rakudo/new-disp: 37 commits pushed by (Jonathan Worthington)++
review: github.com/rakudo/rakudo/compare/f...441caa12f0
rakudo/new-disp: dc2882c699 | (Jonathan Worthington)++ | src/vm/moar/dispatchers.nqp
Don't abort multi-dispatch too early
14:50
14:56 raydiak joined
lizmat notable6: weekly 16:31
notable6 lizmat, 3 notes: gist.github.com/00524ae2c04dc364a8...bc2e02a897
Geth rakudo/new-disp: 178229750d | (Jonathan Worthington)++ | 2 files
Filter based on all required named args in multis

With the new-disp scheme, we need to make sure we at least won't fail due to arity or named arguments issues once making it into the multi candidate, so expand the named argument checking to cover all required named arguments.
16:35
lizmat notable6: weekly reset 16:52
notable6 lizmat, Moved existing notes to “weekly_2021-06-21T16:52:26Z”
17:16 dogbert17 joined 18:02 reportable6 left 18:04 reportable6 joined
Geth nqp: 1b88fd896e | (Vadim Belman)++ | 3 files
Implement support for moar::hllincludes config variable

List of include directories is now provided by moar backend and respected by NQP build.
19:56
nqp: f1b6f64dac | (Vadim Belman)++ | tools/templates/Makefile-backend-common.in
Fix VIM line

  `tw` was used instead of `ts`
nqp: 67d25f6f25 | MasterDuke17++ (committed using GitHub Web editor) | 4 files
Merge pull request #730 from vrurg/moar-hllinclude-support
rakudo: a96bfdc270 | (Vadim Belman)++ | 3 files
Implement support for moar::hllincludes config variable

List of include directories is now provided by moar backend and respected by Rakudo build.
rakudo: 552f281072 | (Vadim Belman)++ | tools/lib/NQP/Config/Rakudo.pm
Use list_indent variable instead of filelist_indent

  `list_indent` is more generic name for the same thing.
rakudo: 37dd25f683 | MasterDuke17++ (committed using GitHub Web editor) | 4 files
Merge pull request #4421 from vrurg/moar-hllinclude-support
rakudo: patrickbkr++ created pull request #4422:
Fix binary release set-env.* scripts with space in path
20:31
japhb * --- Tracked up to here (11:10)
* 11:10 - Morning routine
* ~:10 - ARMS: CATS!
WTF? 20:37
MasterDuke vrurg: thanks, now ci can build/test nqp+rakudo with my replace-tommath-with-gmp PR 22:03
greppable6: DUMP 22:05
greppable6 MasterDuke, 149 lines, 11 modules: gist.github.com/25effc2aab63bdf2d9...43d55622b0
22:06 b2gills left, b2gills joined
vrurg MasterDuke: welcome! 23:15