Geth rakudo: ugexe++ created pull request #6293:
RakuAST: Resolve a package lookup or call through a runtime lexical
00:31
rakudo: ugexe++ created pull request #6295:
RakuAST: Type an attribute initializer's $_ as Mu
02:01
rakudo: ugexe++ created pull request #6296:
RakuAST: Don't fatalize a flattening call argument
02:40
05:58 hurufu joined 07:03 hurufu left 08:39 patrickb left, patrickb joined 08:49 finanalyst joined 09:48 hurufu joined 10:10 finanalyst left 10:38 Geth left, Geth joined 10:44 Geth left
lizmat Argh... I borked Geth 10:46
10:55 RakuBot joined, RakuBot left 10:56 RakuBot joined 10:57 RakuBot left 11:02 Geth joined 11:03 Geth left 11:08 Geth joined 11:09 Geth left, Geth joined 11:53 Geth left 11:56 Geth joined 12:42 Geth left, Geth joined
[Coke] OK, the run hung trying to generate failures.md, let it run over night, just killed it just now and pushed the last of the blin output 14:04
looks like issues in 345 modules (many of which we now have PRs for)
getting close to one week before release, another mainline blin run - do we have a plan for what's left to merge before that run? 14:10
I can start it any time, sunday latest. 14:11
15:33 Geth joined 15:50 hurufu left 16:40 hurufu joined
Geth rakudo/main: 666b5cf32e | (Nick Logan)++ | 2 files
RakuAST: Type an attribute initializer's $_ as Mu

An attribute with a default value outside Any, such as
  `has Junction $.c = all()`, died at construction with "Type check
failed in binding to parameter '$_'; expected Any but got Junction". The generated initializer method binds the attribute's current value to
  $_, but RakuAST left $_ untyped so it defaulted to Any, which a Junction
... (8 more lines)
17:11
rakudo/main: a142061ec8 | (Nick Logan)++ (committed using GitHub Web editor) | 2 files
Merge pull request #6295 from ugexe/ugexe/rakuast-junction-attribute-default

RakuAST: Type an attribute initializer's $_ as Mu
ugexe gonna need that one for a different fix when i get off work later 17:12
18:09 hurufu left
Geth rakudo: ugexe++ created pull request #6298:
RakuAST: Fix enum declaration with a non string key
20:04
rakudo: ugexe++ created pull request #6299:
RakuAST: Interpolate a non string constant into a regex
20:31
rakudo/main: 6ce9c0b6e2 | (Nick Logan)++ | 3 files
RakuAST: Compile a non-interpretable BEGIN-time trait argument

A trait applied with a WhateverCode argument, like `is foo(*.flip)`, died at BEGIN with "BEGIN time calls only supported for simple constructs". A WhateverCode argument cannot be interpreted, so the trait call took the fallback branch, which had two latent bugs no prior path exercised: it called `RakuAST::Call::Term.new($args)` (the ... (9 more lines)
21:42
rakudo/main: f25d6a249e | (Nick Logan)++ (committed using GitHub Web editor) | 3 files
Merge pull request #6294 from ugexe/ugexe/rakuast-begin-time-whatevercode-arg

RakuAST: Compile a non-interpretable BEGIN-time trait argument
rakudo: ugexe++ created pull request #6300:
RakuAST: Declare a regex capture lexical in a BEGIN-time argument
22:47
rakudo: ugexe++ created pull request #6301:
Make .return check the routine it actually returns from
22:56
ugexe i'll be away until monday 22:57