00:08 librasteve_ left
Geth nqp/nqpterminal: c7824fc595 | ab5tract++ | tools/templates/MOAR_REVISION
revise nqp
05:46
nqp/nqpterminal: 845cbec3a2 | ab5tract++ | 7 files
Add NQPTerminal

This is a simplified port of Terminal::ANSI to NQP.
The goal is to have a substrate for (ANSI) standardized terminal interactions available directly in Rakudo core.
This can then be wired up via a Rakudo-level library that provides a slightly nicer abstraction layer.
09:42 sena_kun joined 10:07 sena_kun left
Geth POFile/main: d2e5b48156 | (Elizabeth Mattijsen)++ | 20 files
CI test for release as Raku Community module
12:01
POFile/main: 26ed9d6816 | (Elizabeth Mattijsen)++ | 6 files
0.8
12:05
12:07 nine left, nine joined
[Coke] ab5tract: intetional to remove those .gitignores? 12:27
Geth ECMA262Regex/main: 3ba04d69f6 | (Elizabeth Mattijsen)++ | 12 files
CI test for release as Raku Community module
12:31
ECMA262Regex/main: 5e62ac1f3c | (Elizabeth Mattijsen)++ | 4 files
Make sure we do the correct CI testing
12:34
ECMA262Regex/main: 37dea1d051 | (Elizabeth Mattijsen)++ | 3 files
1.2
12:37
JSON-Mask/main: 356ff44a1e | (Elizabeth Mattijsen)++ | 23 files
CI test for release as Raku Community module
13:02
JSON-Mask/main: f24c680b1e | (Elizabeth Mattijsen)++ | Changes
1.0
13:04
ab5tract [Coke]: nope! Thanks for the heads up 13:11
Geth Badger/main: d42f71f2d6 | (Elizabeth Mattijsen)++ | 19 files
CI test for release as Raku Community module
13:35
Badger/main: d113936bd8 | (Elizabeth Mattijsen)++ | 2 files
Don't report failing Windows CI for now
13:38
Badger/main: 7db11514b4 | (Elizabeth Mattijsen)++ | 4 files
1.2.0
13:43
App-MoarVM-Debug/main: d46b1741f2 | (Elizabeth Mattijsen)++ | 18 files
CI test for release as Raku Community module
14:26
App-MoarVM-Debug/main: c11107d010 | (Elizabeth Mattijsen)++ | 2 files
0.1.0
14:30
lizmat timo: ^^
afk for a few hours&
Geth rakudo/main: dc03425027 | (Elizabeth Mattijsen)++ | src/core.c/REPL.rakumod
Remove the auto-wrapping rlwrap hack

It was interfering with the usage of "repl" as a sub, and it appears a better solution is in the works
17:45
App-MoarVM-Debug/main: 5859b2886a | (Elizabeth Mattijsen)++ | 7 files
0.1.1
19:21
19:26 sjn left 19:28 sjn joined
Geth nqp/nqpterminal: ec0cb94419 | ab5tract++ | 3 files
Add Color and Input modules
19:30
timo is the :$since argument to PrecompRepo load methods actually passed anywhere? 20:07
Geth nqp/nqpterminal: 30040b0ee7 | ab5tract++ | 2 files
Add color-name lookup routine
20:14
timo that's apparently unrelated to the problem i'm seeing 20:33
20:46 finanalyst joined
timo so, here's build outputs of some of the involved packages with RMD output, plus a summary of what i think is going wrong at the top: gist.github.com/timo/aec874bd7843b...aaec3a0583 20:50
in short, when building one package, it's complaining that it can't find one dependency of a package it's loading (in other words, a transitive dependency), and then it precompiles that transitive dependency's source anew, and it becomes part of the new package, and because it's the same file in two different packages now, they cannot be installed at the same time 20:52
but in the RMD output you can see that package being loaded, then later it says it can't find that package
21:07 sena_kun joined
ugexe timo: re :since I think the answer is it is unused now. see github.com/rakudo/rakudo/commit/ff...f3062a210c 22:28
23:01 sena_kun left 23:12 finanalyst left
timo ah nice. there used to be a patch applied to debian's rakudo that turned > into >= so that the same time stamp would be acceptable as well, not just a strictly greater one 23:20
but yeah, i realized a little later that the thing that caused re-precompilation here was the inability to find the dependency, and not the timestamp or checksum 23:21