Aleks-Daniel Jakimenko-Aleksejev
Aleks-Daniel Jakimenko-Aleksejev
The leakage was reported in [RT #131879](https://rt.perl.org/Ticket/Display.html?id=131879), and right now it is fixed in a way that it does not leak as much anymore. The memory usage increases if you...
- [x] Quotable does not work (and was not working for a while): [RT #131961](https://rt.perl.org/Ticket/Display.html?id=131961) Greppable has a problem with it also, but it is more or less usable.
[RT #131961](https://rt.perl.org/Ticket/Display.html?id=131961) is resolved, waiting for the next bug to appear now.
- [x] Well, didn't have to wait for too long. Most bots can't pass their tests, I don't know why yet. Things seem to hang.
- [x] Possibly it's [RT #132030](https://rt.perl.org/Ticket/Display.html?id=132030).
Well, I guess it's not. Things are still broken though.
- [x] Also, we're stuck with non-HEAD version of rakudo because of [RT #132191](https://rt.perl.org/Ticket/Display.html?id=132191). See also https://github.com/zoffixznet/perl6-IRC-Client/issues/51.
OK, [RT #132191](https://rt.perl.org/Ticket/Display.html?id=132191) turned out to be an issue in IRC-Client (it was relying on a rakudo bug). Now there are at least two other problems. Bisectable fails with this...
Ah OK, the ‘_’ test is an issue in whateverable. Nevermind that. Why does it fail in the first place is beyond me however.
- [x] So, to make this clear, the tests are still failing. It simply stops dead when performing these tests: https://github.com/perl6/whateverable/blob/e9ccebadca9a44e4a27a2325737308828568786b/t/bisectable.t#L165-L170 The code involves a lot of calls to [Text::Diff::Sift4](https://github.com/MasterDuke17/Text-Diff-Sift4)...