🦋 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:05
linkable6 joined
00:06
reportable6 left
02:14
greppable6 left,
committable6 left,
releasable6 left,
notable6 left,
sourceable6 left,
evalable6 left,
squashable6 left,
coverable6 left,
statisfiable6 left,
bisectable6 left,
benchable6 left,
nativecallable6 left,
shareable6 left,
unicodable6 left,
linkable6 left,
quotable6 left,
tellable6 left,
bloatable6 left
02:15
greppable6 joined,
shareable6 joined,
coverable6 joined
02:16
nativecallable6 joined,
bisectable6 joined,
evalable6 joined
02:17
benchable6 joined,
bloatable6 joined,
tellable6 joined
|
|||
jdv | blin run from today - github.com/rakudo/rakudo/issues/4705 | 02:50 | |
lizmat: looks like there was a bit of usage of the uniprops things | |||
03:11
discord-raku-bot left,
discord-raku-bot joined
03:15
releasable6 joined,
committable6 joined
03:17
notable6 joined
|
|||
jdv | AlexDaniel: what force? | 04:05 | |
04:17
evalable6 left,
unicodable6 joined
05:08
reportable6 joined
05:17
statisfiable6 joined
05:18
evalable6 joined
05:25
frost joined
05:45
frost left
05:56
frost joined
06:07
reportable6 left
06:15
quotable6 joined
06:16
sourceable6 joined,
squashable6 joined
07:10
reportable6 joined
07:16
linkable6 joined
|
|||
Geth | Testo: 5a42726cf8 | (JJ Merelo)++ | .github/workflows/test.yaml Adds new testing rig |
08:19 | |
Testo: ee3345bc01 | (JJ Merelo)++ | 2 files :see_no_evil: |
|||
Testo: a950bb9e20 | (JJ Merelo)++ | lib/Testo/Test.pm6 :recycle: deprecated code to one of the suggested options closes #22 |
08:25 | ||
08:29
evalable6 left
|
|||
AlexDaniel | jdv: I don't know! You tell me :) | 08:58 | |
Geth | Test-Output: ad5aaabcbc | (JJ Merelo)++ | 3 files Moves to resources |
09:02 | |
Test-Output: 7cb0ac68ba | (JJ Merelo)++ | .github/workflows/test.yaml Testing new github action |
|||
09:04
squashable6 left
|
|||
Xliff | p6-GLib standard timings total: 13623.65s | 09:24 | |
Relation to last week: 2.16% increase | |||
p6-GLib parallel timings cancelled for the 9th week in a row due to #4655 | 09:27 | ||
09:30
evalable6 joined
|
|||
nine | The force push was probably the one from logs.liz.nl/raku-dev/2021-11-19.html | 09:42 | |
10:28
frost left
|
|||
Geth | Test-Output: 2c7fdf9f98 | (JJ Merelo)++ | .github/workflows/test.yaml Test again GHA |
10:41 | |
10:58
dogbert11 left
11:05
squashable6 joined
11:06
dogbert17 joined
|
|||
Geth | Test-Output: 91a5d3e432 | (JJ Merelo)++ | .github/workflows/test.yaml Trigger test |
11:16 | |
Test-Output: ac22b4083b | (JJ Merelo)++ | .github/workflows/test.yaml Changes to published action |
11:31 | ||
Test-Output: 2443bda1f7 | (JJ Merelo)++ | lib/Test/Output.pm6 :coffin:, also closes #3 |
11:47 | ||
Test-Output: 0ea5d2aa91 | (JJ Merelo)++ | t/02-Test.pm.t :coffin: |
|||
nine | lizmat: just a curiousity: apparently you yourself forgot the code generator script for native arrays when renaming deterministic to is-deterministic in 596ccef3b21920593455f6417497365dec7ddd14 | 11:52 | |
lizmat | yikes :-( | 11:53 | |
ouch | |||
nine++ | |||
11:53
linkable6 left
|
|||
nine | Well, it's not much of a problem. Just noticed when going through my local diffs | 11:53 | |
lizmat | want me to fix that ? | 11:54 | |
11:54
linkable6 joined
|
|||
nine | I wouldn't mind :) | 11:55 | |
lizmat | will do | ||
Geth | Subset-Helper/master: 4 commits pushed by (JJ Merelo)++ | 12:06 | |
12:06
reportable6 left
|
|||
Geth | rakudo: 21d988d133 | (Elizabeth Mattijsen)++ | 2 files Make sure rebuilds of native array will generate ok Changing "deterministic" to "is-deterministic" in 596ccef3b21920 was missed by yours truly. nine++ for spotting |
12:11 | |
lizmat | nine^^ | ||
nine | Thanks :) | ||
Geth | Subset-Helper: 7d815baeb3 | (JJ Merelo)++ | 3 files :arrow_up: |
12:15 | |
nqp/fix_unsigned_for_merge: 5 commits pushed by (Stefan Seifert)++ | 12:30 | ||
rakudo/fix_unsigned_for_merge: 4 commits pushed by (Stefan Seifert)++ | 12:33 | ||
nqp: niner++ created pull request #756: More preparations for fixing unsigned handling |
12:38 | ||
Test-Output/task/reproduce-error: 7d23ab671a | (JJ Merelo)++ | 2 files Trying (and failing) to reproduce it |
12:43 | ||
rakudo: niner++ created pull request #4706: Preparations for fixing unsigned handling |
12:53 | ||
13:09
reportable6 joined
13:10
linkable6 left
|
|||
Geth | rakudo/fix_unsigned_for_merge: 5bc2ad23e3 | (Stefan Seifert)++ | 7 files Use unsigned ops when handling unsigned buffers Split off most Blob/Buf code into roles for signed and unsigned versions using appropriate ops. |
15:12 | |
rakudo/fix_unsigned_for_merge: 5c150ca34a | (Stefan Seifert)++ | src/Perl6/Metamodel/RoleToRoleApplier.nqp Fix is_array_type on roles |
|||
rakudo/fix_unsigned_for_merge: 7b0fa9e13d | (Stefan Seifert)++ | src/Perl6/Actions.nqp fixup |
|||
15:13
linkable6 joined
16:47
linkable6 left,
evalable6 left
16:49
evalable6 joined
16:50
linkable6 joined
17:07
sena_kun left
17:08
sena_kun joined
18:09
reportable6 left
18:56
patrickb joined
20:10
reportable6 joined
21:00
patrickb left
21:20
japhb left
21:36
japhb joined
|
|||
Geth | rakudo: vrurg++ created pull request #4707: Add ACCEPTS candidate for Junction to Bool |
21:54 | |
22:04
[Coke] left
22:07
[Coke] joined
22:12
[Coke] left,
[Coke] joined
22:27
[Coke] left
|
|||
lizmat | Files=1351, Tests=117094, 320 wallclock secs (35.28 usr 9.63 sys + 4449.81 cusr 357.49 csys = 4852.21 CPU) | 22:34 | |
Geth | rakudo: f21af28e37 | (Vadim Belman)++ | src/core.c/Bool.pm6 Add ACCEPTS candidate for Junction to Bool Since it has own `proto` `ACCEPTS`, we need it for `Bool:U` to handle junctions on LHS of smartmatch. |
22:38 | |
rakudo: 254d15258b | (Vadim Belman)++ (committed using GitHub Web editor) | src/core.c/Bool.pm6 Merge pull request #4707 from vrurg/rakudo-4705-data-dump-tree Add ACCEPTS candidate for Junction to Bool |
|||
22:40
[Coke] joined
|
|||
Geth | rakudo: vrurg++ created pull request #4708: Protect some typechecks with try |
22:43 | |
23:40
evalable6 left,
linkable6 left
23:42
evalable6 joined,
linkable6 joined
23:48
Kaiepi left
|