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:03
pharv left,
pharv joined
00:04
p6bannerbot sets mode: +v pharv
00:06
Ven` joined
00:07
p6bannerbot sets mode: +v Ven`
00:10
pharv left
00:11
Ven` left
00:12
pharv joined,
p6bannerbot sets mode: +v pharv
00:22
pharv left
00:42
Ven` joined
00:43
p6bannerbot sets mode: +v Ven`
00:47
Ven` left
01:19
Ven` joined,
p6bannerbot sets mode: +v Ven`
01:24
Ven` left
01:26
SlashLife15 joined
01:30
SlashLife15 left
01:55
Ven` joined
01:56
p6bannerbot sets mode: +v Ven`
02:00
Ven` left
02:01
MasterDuke joined,
p6bannerbot sets mode: +v MasterDuke
02:03
MasterDuke left,
MasterDuke joined,
herbert.freenode.net sets mode: +v MasterDuke,
p6bannerbot sets mode: +v MasterDuke
|
|||||||||||||||||||||||||||||||||||||||
fake_space_whale | Per the CONTRIBUTING.md, I am nudging this channel to perhaps get some feedback on my pull request github.com/rakudo/rakudo/pull/2225 . Though if you're busy with other stuff that is fine. | 02:13 | |||||||||||||||||||||||||||||||||||||
MasterDuke | fake_space_whale: now's a pretty slow time of day. and i suspect people are waiting until after the release (which looks like it might be tomorrow) | 02:30 | |||||||||||||||||||||||||||||||||||||
fake_space_whale | thanks, that makes sense. I am happy to wait. | 02:31 | |||||||||||||||||||||||||||||||||||||
02:31
Ven` joined
02:32
p6bannerbot sets mode: +v Ven`
02:36
Ven` left
02:44
MasterDuke left
|
|||||||||||||||||||||||||||||||||||||||
AlexDaniel | fake_space_whale: master is open, there's no need to wait | 02:57 | |||||||||||||||||||||||||||||||||||||
fake_space_whale: I looked at the PR | 02:58 | ||||||||||||||||||||||||||||||||||||||
fake_space_whale | oh? | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | m: say 42.:["-"] | ||||||||||||||||||||||||||||||||||||||
camelia | 5===SORRY!5=== Error while compiling <tmp> Decimal point must be followed by digit at <tmp>:1 ------> 3say 42.7⏏5:["-"] |
||||||||||||||||||||||||||||||||||||||
AlexDaniel | ↑ I don't think it covers this case | ||||||||||||||||||||||||||||||||||||||
fake_space_whale | I'll go test that | ||||||||||||||||||||||||||||||||||||||
you are correct | 03:00 | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | fake_space_whale: +1 for nudging :) Although, yeah, at this time of a day people are mostly asleep | 03:01 | |||||||||||||||||||||||||||||||||||||
fake_space_whale: honestly I'm not fully aware of that syntax, what else is allowed besides <-> and ['-'] ? | 03:02 | ||||||||||||||||||||||||||||||||||||||
fake_space_whale: <<->> is valid | |||||||||||||||||||||||||||||||||||||||
fake_space_whale: and «-» also | |||||||||||||||||||||||||||||||||||||||
fake_space_whale | What version are you using to get that <<->> is valid? | 03:03 | |||||||||||||||||||||||||||||||||||||
AlexDaniel | 6c: say (42).:<<->> | 03:04 | |||||||||||||||||||||||||||||||||||||
committable6 | AlexDaniel, ¦6c (31 commits): «-42» | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | fake_space_whale: any vension | ||||||||||||||||||||||||||||||||||||||
version* | |||||||||||||||||||||||||||||||||||||||
6c: say (42).:«-» | |||||||||||||||||||||||||||||||||||||||
committable6 | AlexDaniel, ¦6c (31 commits): «-42» | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | m: say 42.:«-» | 03:05 | |||||||||||||||||||||||||||||||||||||
camelia | 5===SORRY!5=== Error while compiling <tmp> Decimal point must be followed by digit at <tmp>:1 ------> 3say 42.7⏏5:«-» |
||||||||||||||||||||||||||||||||||||||
fake_space_whale | 6c: my $a = 42; $a.:<<->> | ||||||||||||||||||||||||||||||||||||||
committable6 | fake_space_whale, ¦6c (31 commits): «WARNINGS for /tmp/5zEvWQafp2:Useless use of ":<<->>" in expression ":<<->>" in sink context (line 1)» | ||||||||||||||||||||||||||||||||||||||
fake_space_whale | 6c: my $a = 42; say $a.:<<->> | ||||||||||||||||||||||||||||||||||||||
committable6 | fake_space_whale, ¦6c (31 commits): «-42» | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | fake_space_whale: are you seeing something different locally? | 03:07 | |||||||||||||||||||||||||||||||||||||
03:08
Ven` joined
|
|||||||||||||||||||||||||||||||||||||||
fake_space_whale | no I made a mistake when I was writing it locally | 03:08 | |||||||||||||||||||||||||||||||||||||
03:08
p6bannerbot sets mode: +v Ven`
|
|||||||||||||||||||||||||||||||||||||||
AlexDaniel | fake_space_whale: note that the insides of <<>> may be quoted also | 03:09 | |||||||||||||||||||||||||||||||||||||
m: say 42.:«"-"» | |||||||||||||||||||||||||||||||||||||||
camelia | 5===SORRY!5=== Error while compiling <tmp> Decimal point must be followed by digit at <tmp>:1 ------> 3say 42.7⏏5:«"-"» |
||||||||||||||||||||||||||||||||||||||
AlexDaniel | m: say (42).:«"-"» | ||||||||||||||||||||||||||||||||||||||
camelia | -42 | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | m: say (42).:«'-'» | ||||||||||||||||||||||||||||||||||||||
camelia | -42 | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | m: say (42).:«‘-’» | ||||||||||||||||||||||||||||||||||||||
camelia | -42 | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | m: say (42).:«“-”» | ||||||||||||||||||||||||||||||||||||||
camelia | -42 | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | m: say (42).:« “-” » | ||||||||||||||||||||||||||||||||||||||
camelia | -42 | ||||||||||||||||||||||||||||||||||||||
fake_space_whale | is there a name for the thing which <<->> <-> ["-"] are examples of? | 03:11 | |||||||||||||||||||||||||||||||||||||
like are they associative references? | |||||||||||||||||||||||||||||||||||||||
03:13
Ven` left
|
|||||||||||||||||||||||||||||||||||||||
AlexDaniel | fake_space_whale: maybe `coloncircumfix` | 03:25 | |||||||||||||||||||||||||||||||||||||
fake_space_whale: --target=parse like this: perl6 --target=parse -e 'say (42).:["-"]' | |||||||||||||||||||||||||||||||||||||||
try* :) | |||||||||||||||||||||||||||||||||||||||
fake_space_whale | Thank you :D | 03:26 | |||||||||||||||||||||||||||||||||||||
AlexDaniel | everything from `dottyop` to `circumfix` should work I think, depending on how big you want your shotgun to be for this operation | 03:27 | |||||||||||||||||||||||||||||||||||||
03:44
Ven` joined
03:45
p6bannerbot sets mode: +v Ven`
03:49
Ven` left
04:41
x[LGWs4x4i]uG2N0 left
04:45
x[LGWs4x4i]uG2N0 joined
04:46
p6bannerbot sets mode: +v x[LGWs4x4i]uG2N0
05:06
fake_space_whale left
05:11
AlexDaniel left,
AlexDaniel joined,
livingstone.freenode.net sets mode: +v AlexDaniel,
p6bannerbot sets mode: +v AlexDaniel
05:38
leastbit joined,
leastbit left,
leastbit joined,
leastbit left
05:39
leastbit joined,
leastbit left,
leastbit joined,
leastbit left
06:24
OvidiuS joined,
OvidiuS left
07:23
pobivan joined,
p6bannerbot sets mode: +v pobivan,
pobivan left
07:50
x[LGWs4x4i]uG2N0 left
07:54
x[LGWs4x4i]uG2N0 joined
07:55
p6bannerbot sets mode: +v x[LGWs4x4i]uG2N0
08:55
lizmat joined
08:56
p6bannerbot sets mode: +v lizmat
09:00
pmurias joined
09:01
p6bannerbot sets mode: +v pmurias
09:31
brrt joined
09:32
p6bannerbot sets mode: +v brrt
09:45
stmuk_ joined
09:46
p6bannerbot sets mode: +v stmuk_,
lizmat left
09:47
stmuk left
10:21
brrt left
11:18
leastbit joined,
leastbit left,
leastbit joined,
leastbit left,
leastbit joined,
leastbit left
11:19
leastbit joined,
p6bannerbot sets mode: +v leastbit
11:20
p6bannerbot sets mode: +v leastbit
11:21
leastbit left
|
|||||||||||||||||||||||||||||||||||||||
tbrowder_ | hi | 11:44 | |||||||||||||||||||||||||||||||||||||
11:44
lizmat joined
11:45
p6bannerbot sets mode: +v lizmat
11:46
Guest85043 joined
|
|||||||||||||||||||||||||||||||||||||||
tbrowder_ | i need some advice on current handling of pod: spec testing allows an empty paragraph block (“=for”) but i think that should throw an exception | 11:47 | |||||||||||||||||||||||||||||||||||||
that test is in roast S26*/03-abbreviated.t | 11:48 | ||||||||||||||||||||||||||||||||||||||
11:49
Guest85043 left
|
|||||||||||||||||||||||||||||||||||||||
tbrowder_ | sorry, it is an abbreviated block (“=foo”) which is allowed to be empty | 11:50 | |||||||||||||||||||||||||||||||||||||
i guess one could have a use case for it except for one problem: lower names are reserved according to speculation S26 | 11:51 | ||||||||||||||||||||||||||||||||||||||
thus, one way or another, i don’t think the test should pass | 11:53 | ||||||||||||||||||||||||||||||||||||||
please leave any comments with a .tell or .ask | 11:56 | ||||||||||||||||||||||||||||||||||||||
afk& | |||||||||||||||||||||||||||||||||||||||
11:57
leastbit joined,
leastbit left
12:09
stmuk joined
12:10
p6bannerbot sets mode: +v stmuk
12:12
stmuk_ left
12:26
AlexDaniel left
12:28
AlexDaniel joined,
p6bannerbot sets mode: +v AlexDaniel
12:36
stmuk_ joined
12:37
p6bannerbot sets mode: +v stmuk_
12:39
stmuk left
|
|||||||||||||||||||||||||||||||||||||||
[TuxCM] |
|
13:03 | |||||||||||||||||||||||||||||||||||||
timotimo | huh, it got slow again | 13:17 | |||||||||||||||||||||||||||||||||||||
13:58
alkyl27 joined
14:02
alkyl27 left
|
|||||||||||||||||||||||||||||||||||||||
lizmat | .seen Zoffix | 14:41 | |||||||||||||||||||||||||||||||||||||
yoleaux | I saw Zoffix 16 Aug 2018 14:05Z in #perl6: <Zoffix> Tison: IIRC there's actually an example somewhere in perl6advent.wordpress.com/2017/12/02/ that shows just how much typing the `@` shortcut on variables saves | ||||||||||||||||||||||||||||||||||||||
14:47
stmuk joined
14:48
p6bannerbot sets mode: +v stmuk
14:49
stmuk_ left
|
|||||||||||||||||||||||||||||||||||||||
AlexDaniel | lizmat: yeah, I miss them too. They're around according to github activity, I assume just taking a well deserved break | 15:14 | |||||||||||||||||||||||||||||||||||||
or maybe working on something cool :) | 15:18 | ||||||||||||||||||||||||||||||||||||||
lizmat | I hope so | 15:50 | |||||||||||||||||||||||||||||||||||||
15:55
MikeoftheEast joined
15:56
reportable6 left,
reportable6 joined
15:57
p6bannerbot sets mode: +v reportable6
15:59
MikeoftheEast left
16:24
ufobat_ joined
16:25
p6bannerbot sets mode: +v ufobat_
|
|||||||||||||||||||||||||||||||||||||||
Geth | rakudo/post-release-2018.08: 76c1f22a64 | (Elizabeth Mattijsen)++ | src/core/Rakudo/Iterator.pm6 Don't close over anonymous classes in Rakudo::Iterator, part 3 |
16:26 | |||||||||||||||||||||||||||||||||||||
rakudo/post-release-2018.08: 1f44d169dd | (Elizabeth Mattijsen)++ | src/core/BagHash.pm6 Don't close over anonymous classes in BagHash |
|||||||||||||||||||||||||||||||||||||||
rakudo/post-release-2018.08: 970fafc5cf | (Elizabeth Mattijsen)++ | src/core/CompUnit/Repository/Installation.pm6 Don't close over anonymous classes in C::U::Installation |
|||||||||||||||||||||||||||||||||||||||
16:27
fake_space_whale joined
16:28
p6bannerbot sets mode: +v fake_space_whale
16:59
diakopter joined,
p6bannerbot sets mode: +v diakopter
|
|||||||||||||||||||||||||||||||||||||||
lizmat | afk& | 17:04 | |||||||||||||||||||||||||||||||||||||
17:10
x[LGWs4x4i]uG2N0 left
17:14
x[LGWs4x4i]uG2N0 joined,
p6bannerbot sets mode: +v x[LGWs4x4i]uG2N0
17:15
stmuk_ joined
17:16
p6bannerbot sets mode: +v stmuk_
17:17
stmuk left
18:15
benjikun joined,
p6bannerbot sets mode: +v benjikun
|
|||||||||||||||||||||||||||||||||||||||
stmuk_ | 18:53 | ||||||||||||||||||||||||||||||||||||||
19:29
robertle left
19:31
brrt joined
19:32
p6bannerbot sets mode: +v brrt
19:39
fake_space_whale left
20:18
brrt left
20:46
diakopter left
20:49
dct joined,
p6bannerbot sets mode: +v dct
21:09
pmurias left
21:12
pmurias joined
21:13
p6bannerbot sets mode: +v pmurias
22:17
pmurias left
23:59
dct left
|