06:21 disbot3 left, disbot4 joined 08:25 apogee_ntv left 08:37 apogee_ntv joined
Geth rakudo/main: a8235075ee | (Elizabeth Mattijsen)++ | src/core.e/Formatter.rakumod
Fix 6.e sprintf %b formatting to be C-compatible

This brings the sprintf formatting completely in line with sprintf features found in C. Note that this is different from some of the
  "features" / bugs in the legacy grammar based implementation. But
these changes are really in the nooks and crannies of sprintf format handling. ... (15 more lines)
13:31
roast: c0b6a4f9ac | (Elizabeth Mattijsen)++ | 2 files
Update 6.e tests of sprintf %b formatting

A lot of tests were just simply not adhering to the sprintf C standard. They now are.
13:33
roast: c0b6a4f9ac | (Elizabeth Mattijsen)++ | 2 files
Update 6.e tests of sprintf %b formatting

A lot of tests were just simply not adhering to the sprintf C standard. They now are.
13:34 Geth left, Geth joined
lizmat kicked Geth just in case: 2nd time this week it reported a commit twice 13:34
ab5tract ugexe: I am a bit surprised that the Zef installation issues weren’t fixed as fallout from all the patches you put into place 16:27
Geth roast: 6f15006797 | (Elizabeth Mattijsen)++ | 2 files
Update 6.e tests of sprintf %x formatting

A lot of tests were just simply not adhering to the sprintf C standard. They now are.
16:39
lizmat m: sub a(uint $a) { dd $a }; a -42 # meh 16:59
evalable6 -42
lizmat m: my uint $a = -42; dd $a 17:01
evalable6 18446744073709551574
lizmat is not looking forward working on the binder
Geth rakudo/main: ec26e96f29 | (Elizabeth Mattijsen)++ | src/core.e/Formatter.rakumod
Make 6.e sprintf %u format compatible with C

The %u format ignores the " " and "+" flags
17:07
roast: 8e67299fe0 | (Elizabeth Mattijsen)++ | 2 files
Update 6.e tests of sprintf %u formatting

Actually, the tests were ok already: this just basically added some internal debug info and made sure that the test is run
17:10