Geth roast/ugexe/run-with-tty-socket-stdin: 3a221bcd46 | (Nick Logan)++ | packages/Test-Helpers/lib/Test/Util.rakumod
Feed run-with-tty's script stdin from a file handle

A Proc's stdin pipe is a socketpair on MacOS, where `script` does a tcgetattr on its standard input and exits with "Operation not supported on socket" before running the command at all. The Proc returned by closing the input handle was then sunk, and since the exit code was nonzero the sink threw, aborting the entire test file instead of ... (9 more lines)
00:09
roast: ugexe++ created pull request #891:
Feed run-with-tty's script stdin from a file handle
00:11
rakudo: ugexe++ created pull request #6260:
Keep operator wraps from leaking outside their test
00:24
05:49 hurufu joined 06:04 hurufu left 06:32 rnddim joined, ShimmerFairy left 06:45 rnddim is now known as ShimmerFairy 08:02 vrurg joined 08:03 vrurg_ left 08:38 sjn joined
Geth roast: b2cbe8a42e | (Nick Logan)++ (committed using GitHub Web editor) | packages/Test-Helpers/lib/Test/Util.rakumod
Feed run-with-tty's script stdin from a file handle

A Proc's stdin pipe is a socketpair on MacOS, where `script` does a tcgetattr on its standard input and exits with "Operation not supported on socket" before running the command at all. The Proc returned by closing the input handle was then sunk, and since the exit code was nonzero the sink threw, aborting the entire test file instead of ... (9 more lines)
09:10
09:13 [Coke] left 09:45 [Coke] joined 11:53 sjn left 12:29 sjn joined
Geth rakudo/main: 103a4c33c4 | (Nick Logan)++ | 3 files
RakuAST: iterate from-loop bodies in BEGIN-time initializers

A `while`/`repeat-while` loop inside `constant X = do { ...; loop; ... }` emits as a `Seq.from-loop(...)` callmethod. Two gaps prevented the body from running at BEGIN time:
  * The repeat flag was dropped, so a repeat-while dispatched to the plain
... (16 more lines)
13:33
rakudo/main: 43674690ba | (Nick Logan)++ (committed using GitHub Web editor) | 3 files
Merge pull request #6245 from ugexe/ugexe/rakuast-from-loop-begin-time

RakuAST: iterate from-loop bodies in BEGIN-time initializers
rakudo: ugexe++ created pull request #6261:
Key precompilation stores per compiler frontend
13:40
16:17 hurufu joined 18:52 hurufu left 23:20 librasteve_ left