Perl 6 language and compiler development | Logs at colabti.org/irclogger/irclogger_log/perl6-dev | For toolchain/installation stuff see #perl6-toolchain | For MoarVM see #moarvm
Set by Zoffix on 27 July 2018.
00:32 MasterDuke joined 00:33 MasterDuke left, MasterDuke joined
Geth_ ¦ problem-solving: AlexDaniel assigned to jnthn Issue where blocks vs sub signatures github.com/perl6/problem-solving/issues/24 00:44
rakudo: Kaiepi++ created pull request #2884:
Improve GNU C++ name mangling
01:00
06:08 patrickb joined 06:33 ufobat__ left
kawaii Just a minor update, I had some personal circumstances this week preventing me dedicating time to the 2019.05 release, nothing serious just job interviews and such but still important enough to attract my full attention. 08:18
AlexDaniel: ping ^
This weekend hopefully though, I will have the time
08:25 gfldex left
lizmat Files=1262, Tests=107939, 410 wallclock secs (30.14 usr 7.04 sys + 2915.14 cusr 253.97 csys = 3206.29 CPU) 09:17
++kawaii
Geth_ rakudo: 0b66e01120 | (Elizabeth Mattijsen)++ | src/core/set_addition.pm6
Fewer scalar containers for (+)
09:49
rakudo: e316c1a13b | (Elizabeth Mattijsen)++ | src/core/set_difference.pm6
Fewer scalar containers for (-)
10:11
10:12 chansen_ left, chansen_ joined 10:13 yoleaux left, yoleaux joined
Geth_ rakudo: 7db3a06dd7 | (Elizabeth Mattijsen)++ | src/core/set_elem.pm6
Fewer scalar containers for (elem)
10:32
10:42 patrickb left
Geth_ rakudo: b559512a22 | (Elizabeth Mattijsen)++ | src/core/set_intersection.pm6
Fewer scalar containers for (&)

Also some nqp -> ternary rewrite
11:20
rakudo: 25fe9b0be9 | (Elizabeth Mattijsen)++ | src/core/set_multiply.pm6
Fewer scalar containers for (.)
11:35
rakudo: 3cde10a7dc | (Elizabeth Mattijsen)++ | src/core/set_proper_subset.pm6
Fewer scalar containers for (<)
11:56
rakudo: 6df735b2dc | (Elizabeth Mattijsen)++ | src/core/set_symmetric_difference.pm6
Fewer scalar containers for (^)

Also some nqp -> ternary rewrite
12:14
roast: 9c521179f0 | (Elizabeth Mattijsen)++ | 3 files
Remove remaining mentions of v6.d.PREVIEW
12:17
12:32 klapperl left
Geth_ rakudo: 8ec9040bb8 | (JJ Merelo)++ | 2 files
Removes .PREVIEW from tests closes #2867
12:37
rakudo: 3b710ade0b | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | 2 files
Merge pull request #2868 from JJ/master

Removes .PREVIEW from tests closes #2867
rakudo: bb2c3f3ac7 | (Elizabeth Mattijsen)++ | src/core/set_union.pm6
Fewer scalar containers for (|)

Also some nqp -> ternary rewrite
12:41
rakudo: 35b69f074b | (Tobias Boege)++ | src/core/array_slice.pm6
Fix off-by-one error in infinite range subscript

Subscripting with an infinite range was inconsistent between `0 ..^ Inf` and `0 ..^ *`. This commit makes both behave like the former:
   (^3)[0 .. Inf] eqv (0,1,2)
   (^3)[0 ..^ Inf] eqv (0,1,2) # Inf-1 is Inf
... (15 more lines)
12:44
rakudo: ba6f382078 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | src/core/array_slice.pm6
Merge pull request #2875 from taboege/subscript-range-whatever

