00:51
Altai-man joined
00:53
sena_kun left
02:21
lucasb left
02:56
dogbert11 left
04:52
sena_kun joined
04:53
Altai-man left
06:17
sena_kun left,
sena_kun joined
06:29
Prince213 joined
06:30
Prince213 left
06:32
Prince213 joined,
Prince213 left
06:39
patrickb joined
|
|||
patrickb | sena_kun, nine: Is cleanup of github.com/rakudo/rakudo/pull/3785 (no global precomp store lock) a blocker for the release? | 06:43 | |
.tell pmurias If you find the time I'd value your insights on github.com/Raku/nqp/issues/656 | 06:44 | ||
tellable6 | patrickb, I'll pass your message to pmurias | ||
nine | patrickb: I'll try to get it done today or at least tomorrow on my way to vacation | 06:53 | |
nwc10 | closer than NZ this time? | ||
nine | very much so :) | ||
nwc10 | St Polten? :-) | 06:54 | |
nine | Our plan for this year was Leogang in Salzburg from the start and it turned out to be a good pick | ||
nwc10 | oh, the other direction :-) | ||
patrickb | nine: I didn't want to push, just make sure it doesn't pass by unseen and forgotten. Thanks for your work and have a relaxing vacation! | 06:56 | |
releasable6 | Next release in ≈2 days and ≈11 hours. 2 blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft | 07:00 | |
07:01
patrickb left
07:13
dogbert11 joined
07:15
stoned75 joined
07:36
dogbert17 joined
07:38
dogbert12 joined
07:39
dogbert11 left
07:40
dogbert11 joined
07:41
dogbert17 left
07:43
dogbert12 left,
dogbert17 joined
07:44
dogbert17 left
07:45
dogbert17 joined
07:46
dogbert11 left
07:47
dogbert11 joined
07:51
dogbert17 left
07:59
dogbert11 left,
dogbert11 joined
|
|||
Geth | nqp/more-hash-tests: 38a05864b2 | (Nicholas Clark)++ | t/nqp/108-vmhash.t Change one JVM hash iterator test to a TODO, after ticket review. To quote @jnthn in #657 I'd say iteration past the end wants a consistent exception (with a consistent text), so that part seems good to me. and Yes; if you're interested to make it that way please do. |
08:11 | |
08:13
dogbert11 left,
dogbert11 joined
08:15
dogbert17 joined
08:19
dogbert11 left
08:22
dogbert17 left
08:23
dogbert17 joined
08:37
dogbert11 joined
08:39
dogbert12 joined
08:41
dogbert17 left
08:42
dogbert11 left
08:51
Altai-man joined
|
|||
Geth | rakudo/suggest-capitalization-errors: b054f9f0fd | (Elizabeth Mattijsen)++ | src/core.c/Exception.pm6 Add checks for HOW WHAT WHO manually As suggested as a solution for github.com/rakudo/rakudo/pull/3854 |
08:53 | |
08:54
sena_kun left
09:04
dogbert17 joined
09:06
dogbert12 left
|
|||
Altai-man | releasable6, status | 09:20 | |
releasable6 | Altai-man, Next release in ≈2 days and ≈9 hours. 1 blocker. Changelog for this release was not started yet | ||
Altai-man, Details: gist.github.com/c779c1407a5268247c...ff54e5e447 | |||
Geth | rakudo/sorting-with-junctions: 72b8304b36 | (Elizabeth Mattijsen)++ | src/core.c/Rakudo/Sorting.pm6 Make sure we know what error tho throw |
09:54 | |
10:24
squashable6 left
10:25
squashable6 joined
10:27
stoned75 left
|
|||
Geth | roast: 053d3a216c | (Elizabeth Mattijsen)++ | S32-list/sort.t Add tests releate to PR3849 |
10:28 | |
lizmat | hmmm... I should read my commit messages before pushing :-) | ||
.seen jnthn | 10:39 | ||
tellable6 | lizmat, I saw jnthn 2020-08-20T09:24:11Z in #moarvm: <jnthn> nwc10: Yes, I seem to have a quite normal cup of coffee today | ||
timotimo | that's a reledible issue | 10:53 | |
lizmat | inded it iz | 10:54 | |
12:52
sena_kun joined
12:53
Altai-man left
13:09
Kaiepi joined
|
|||
Kaiepi | o/ | 13:09 | |
tellable6 | 2020-08-18T07:20:14Z #raku-dev <patrickb> Kaiepi Can you have another look at github.com/rakudo/rakudo/issues/3842 ? | ||
14:02
squashable6 left
14:03
squashable6 joined
|
|||
lizmat | m: class A { has $.n = 42; method clone { say "cloning with %_{}"; my $clone = callwith(|%_); return $clone }; method sink(-->Nil) { say "sinking...$!n" } }; A.new.clone(n=>2); | 14:06 | |
camelia | cloning with n 2 | ||
lizmat | m: bisectable6 class A { has $.n = 42; method clone { say "cloning with %_{}"; my $clone = callwith(|%_); return $clone }; method sink(-->Nil) { say "sinking...$!n" } }; A.new.clone(n=>2); | 14:07 | |
camelia | 5===SORRY!5=== Error while compiling <tmp> Undeclared routine: bisectable6 used at line 1 |
||
lizmat | bisectable6: class A { has $.n = 42; method clone { say "cloning with %_{}"; my $clone = callwith(|%_); return $clone }; method sink(-->Nil) { say "sinking...$!n" } }; A.new.clone(n=>2); | ||
bisectable6 | lizmat, Will bisect the whole range automagically because no endpoints were provided, hang tight | ||
lizmat, ¦6c (45 commits): «cloning with n␉2» | |||
lizmat, Nothing to bisect! | |||
lizmat | interesting | ||
m: class A { has $.n = 42; method clone { say "cloning with %_{}"; my $clone = callwith(|%_); $clone }; method sink(-->Nil) { say "sinking...$!n" } }; A.new.clone(n=>2); | |||
camelia | cloning with n 2 sinking...2 |
||
14:08
vrurg_ joined
|
|||
Geth | rakudo: ziuq++ created pull request #3856: Have Test::done-testing return Bool. |
14:21 | |
roast: ziuq++ created pull request #669: Test Test::done-testing( --> Bool:D) |
14:25 | ||
nqp: dd6b6fee54 | (Nicholas Clark)++ | t/nqp/108-vmhash.t More tests for NQP hash behaviour. Tests for iterators, including deleting the hash key corresponding to the current iterator position. Tests for exceptions before and after starting iteration (which are not yet consistent between the three backends). Test `.elems`. More thorough tests for `.kv`. Also fix a test description. |
14:49 | ||
nqp: 38a05864b2 | (Nicholas Clark)++ | t/nqp/108-vmhash.t Change one JVM hash iterator test to a TODO, after ticket review. To quote @jnthn in #657 I'd say iteration past the end wants a consistent exception (with a consistent text), so that part seems good to me. and Yes; if you're interested to make it that way please do. |
|||
linkable6 | NQP#657 [closed]: github.com/Raku/nqp/pull/657 More tests for NQP hash behaviour. | ||
nqp: c852175e9a | (Jonathan Worthington)++ (committed using GitHub Web editor) | t/nqp/108-vmhash.t Merge pull request #657 from Raku/more-hash-tests More tests for NQP hash behaviour. |
|||
nwc10 | \o/ | ||
lizmat: and now it's all official, because there's a test for it. | |||
Geth | nqp: daf8df6c99 | (Nicholas Clark)++ | 2 files Serialization format 23 for nqp-JS nqp-JS is currently a cross-compiler, and so needs to be able to read the serialization output of MoarVM. As of Feb 2020, commit 9709537d90d61529: Serialize the names of closures The name is held per code object, meaning different closures may carry a ... (14 more lines) |
14:51 | |
nqp: dc1839b0dc | (Jonathan Worthington)++ (committed using GitHub Web editor) | 2 files Merge pull request #655 from Raku/nqp-js-S23 Serialization format 23 for nqp-JS |
|||
lizmat | nwc10++ | 14:56 | |
tobs | nwc11 | 15:06 | |
sjn | 16:52 < Geth> ¦ nqp: | 15:10 | |
hmf. cutn-paste-error. apologies :-| | |||
15:10
dogbert11 joined
15:14
dogbert17 left
15:55
Kaiepi left
15:57
Kaiepi joined
15:58
MasterDuke left
16:00
stoned75 joined
16:48
stoned75 left
16:51
Altai-man joined
|
|||
Geth | rakudo/ambiguous-is-default: 999680e657 | (Elizabeth Mattijsen)++ | src/core.c/Exception.pm6 Streamline X::Multi::Ambiguous listing - remove ":", it does not convey any information, clear it's a signature - add two spaces to set it off the first line - add "is default" status of the candidate when applicable |
16:52 | |
rakudo: lizmat++ created pull request #3857: Streamline X::Multi::Ambiguous listing |
|||
16:54
sena_kun left
17:09
MasterDuke joined
17:24
codesections joined
17:54
MasterDuke left
18:21
stoned75 joined
18:30
stoned75 left
18:32
stoned75 joined
18:56
stoned75 left
20:03
dogbert17 joined
20:06
dogbert11 left
|
|||
Geth | rakudo: codesections++ created pull request #3860: Make X::Method::NotFound case-insensitive |
20:07 | |
20:09
dogbert17 left
20:10
dogbert12 joined
20:11
dogbert17 joined
20:12
dogbert11 joined
20:14
dogbert12 left
20:15
dogbert17 left
20:20
dogbert17 joined
20:22
dogbert11 left
20:32
stoned75 joined
20:52
dogbert17 left,
sena_kun joined,
dogbert17 joined
20:54
Altai-man left
|
|||
Geth | rakudo/ambiguous-is-default: b8121cecb9 | (Elizabeth Mattijsen)++ | src/core.c/Exception.pm6 Lose the return constraint It is not significant in dispatch, so should not be shown on a dispatch error. |
21:05 | |
21:51
dogbert11 joined
21:53
dogbert17 left
22:02
dogbert11 left
22:03
dogbert11 joined
22:09
dogbert17 joined,
dogbert11 left
22:10
dogbert11 joined
22:13
dogbert17 left
23:56
zostay joined
|