< bitcoin-git>
[bitcoin] luke-jr opened pull request #15928: GUI: Move QRImageWidget to its own qrencoder file-pair (master...split_qrencoder) https://github.com/bitcoin/bitcoin/pull/15928
< michagogo>
Was there a depends bump from rc4 to final? o_O
< michagogo>
Not seeing anything like that in `git diff`, but it’s rebuilding Qt…
< gwillen>
achow101: I couldn't help but notice 1ac17cab41...9c4a76e952 wallet-of-the-glorious-future -> achow/wallet-of-the-glorious-future (forced update)
< gwillen>
I hope the branch lives up to its name ;-)
< wumpus>
michagogo: no, there was no other change than a configure.ac bump from rc4 to final
< michagogo>
That’s what I saw as well
< michagogo>
But now I’m wondering why it’s apparently rebuilding depends
< michagogo>
My last build on that machine was definitely rc4
< wumpus>
that's strange, really don't know, afaik it also doesn't log why it decides to rebuild the depends
< wumpus>
harding: thanks!
< luke-jr>
gwillen: lol
< wumpus>
jnewbery: fair enough, though, I still think adding all kinds of test-specific flags to bitcoind is not that great
< luke-jr>
gwillen: I notice it's the future that is glorious, not the wallet XD
< hebasto>
Could merged #15696 cause Travis timeout?
< instagibbs>
anyone ever see reports of QT copying text not working after running for a while? Seems to happen to me quite a bit on ubuntu at least
< cfields>
instagibbs: yup
< cfields>
gitian builders: detached sigs for 0.18.0 are pushed!
< cfields>
instagibbs: I always chalked it up to battles between X and klipper (or whatever gnome's clipboard is). It's never been clear to me how those things interact.
< instagibbs>
got it, ok knowing im not alone is half the battle
< instagibbs>
;)
< phantomcircuit>
instagibbs, x has like 4 different clipboards to make things even better
< gmaxwell>
Emacs has more
< sipa>
pastebin wins
< luke-jr>
phantomcircuit: I only knew about 2
< gmaxwell>
two copy paste buffers is <3
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #15933: Make chain state immutable outside of validation (master...1905-immVal) https://github.com/bitcoin/bitcoin/pull/15933
< phantomcircuit>
i have no ideam what the last is but the first two are usually used by terminal programs and the clipboard used by gui programs
< luke-jr>
eh? isn't primary=clipboard, and secondary=buffer-cut?
< luke-jr>
secondary/buffer-cut is what happens when you select something
< luke-jr>
wumpus: re #15928, I can rename, but my thought at the time was that there might be other QR encoder classes in the future. Having thought about it, I can't think of any use cases for such.