Fix off-by-one error in infinite range subscript
lizmat afk for a few hours& 12:56
13:20 sivoais left, sivoais joined 14:21 pmurias joined
AlexDaniel kawaii++ it's alright 14:50
kawaii: if you feel like more things are going to jump on you, it is also possible to skip it this month 14:51
for example, I should have some time to help you in June
|Tux| Rakudo version 2019.03.1-304-gba6f38207 - MoarVM version 2019.05-3-gf3aeae67c
csv-ip5xs0.729 - 0.761
csv-ip5xs-205.973 - 5.981
csv-parser21.821 - 23.097
csv-test-xs-200.431 - 0.438
test7.157 - 7.246
test-t1.652 - 1.717
test-t --race0.784 - 0.787
test-t-2028.464 - 29.189
test-t-20 --race8.756 - 9.260
14:54
15:12 pmurias left 15:34 travis-ci joined
travis-ci Rakudo build passed. Elizabeth Mattijsen 'Fewer scalar containers for (^) 15:34
travis-ci.org/rakudo/rakudo/builds/530249981 github.com/rakudo/rakudo/compare/3...f735b2dcfe
15:34 travis-ci left 16:40 travis-ci joined
travis-ci Rakudo build passed. Elizabeth Mattijsen 'Merge pull request #2875 from taboege/subscript-range-whatever 16:40
travis-ci.org/rakudo/rakudo/builds/530264207 github.com/rakudo/rakudo/compare/b...6f3820785f
16:40 travis-ci left
Geth_ roast: taboege++ created pull request #536:
Add test for rakudo/rakudo#2872
16:49
roast: d0ff595920 | (Tobias Boege)++ | S09-subscript/slice.t
Add test for rakudo/rakudo#2872
16:58
roast: e61b33c442 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | S09-subscript/slice.t
Merge pull request #536 from taboege/subscript-range-whatever

Add test for rakudo/rakudo#2872
17:03 robertle joined
lizmat .ask ugexe can the same abspath have more than one CompUnit::Repository ? 17:55
yoleaux lizmat: I'll pass your message to ugexe.
lizmat .ask ugexe CUR::Locally, I mean
yoleaux lizmat: I'll pass your message to ugexe.
Kaiepi i think before i start my grant i'll work on improving nativecall support for cpp 18:10
destructor bindings, a type for enums so they can be used as arguments mainly 18:11
idk if i'll be able to finish both before i start my grant work next week but it's worth a shot 18:13
18:15 DrForr left
Kaiepi can github.com/rakudo/rakudo/pull/2880 be merged before the next release? rakudo builds are broken on openbsd without those changes 18:17
Geth_ rakudo/master: 6 commits pushed by (Ben Davies)++, (Elizabeth Mattijsen)++ 18:22
Kaiepi thanks
lizmat yw :-) 18:23
ugexe lizmat: it could be possible to have e.g. file#/my/foo/bar and file-but-improved#/my/foo/bar. note that such a scenario is probably covered by `my $WHICH = self.^name ~ '|' ~ $abspath`, although I don't know if that is legit or not (consider two repos with the same $WHICH but in a different order... $next-repo would then be incorrect) 19:06
yoleaux 17:55Z <lizmat> ugexe: can the same abspath have more than one CompUnit::Repository ?
17:55Z <lizmat> ugexe: CUR::Locally, I mean
lizmat ugexe: ok, so we do want to cover that scenario ? 19:07
ugexe probably. im not sure that caching WHICH serves a real purpose 19:09
lizmat well, it is used to cache it by 19:15
19:38 pmurias joined
Geth_ ¦ star: clarkema self-assigned DESTDIR support would be awesome github.com/rakudo/star/issues/70 19:44
19:46 klapperl joined
Geth_ ¦ rakudo: lizmat self-assigned CompUnit::Repository::FileSystem doesn't accept IO::Path github.com/rakudo/rakudo/issues/2879 20:49
21:28 robertle left 22:24 pmurias left 22:27 AlexDaniel left 23:18 AlexDaniel joined