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. |
|||||||||||||||||||||||||||||||||||||||
Geth | rakudo: ugexe++ created pull request #2559: Add naive $*DISTRIBUTION implementation |
01:34 | |||||||||||||||||||||||||||||||||||||
02:15
evalable6 left
02:16
evalable6 joined,
ChanServ sets mode: +v evalable6,
p6bannerbot sets mode: +v evalable6
03:49
ufobat___ joined,
p6bannerbot sets mode: +v ufobat___
03:53
ufobat_ left
07:35
evalable6 left,
unicodable6 left,
squashable6 left,
bisectable6 left,
bloatable6 left,
nativecallable6 left,
reportable6 left,
statisfiable6 left,
committable6 left,
releasable6 left,
shareable6 left,
undersightable6 left,
greppable6 left,
notable6 left,
quotable6 left,
benchable6 left,
coverable6 left,
committable6 joined
07:36
shareable6 joined,
ChanServ sets mode: +v shareable6,
releasable6 joined,
ChanServ sets mode: +v releasable6,
bloatable6 joined,
p6bannerbot sets mode: +v committable6,
squashable6 joined,
ChanServ sets mode: +v squashable6,
p6bannerbot sets mode: +v shareable6,
p6bannerbot sets mode: +v releasable6,
evalable6 joined,
p6bannerbot sets mode: +v bloatable6
07:37
p6bannerbot sets mode: +v squashable6,
statisfiable6 joined,
p6bannerbot sets mode: +v evalable6,
notable6 joined,
ChanServ sets mode: +v notable6
07:38
coverable6 joined,
p6bannerbot sets mode: +v statisfiable6,
p6bannerbot sets mode: +v notable6,
quotable6 joined,
ChanServ sets mode: +v quotable6,
p6bannerbot sets mode: +v coverable6
07:39
reportable6 joined,
ChanServ sets mode: +v reportable6,
p6bannerbot sets mode: +v quotable6,
undersightable6 joined,
benchable6 joined,
unicodable6 joined,
bisectable6 joined,
nativecallable6 joined
07:40
p6bannerbot sets mode: +v reportable6,
p6bannerbot sets mode: +v undersightable6,
p6bannerbot sets mode: +v benchable6,
p6bannerbot sets mode: +v unicodable6,
greppable6 joined,
ChanServ sets mode: +v greppable6,
p6bannerbot sets mode: +v bisectable6,
p6bannerbot sets mode: +v nativecallable6
07:41
p6bannerbot sets mode: +v greppable6
|
|||||||||||||||||||||||||||||||||||||||
Geth | rakudo: c07cfe7af7 | (Aleks-Daniel Jakimenko-Aleksejev)++ | docs/release_guide.pod Claim next release |
07:50 | |||||||||||||||||||||||||||||||||||||
08:32
epony left
|
|||||||||||||||||||||||||||||||||||||||
lizmat | Files=1261, Tests=86370, 378 wallclock secs (18.85 usr 5.87 sys + 2709.53 cusr 220.81 csys = 2955.06 CPU) | 09:19 | |||||||||||||||||||||||||||||||||||||
^^^ not sure if this is significant or some fluke, but way worse than yesterday at 341 :-( | |||||||||||||||||||||||||||||||||||||||
09:48
epony joined,
p6bannerbot sets mode: +v epony
13:40
pmurias joined,
p6bannerbot sets mode: +v pmurias
|
|||||||||||||||||||||||||||||||||||||||
pmurias | is there a list of stuff that changed for v6.d somewhere? | 13:40 | |||||||||||||||||||||||||||||||||||||
yoleaux | 21 Dec 2018 02:54Z <SmokeMachine> pmurias: I’m getting 404 for 6pad | ||||||||||||||||||||||||||||||||||||||
pmurias | SmokeMachine: re 6pad weird, I can load it | 13:41 | |||||||||||||||||||||||||||||||||||||
13:57
pmurias left
14:00
pmurias joined,
p6bannerbot sets mode: +v pmurias
|
|||||||||||||||||||||||||||||||||||||||
Geth | roast: 4601459e9d | (Paweł Murias)++ | S02-literals/quoting.t [js] Fudge q:x, qq:x in the browser |
14:05 | |||||||||||||||||||||||||||||||||||||
roast: 1080587f3c | (Paweł Murias)++ | 3 files [js] Skip stuff that doesn't work in the browser |
|||||||||||||||||||||||||||||||||||||||
14:14
pmurias left
14:23
pmurias joined,
p6bannerbot sets mode: +v pmurias
|
|||||||||||||||||||||||||||||||||||||||
[Tux] |
|
15:06 | |||||||||||||||||||||||||||||||||||||
15:14
klapperl left
15:45
klapperl joined
15:46
p6bannerbot sets mode: +v klapperl
16:07
pmurias left
16:08
pmurias joined,
p6bannerbot sets mode: +v pmurias
16:12
Ven`` joined
16:13
p6bannerbot sets mode: +v Ven``
16:22
Ven`` left
17:35
pmurias left
17:36
pmurias joined,
p6bannerbot sets mode: +v pmurias
|
|||||||||||||||||||||||||||||||||||||||
pmurias | should I add BINARY_ENDIAN_LITTLE etc constants? | 18:27 | |||||||||||||||||||||||||||||||||||||
18:29
pmurias left
18:34
pmurias joined,
p6bannerbot sets mode: +v pmurias
19:24
pmurias left
19:26
pmurias joined,
pmurias left
19:27
pmurias joined,
p6bannerbot sets mode: +v pmurias,
pmurias left
19:32
pmurias joined,
p6bannerbot sets mode: +v pmurias
|
|||||||||||||||||||||||||||||||||||||||
pmurias | nine: why are we using magic numbers for nqp::write* ops instead of constants? | 19:38 | |||||||||||||||||||||||||||||||||||||
nine | pmurias: because constants were painfully slow | 19:49 | |||||||||||||||||||||||||||||||||||||
Need to fix the compiler first to make those actual constants instead of stash lookups | 19:50 | ||||||||||||||||||||||||||||||||||||||
pmurias | nine: you mean at runtime? | 20:35 | |||||||||||||||||||||||||||||||||||||
$qastcomp.as_mast(QAST::IVal.new( :value(%const_map{$op.name}) ) - isn't there something like this in the compiler? | 20:40 | ||||||||||||||||||||||||||||||||||||||
nine: or do you mean compiling NQP takes too long? | 21:06 | ||||||||||||||||||||||||||||||||||||||
disregard that last question | 21:07 | ||||||||||||||||||||||||||||||||||||||
21:19
AlexDaniel left
21:36
AlexDaniel joined,
p6bannerbot sets mode: +v AlexDaniel
21:40
pmurias left
21:44
pmurias joined,
p6bannerbot sets mode: +v pmurias
21:48
pmurias left
|
|||||||||||||||||||||||||||||||||||||||
Geth | nqp/master: 5 commits pushed by (Paweł Murias)++ | 21:51 | |||||||||||||||||||||||||||||||||||||
21:52
pmurias joined,
p6bannerbot sets mode: +v pmurias
22:21
pmurias left
22:23
pmurias joined,
p6bannerbot sets mode: +v pmurias,
pmurias left
22:28
pmurias joined,
p6bannerbot sets mode: +v pmurias
|
|||||||||||||||||||||||||||||||||||||||
AlexDaniel | huggable: advent | 22:49 | |||||||||||||||||||||||||||||||||||||
huggable | AlexDaniel, Sign up to write an Advent blog post: github.com/perl6/advent/blob/maste...8/schedule | ||||||||||||||||||||||||||||||||||||||
AlexDaniel | Note that best results are obtained when your text paras are one | 22:50 | |||||||||||||||||||||||||||||||||||||
long line. | |||||||||||||||||||||||||||||||||||||||
oh come on! Even that sentence is not long line | |||||||||||||||||||||||||||||||||||||||
:) | |||||||||||||||||||||||||||||||||||||||
23:04
ufobat___ left
|
|||||||||||||||||||||||||||||||||||||||
AlexDaniel | ah yeah… the lines are all wrong | 23:11 | |||||||||||||||||||||||||||||||||||||
timotimo: wanna give it a read before it goes public? :) | 23:16 |