< luke-jr>
hmm, I thought there was another one too
< luke-jr>
wumpus: re Ubuntu Focal - no issues updating the PPA for 0.19 at least (though I did need to rework the qt4 stuff for older versions because Focal has no package at all)
< luke-jr>
tfw your btrfs is so slow it takes this long to grep IRC logs
< luke-jr>
I guess 18287 is the only one that stood out so far
< luke-jr>
probably not a blocker
< wumpus>
good to know, oh so qt4 is finally gone :)
< luke-jr>
I suspect RHEL still has it
< luke-jr>
but can't be bothered to check
< luke-jr>
I still have it for KOrganizer and KAddressBook, but I'll probably be migrating to Qt3 for those :P
< luke-jr>
(nowadays aka TQt)
< wumpus>
I've tagged #18287 for backport to 0.20, seems it makes sense to include it (though it doesn't warrant 0.20.0rc2 in itself, and doesn't have any ACKs right now to be merged)
< wumpus>
lol did they still not upgrade those to qt5?
< luke-jr>
they did, but they're absurd
< luke-jr>
requires MySQL
< luke-jr>
and WebEngine
< wumpus>
fbreader stuck a long time with qt4 too, but i guess that must have changed
< wumpus>
now that seems overkill for desktop applications
< luke-jr>
I'm definitely not putting any javascript garbage on my workstation, so upgrading to KDE PIM 5 is out of the question for me
< luke-jr>
even if it works (which it didn't last I tried it)
< midnight>
Really appreciate the meeting brevity fwiw
< midnight>
(: not for any personal reason, just appreciate such things in general and wish more in-person meetings I'm stuck with had half the awesome.
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18751: doc: Explain why GetRandMicros must not be templated (master...2004-docGetRandMicros) https://github.com/bitcoin/bitcoin/pull/18751
< fanquake>
I’ve seen at least one deadlock at shutdown, although not 100% if it’s in 0.20 because I was running master.
< sipa>
amiti: say you have a "static int VeryRandom() { return 4; }" in a header file... that would not be an error, because it means that every translation unit with that header in it gets its *own* copy of VeryRandom (which doesn't get exported out of the translation unit)
< sipa>
(outside of a class)
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18752: test: Fix intermittent error in mempool_reorg (master...2004-qaMempoolReorg) https://github.com/bitcoin/bitcoin/pull/18752
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18753: test: Fix intermittent failure in wallet_importmulti (master...2004-testFixInIm) https://github.com/bitcoin/bitcoin/pull/18753