00:12 PufferBot_ left 00:40 Kaiepi joined
Geth rakudo/revert-1820-remove-dist-and-cur-compat-shims: c23ee24837 | (Nick Logan)++ (committed using GitHub Web editor) | 2 files
Revert "Remove Distribution and CURI.install compat shims"
00:49
rakudo: ugexe++ created pull request #1895:
Revert "Remove Distribution and CURI.install compat shims"
rakudo: c23ee24837 | (Nick Logan)++ (committed using GitHub Web editor) | 2 files
Revert "Remove Distribution and CURI.install compat shims"
00:50
rakudo: 2234b61de5 | (Nick Logan)++ (committed using GitHub Web editor) | 2 files
Merge pull request #1895 from rakudo/revert-1820-remove-dist-and-cur-compat-shims

Revert "Remove Distribution and CURI.install compat shims"
00:55 Kaiepi left, Kaiepi joined
MasterDuke interesting article "Why We Engage in FLOSS: Answers from Core Developers" arxiv.org/abs/1803.05741 01:08
01:35 BenGoldberg joined 01:45 ilbot3 left 01:53 Kaiepi left 01:54 Kaiepi joined 01:58 ilbot3 joined, ChanServ sets mode: +v ilbot3 02:08 lizmat left 02:46 MasterDuke left 02:48 MasterDuke joined 02:53 ZofBot joined, ChanServ sets mode: +v ZofBot, huggable joined, ChanServ sets mode: +v huggable, buggable joined, ChanServ sets mode: +v buggable 04:25 TimToady left
Geth rakudo: jstuder-gh++ created pull request #1896:
Issue 1888: Emit enum to supply on signal
04:25
04:32 TimToady joined 04:54 BenGoldberg left 05:44 quotable6 left, quotable6 joined 06:00 robertle joined
samcv got MVM_string_utf8_decode sped up 8% :) 06:24
06:36 TimToady left, TimToady joined 08:42 lizmat joined
[Tux] Sorry for the silence, I'm ill 09:56
Rakudo version 2018.05-50-g2234b61de - MoarVM version 2018.05-57-g89dee3be3
csv-ip5xs0.862 - 0.867
csv-ip5xs-208.670 - 8.821
csv-parser24.670 - 25.040
csv-test-xs-200.449 - 0.496
test8.756 - 8.839
test-t2.325 - 2.400
test-t --race0.985 - 1.089
test-t-2041.286 - 41.346
test-t-20 --race14.363 - 15.284
Geth rakudo: b19cc4bdfb | (Jeremy Studer)++ | src/core/signals.pm6
Emit enum to supply on signal

On the recent modification of the signal sub, there was a subtle change to the form of the signum emitted by the signal handler. Pre-change it emitted the signum in the form of the corresponding Signal enum and post-change it emits the signum as an Int. Changing it so that it will one again emit the Signal enum as it is more useful in varying contexts.
  AlexDaniel++ for discovering this.
  See [Github Issue 1888](github.com/rakudo/rakudo/issues/1888).
11:42
rakudo: 398c270e44 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | src/core/signals.pm6
Merge pull request #1896 from jstuder-gh/sig_emit_enum

Issue 1888: Emit enum to supply on signal
11:48 dct joined
tbrowder_ samcv: i plan to add the non-breaking-whitespace chars from this table, which do not show the Zs property, to the pod text normalization regex: en.wikipedia.org/wiki/Whitespace_c..._note-ws-2 11:53
samcv: your thoughts? 11:54
.ask samcv: thoiughts^^^?
yoleaux tbrowder_: What kind of a name is "samcv:"?!
tbrowder_ .ask samcv thoughts^^^? 11:55
yoleaux tbrowder_: I'll pass your message to samcv.
12:10 Kaiepi left 12:13 PufferBot joined 12:16 Kaiepi joined 13:18 AlexDani` joined 13:20 AlexDaniel left 13:58 Kaiepi left, Kaiepi joined 14:02 Kaiepi left, Kaiepi joined 14:04 BenGoldberg joined 14:34 Kaiepi left, PufferBot left 14:39 PufferBot joined
samcv tbrowder_: i just woke up. Moarning 14:39
yoleaux 11:55Z <tbrowder_> samcv: thoughts^^^?
14:43 PufferBot left
samcv also that seems ok with me at first thought. but i just woke up 4 minutes ago :) 14:44
14:45 TimToady left 14:47 TimToady joined 16:23 Kaiepi joined
tbrowder_ samcv: ok, i’m still looking at those chars, but i 16:52
my first thought is that p6 might be used for typesetting utilities in all languages so ee should look carefully at all whitespace, etc. 16:54
i also want to look at S26 again more carefully to make sure pod paragraphs are being handled properly. 16:56
samcv that sounds good 17:01
tbrowder_ in all that, i’m curious about some ws chars that may not have Zs properties but should perhaps should be candidates for showing True with $char ~~ /\s/. 17:06
bad break: true with $char ~~ /\s/
17:08 ufobat joined
Geth nqp: jstuder-gh++ created pull request #457:
Change getsignals output from hash to array
17:09
rakudo: jstuder-gh++ created pull request #1897:
Create consistently ordered Signal enum via list
17:10
17:52 MasterDuke left 17:58 MasterDuke joined 18:24 AlexDani` is now known as AlexDaniel 18:38 Kaiepi left 18:46 skids joined
tbrowder_ i just saw the p6 comma IDE is now on the market--woo woo! 19:12
commaide.com 19:13
MasterDuke interesting, ruby 2.6 is getting a JIT www.ruby-lang.org/en/news/2018/05/...-released/ 19:28
19:32 BenGoldberg left 19:48 lizmat left 19:55 tyil left 19:58 tyil joined 19:59 dct left 20:04 dct joined 20:12 lizmat joined
MasterDuke samcv: have any interest in writing the perl 6 syntax highlighter for kate? bugs.kde.org/show_bug.cgi?id=392468 20:41
21:14 dct left, Kaiepi joined 21:25 Kaiepi left 21:27 Kaiepi joined 21:31 dct joined
samcv MasterDuke: i mean it'd be nice, though it would be a lot of work 21:32
well if i were to port it or write from scratch
dunno i wish there were an easy way to convert it. i forget how kate's format is. i think it's xml 21:33
MasterDuke definitely some of the perl 5 one would be applicable
yeah
cgit.kde.org/syntax-highlighting.g...fc765986fe 21:34
21:56 dct left
japhb Is there something stricter than Test::META::meta-ok ? I've got an annoying crash trying to do 'zef install .' (early on, before debug output) for a module I'm working on locally, and I can't figure out whether it's purely a zef bug, or something not quite right in my META6 that's breaking some invariant. 22:15
(And as you might guess, meta-ok think's it's just spiffy. Which isn't too surprising, as it's managed by mi6, but you never know.) 22:16
22:18 BenGoldberg joined 22:20 ufobat left 22:27 a3f_ left 22:31 a3f joined, a3f left, a3f joined 22:52 ufobat joined 23:33 lizmat left 23:43 lizmat joined