< gwillen> where does appveyor/msbuild get dependency/link information from?
< gwillen> Does it use something other than the Makefiles?
< gwillen> (if I'm seeing a link error that _only_ happens on appveyor, not Travis, what does that mean?)
< sipa> gwillen: i have no idea
< gwillen> there is a build_msvc/msvc-autogen.py script that appears to scrape them from the Makefiles and make visual studio projects
< gwillen> it looks like this may be a bug in that script, possibly it was not updated when something got refactored in how the build was done
< gwillen> curiously, it looks like the generated vcxproj files are BOTH checked-in AND .gitignored, which is not a usual configuration
< gwillen> so the script failing to regenerate one of them means that the stale one is used
< fanquake> gwillen There's some discussion in #17287, if you want to "fix" that somehow feel free.
< gribble> https://github.com/bitcoin/bitcoin/issues/17287 | Git ignore policy in build_msvc directory . Issue #17287 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] sipa opened pull request #18086: Accurately account for mempool index memory (master...201910_accounting_allocator) https://github.com/bitcoin/bitcoin/pull/18086
< gwillen> fanquake: aha, thanks, I probably don't want to touch it at all :D but it's helpful to have context about it
< gwillen> it looks like the right thing for me to do is just update the bitcoin-qt windows dependencies in the checked-in msvc project file by hand, it looks like actually the script does not know how to rebuild that one anyway
< bitcoin-git> [bitcoin] sipa opened pull request #18087: Get rid of VARINT default argument (master...202002_novarintvarmacro) https://github.com/bitcoin/bitcoin/pull/18087
< bitcoin-git> [bitcoin] fanquake opened pull request #18088: build: ensure we aren't using GNU extensions (master...no_gnu_extensions) https://github.com/bitcoin/bitcoin/pull/18088
< bitcoin-git> [bitcoin] thorie7912 opened pull request #18089: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/18089
< bitcoin-git> [bitcoin] thorie7912 closed pull request #18089: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/18089
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #18091: Qt: pass clientmodel changes from walletframe to walletviews (master...2020/02/missing_clientmodel) https://github.com/bitcoin/bitcoin/pull/18091
< bitcoin-git> [bitcoin] moniquejank opened pull request #18093: Controlling und die Scheidung ist eine Empfangsbestatigung fur die PO... (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18093
< bitcoin-git> [bitcoin] thorie7912 opened pull request #18094: Split blocks into multiple dirs (master...split_blocks_into_multiple_dirs) https://github.com/bitcoin/bitcoin/pull/18094
< emilengler> Can someone close #18093? It is a junk PR
< gribble> https://github.com/bitcoin/bitcoin/issues/18093 | Controlling und die Scheidung ist eine Empfangsbestatigung fur die PO... by moniquejank . Pull Request #18093 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] sipa closed pull request #18093: Controlling und die Scheidung ist eine Empfangsbestatigung fur die PO... (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18093
< hebasto> jonasschnelli: mind looking in #18051 ?
< gribble> https://github.com/bitcoin/bitcoin/issues/18051 | build: Fix behavior when ALLOW_HOST_PACKAGES unset by hebasto . Pull Request #18051 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] uhliksk opened pull request #18095: Fix crashes and infinite loop in ListWalletDir() (master...master) https://github.com/bitcoin/bitcoin/pull/18095
< bitcoin-git> [bitcoin] nothingmuch opened pull request #18096: doc: IsFinalTx comment about nSequence & OP_CLTV (master...nLockTime-comment) https://github.com/bitcoin/bitcoin/pull/18096
< jeremyrubin> I accidentally pushed a checktemplateverify branch to bitcoin/bitcoin if someone wants to delete it
< jeremyrubin> trying to get CTV and Taproot onto a common root commit has kinda made my life hell
< jeremyrubin> My git-fu isn't that strong, but Taproot seems almost *impossible* to work with in git for rebase workflows
< jeremyrubin> it's not super clear to me what branch Taproot was actually based on? Was master ever in the state of taproot~19?
< jeremyrubin> sipa: ^^^
< jeremyrubin> from taproot~19 I can't even pull in master without merge conflict
< jeremyrubin> because of build_msvc/bitcoin_config.h