--- Log opened Fri Sep 07 00:00:02 2018 00:01 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 00:03 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 272 seconds] 00:10 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-core-dev 00:21 -!- setpill [~setpill@unaffiliated/setpill] has quit [Quit: o/] 00:23 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-core-dev 00:26 -!- JackH [~laptop@host86-182-8-23.range86-182.btcentralplus.com] has quit [Quit: Leaving] 00:26 -!- spinza [~spin@155.93.246.187] has quit [Ping timeout: 240 seconds] 00:30 -!- kabaum [2e3b0d23@h-13-35.A163.priv.bahnhof.se] has joined #bitcoin-core-dev 00:36 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 00:40 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 250 seconds] 00:45 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 00:45 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-jfqivukgqnzoxpzu] has joined #bitcoin-core-dev 00:50 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 00:50 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 240 seconds] 01:04 -!- ppaqmj [~ppaqmj@HSI-KBW-37-49-66-60.hsi14.kabel-badenwuerttemberg.de] has left #bitcoin-core-dev [] 01:12 -!- waxwing [~waxwing@unaffiliated/waxwing] has joined #bitcoin-core-dev 01:13 -!- giaki3003 [~giaki3003@host168-248-dynamic.245-95-r.retail.telecomitalia.it] has joined #bitcoin-core-dev 01:13 < giaki3003> Hello! I would like to have some more info on the debug executables Gitian spits out at the end of each build. How are they used? 01:35 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 01:46 < jonasschnelli> giaki3003: they are compiled with debug flags... 01:47 -!- kabaum [2e3b0d23@h-13-35.A163.priv.bahnhof.se] has left #bitcoin-core-dev [] 01:47 < jonasschnelli> giaki3003: sorry,... more specific: the symbols are available there... gitian compiles with -O2 -g 01:48 < jonasschnelli> The non debug binaries go though contrib/devtools/split-debug.sh 01:49 < giaki3003> Okay, so are they meant to be used with the visual studio debugger? Or something like gdb? 01:49 < jonasschnelli> I'm not familiar with visual studio... but gdb, yes. 01:50 < jonasschnelli> I guess you can also symbolicate a stack trace with the non-debug version if you have the deterministic built debug version of the same build 01:51 < giaki3003> Great, because reading around I saw dbg files popped up as visual studio debugger files 02:25 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 02:49 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 02:52 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds] 03:04 < luke-jr> I doubt Visual Studio can use them 03:20 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 03:20 < fanquake> wumpus can you have a look at https://github.com/bitcoin-core/univalue/pull/11 03:21 < giaki3003> Thanks for the info 03:22 < giaki3003> Gdb complains about the .dbg files not being executable, already set 775 perms so not sure what is wrong 03:22 < giaki3003> What do you usually use for debugging? 03:24 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 03:34 -!- Aaronvan_ is now known as AaronvanW 03:38 < wumpus> phantomcircuit: no, LogPrintf is not deprecated. 03:38 < wumpus> please, don't do so, either 03:40 * wumpus still remembers in the old bitcoin source, satoshi had remapped 'printf' with a macro, now that was confusing, but we should make a habit of switching around log function names that just adds to cognitive load 03:41 < wumpus> fanquake: yep! 03:46 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Ping timeout: 272 seconds] 03:49 -!- Sentineo [~Undefined@unaffiliated/sentineo] has joined #bitcoin-core-dev 03:52 < _flow_> wumpus: jonasschnelli: regarding https://github.com/bitcoin/bitcoin/pull/13621 again: I looked into adding further tests for this, but the tests that I already re-enabled (https://github.com/bitcoin/bitcoin/pull/13621/files#diff-2a344479dbbded9df5d6a4abde2cd48cL60) are exaclty what my PR tries to fix. The issue the PR addresses was the reason those tests got disabled in the first place. Anything 03:52 < _flow_> else I could do to help getting the PR merged? 03:53 -!- Krellan [~Krellan@2601:640:4000:9258:49c4:aa76:60d:9651] has quit [Read error: Connection reset by peer] 03:53 -!- Krellan [~Krellan@2601:640:4000:9258:49c4:aa76:60d:9651] has joined #bitcoin-core-dev 03:59 -!- giaki3003 [~giaki3003@host168-248-dynamic.245-95-r.retail.telecomitalia.it] has quit [Read error: Connection reset by peer] 03:59 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 04:00 < wumpus> _flow_: will have a look 04:01 < wumpus> yes, I'm somewhat scared of that one 04:02 < _flow_> wumpus: Since I have looked at how bitcoind assembles its configuration and touched the code, I fully understand 04:03 < _flow_> The main issue is that the configuration is not assembled first and then validated, some things happen here and there 04:03 < wumpus> so as I've probably said in the PR, the reason no one dares to touch this stuff is because there are no exhaustive tests for all cases users might be relying on in practice 04:03 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 04:03 < wumpus> if there were it would be easier to say that something is correct 04:04 < _flow_> yep, I hoped that re-activating previously disabled tests would be enough to green light my PR… 04:04 < wumpus> so in absence of me being truly convinced that this won't come back to haunt me later because someone's use-case broke, I'm kind of scared to touch it 04:05 < wumpus> I'm sorry to have to be like this, I really hate it too, but I want to be honest about it 04:05 < wumpus> yes, that does help ! 04:06 < _flow_> no worries :) 04:07 < wumpus> and if everyone else agrees this is an improvement I'm willing to merge it of course, but I just haven't been able to look at it in detail and I'm not, myself, convinced I can think through all impilcations of it now 04:09 < _flow_> wumpus: MarcoFalke disabled the tests, would surely be interesting to hear his thoughts 04:09 < wumpus> yes! 04:12 -!- jhfrontz [~Adium@cpe-184-57-118-36.columbus.res.rr.com] has joined #bitcoin-core-dev 04:13 < _flow_> I've pinged him in the PR. We'll see what happens. 04:13 -!- hashist [~hashist@89.160.185.147] has joined #bitcoin-core-dev 04:13 < wumpus> hopefully we can get this in soon, would be good to have the behavior fixed (without breaking anything else :-) ) 04:18 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 04:32 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has joined #bitcoin-core-dev 04:35 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 04:36 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has quit [Ping timeout: 252 seconds] 05:20 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has joined #bitcoin-core-dev 05:20 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 252 seconds] 05:26 -!- ExtraCrispy [~ExtraCris@67.215.11.12] has quit [Read error: Connection reset by peer] 05:28 -!- ExtraCrispy [~ExtraCris@67.215.11.12] has joined #bitcoin-core-dev 05:48 -!- dlb76 [~dlb76@unaffiliated/dlb76] has quit [Quit: .] 05:51 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Read error: Connection reset by peer] 05:51 -!- dlb76 [~dlb76@unaffiliated/dlb76] has joined #bitcoin-core-dev 05:52 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 05:59 -!- miknotauro [~miknotaur@187.207.79.62] has quit [Ping timeout: 245 seconds] 06:21 -!- Rootsudo [~textual@180.191.100.66] has quit [Quit: Textual IRC Client: www.textualapp.com] 06:28 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 06:56 -!- JackH [~laptop@host86-182-8-23.range86-182.btcentralplus.com] has joined #bitcoin-core-dev 07:03 -!- RubenSomsen [uid301948@gateway/web/irccloud.com/x-csjfojqklkxotsye] has quit [Quit: Connection closed for inactivity] 07:22 < BlueMatt> github support mailed back last night and said they've fixed the 500 issues 07:22 < BlueMatt> so folks should probably email them again if you still see them anywhere 07:23 < provoostenator> They mailed me as well and mine works again. 07:28 -!- farmerwampum [~farmerwam@104.129.28.114] has quit [Read error: Connection reset by peer] 07:48 < ken2812221> Hope that someone can review #14009, functional tests for Windows are enabled on Appveyor. 07:48 < gribble> https://github.com/bitcoin/bitcoin/issues/14009 | Simple refactoring: Common code for decoding of hex "objects" by domob1812 · Pull Request #14009 · bitcoin/bitcoin · GitHubAsset 1Asset 1 07:48 < ken2812221> wrong PR. should be #14007 07:48 < gribble> https://github.com/bitcoin/bitcoin/issues/14007 | tests: Run functional test on Windows and enable it on Appveyor by ken2812221 · Pull Request #14007 · bitcoin/bitcoin · GitHub 07:51 < phantomcircuit> wumpus, indeed 08:04 -!- hashist [~hashist@89.160.185.147] has left #bitcoin-core-dev ["Leaving"] 08:09 -!- Krellan [~Krellan@2601:640:4000:9258:49c4:aa76:60d:9651] has quit [Read error: Connection reset by peer] 08:10 -!- Krellan [~Krellan@2601:640:4000:9258:49c4:aa76:60d:9651] has joined #bitcoin-core-dev 08:14 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [] 08:19 -!- timothy [~tredaelli@redhat/timothy] has quit [Quit: Konversation terminated!] 09:01 -!- romanz [~roman@5.22.134.247] has joined #bitcoin-core-dev 09:04 -!- romanz [~roman@5.22.134.247] has quit [Client Quit] 09:04 -!- Krellan [~Krellan@2601:640:4000:9258:49c4:aa76:60d:9651] has quit [Ping timeout: 250 seconds] 09:09 -!- romanz [~romanz@5.22.134.247] has joined #bitcoin-core-dev 09:11 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 250 seconds] 09:13 -!- romanz [~romanz@5.22.134.247] has quit [Client Quit] 09:14 -!- romanz [~romanz@5.22.134.247] has joined #bitcoin-core-dev 09:14 -!- romanz [~romanz@5.22.134.247] has quit [Remote host closed the connection] 09:14 -!- romanz [~romanz@5.22.134.247] has joined #bitcoin-core-dev 09:15 -!- romanz [~romanz@5.22.134.247] has quit [Client Quit] 09:18 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 09:21 -!- grubles_ [~grubles@gateway/tor-sasl/grubles] has joined #bitcoin-core-dev 09:21 -!- romanz [~romanz@5.22.134.247] has joined #bitcoin-core-dev 09:22 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 244 seconds] 09:26 -!- Krellan [~Krellan@2601:640:4000:9258:49c4:aa76:60d:9651] has joined #bitcoin-core-dev 09:27 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 252 seconds] 09:32 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 09:33 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 09:34 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 09:37 -!- romanz [~romanz@5.22.134.247] has quit [Quit: Leaving] 09:38 -!- romanz [~romanz@5.22.134.247] has joined #bitcoin-core-dev 09:39 -!- romanz [~romanz@5.22.134.247] has quit [Client Quit] 09:40 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Read error: Connection reset by peer] 09:40 -!- romanz [~romanz@5.22.134.247] has joined #bitcoin-core-dev 09:41 -!- Zenton [~user@unaffiliated/vicenteh] has joined #bitcoin-core-dev 09:59 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 10:06 -!- RubenSomsen [uid301948@gateway/web/irccloud.com/x-thiwhebenmriafen] has joined #bitcoin-core-dev 10:07 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 10:25 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Quit: Leaving] 10:26 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 10:27 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 10:36 -!- ExtraCrispy [~ExtraCris@67.215.11.12] has quit [Remote host closed the connection] 10:37 -!- grubles_ [~grubles@gateway/tor-sasl/grubles] has quit [Quit: Leaving] 10:49 -!- Krellan [~Krellan@2601:640:4000:9258:49c4:aa76:60d:9651] has quit [Remote host closed the connection] 10:54 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 10:58 -!- jcorgan [~jcorgan@unaffiliated/jcorgan] has quit [Ping timeout: 252 seconds] 11:14 -!- polydin [~delphi@2602:306:b8b6:b970:d190:6410:2e87:9fae] has quit [Ping timeout: 240 seconds] 11:16 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 11:21 -!- grubles [~grubles@gateway/tor-sasl/grubles] has joined #bitcoin-core-dev 11:40 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 246 seconds] 11:42 < cfields> jonasschnelli: gentle detached sig reminder for 0.17.0rc3 11:43 < jonasschnelli> cfields: thanks.. will submit in a couple mins 11:44 < provoostenator> *SSHing into Gitian machine, fingers above enter key...* 11:45 * provoostenator bangs head on table 11:45 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 11:46 < cfields> jonasschnelli: no rush. I've already pushed mine. I have to head out soon, so feel free to merge and tag if you're comfortable. Otherwise I'll check later tonight. 11:46 -!- hebasto [~hebasto@195.60.70.234] has joined #bitcoin-core-dev 11:48 < jonasschnelli> cfields: https://github.com/bitcoin-core/bitcoin-detached-sigs/pull/12 11:52 < cfields> jonasschnelli: thanks! 11:59 < cfields> gitian builders: v0.17.0rc3 detached sigs are pushed 12:11 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 12:18 -!- plankers [~plank@c-98-238-141-78.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 12:22 < jl2012> is there a reason why it uses "!!" here?: https://github.com/bitcoin/bitcoin/blob/master/src/script/interpreter.cpp#L1106 12:23 < sipa> jl2012: no 12:24 < jl2012> sipa: I assume you wrote this? 12:25 < sipa> i believe i did 12:25 < sipa> i guess it was to make the conversion to a bool explicit 12:27 < jl2012> I see..... 12:27 < provoostenator> https://github.com/bitcoin/bitcoin/commit/f5857e5cb5fb03bee9c05d1dd6ba2621cac49179 12:29 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 12:30 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 12:30 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 12:47 -!- setpill [~setpill@unaffiliated/setpill] has quit [Quit: o/] 12:53 -!- RubenSomsen [uid301948@gateway/web/irccloud.com/x-thiwhebenmriafen] has quit [Quit: Connection closed for inactivity] 13:29 -!- promag [~promag@a89-153-198-202.cpe.netcabo.pt] has joined #bitcoin-core-dev 13:35 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 13:49 -!- miknotauro [~miknotaur@187.207.79.62] has joined #bitcoin-core-dev 14:06 -!- hebasto [~hebasto@195.60.70.234] has quit [Remote host closed the connection] 14:38 -!- masonicboom [~masonicbo@2600:8802:5501:17c0:690c:76a8:33a6:ccf] has joined #bitcoin-core-dev 14:44 -!- schmidty [~schmidty@unaffiliated/schmidty] has quit [Ping timeout: 260 seconds] 14:51 -!- promag [~promag@a89-153-198-202.cpe.netcabo.pt] has quit [Remote host closed the connection] 15:20 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 15:37 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 15:38 -!- miknotauro [~miknotaur@187.207.79.62] has quit [Ping timeout: 240 seconds] 15:38 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 15:45 -!- jhfrontz [~Adium@cpe-184-57-118-36.columbus.res.rr.com] has quit [Ping timeout: 240 seconds] 15:49 -!- jhfrontz [~Adium@cpe-184-57-118-36.columbus.res.rr.com] has joined #bitcoin-core-dev 16:06 -!- plankers [~plank@c-98-238-141-78.hsd1.ca.comcast.net] has quit [Quit: Leaving.] 16:18 -!- miknotauro [~miknotaur@187.207.79.62] has joined #bitcoin-core-dev 16:25 -!- profmac [~ProfMac@2001:470:1f0f:226:a0fd:309d:6cbb:4773] has quit [Ping timeout: 252 seconds] 16:33 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 244 seconds] 16:41 -!- jrayhawk [~jrayhawk@unaffiliated/jrayhawk] has quit [Quit: Changing server] 16:57 -!- miknotauro [~miknotaur@187.207.79.62] has quit [Ping timeout: 252 seconds] 16:59 -!- profmac [~ProfMac@72-48-98-98.dyn.grandenetworks.net] has joined #bitcoin-core-dev 17:10 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 17:11 -!- jrayhawk [~jrayhawk@unaffiliated/jrayhawk] has joined #bitcoin-core-dev 17:11 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 17:15 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has quit [Quit: drexl] 17:30 -!- IGHOR [~quassel@93.178.216.72] has quit [Quit: http://quassel-irc.org ? ??????????? ?????????. ????-??.] 17:32 -!- IGHOR [~quassel@93.178.216.72] has joined #bitcoin-core-dev 18:20 -!- grubles [~grubles@gateway/tor-sasl/grubles] has quit [Ping timeout: 256 seconds] 18:23 -!- profmac [~ProfMac@72-48-98-98.dyn.grandenetworks.net] has quit [Ping timeout: 246 seconds] 18:30 -!- masonicboom [~masonicbo@2600:8802:5501:17c0:690c:76a8:33a6:ccf] has quit [Remote host closed the connection] 18:46 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 19:05 < Chris_Stewart_5> wumpus: It might be best to just merge #12775 and do the build stuff in a subsequent PR 19:05 < gribble> https://github.com/bitcoin/bitcoin/issues/12775 | Integration of property based testing into Bitcoin Core by Christewart · Pull Request #12775 · bitcoin/bitcoin · GitHub 19:05 -!- masonicboom [~masonicbo@2600:8802:5501:17c0:cb2:432:cb1f:85b1] has joined #bitcoin-core-dev 19:08 < gmaxwell> jl2012: !! is an ideomatic way to covert a value into 0/1 in C/C++ 19:08 < gmaxwell> (esp pre-C99 when there wasn't a native bool type) 19:09 -!- profmac [~ProfMac@2001:470:1f0f:226:4dc2:22a4:6d52:90b3] has joined #bitcoin-core-dev 19:09 -!- masonicboom [~masonicbo@2600:8802:5501:17c0:cb2:432:cb1f:85b1] has quit [Ping timeout: 252 seconds] 19:11 -!- grubles [~grubles@gateway/tor-sasl/grubles] has joined #bitcoin-core-dev 20:13 < wumpus> yes, unfortunately !! is ideomatic C... 20:13 < wumpus> Chris_Stewart_5: ok! 20:14 < wumpus> C allows you even to make mistakes with booleans, it stays baffling how people get shit done with it 20:18 < gmaxwell> well where you need a value to become a 0 or 1 (e.g. turning a cast into a value for a logical operation) I don't think !! is worse than sticking a bool cast in the middle of a statement. 20:19 -!- jhfrontz [~Adium@cpe-184-57-118-36.columbus.res.rr.com] has quit [Quit: Leaving.] 20:19 < wumpus> I'd say bool(x) conveys the meaning slightly better than !!x 20:21 < sipa> but it's 4 characters longer!! 20:21 < sipa> i mean 20:21 < sipa> but it's 4 characters longerbool() 20:21 < wumpus> ahhhhhhhhh 20:21 < wumpus> true, I mean bool(382472487) 20:22 < sipa> aha 20:23 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has quit [Ping timeout: 252 seconds] 20:27 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 244 seconds] 20:28 < wumpus> at least it's defined, they could have done "it's implementation dependent, on some architectures it will be 0 as true and !=0 as false", after all some architectures might want to optimize for bash! 20:44 -!- profmac [~ProfMac@2001:470:1f0f:226:4dc2:22a4:6d52:90b3] has quit [Ping timeout: 252 seconds] 20:57 -!- profmac [~ProfMac@2001:470:1f0f:226:4dc2:22a4:6d52:90b3] has joined #bitcoin-core-dev 21:07 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 21:09 -!- profmac [~ProfMac@2001:470:1f0f:226:4dc2:22a4:6d52:90b3] has quit [Ping timeout: 252 seconds] 21:23 < luke-jr> wumpus: exit codes aren't booleans though 21:25 < wumpus> luke-jr: sure, exit codes aren't, but it does treat all boolean operations as if working with exit codes 21:25 < gmaxwell> XKCD386' = someone's /joke/ was wrong on the internet. 21:25 < wumpus> hehe 21:25 < sipa> Munroe's Law? 21:26 < luke-jr> XD 21:40 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 244 seconds] 22:00 -!- masonicboom [~masonicbo@2600:8802:5501:17c0:ad02:5796:351e:15dc] has joined #bitcoin-core-dev 22:01 -!- profmac [~ProfMac@2001:470:1f0f:226:4dc2:22a4:6d52:90b3] has joined #bitcoin-core-dev 22:05 -!- masonicboom [~masonicbo@2600:8802:5501:17c0:ad02:5796:351e:15dc] has quit [Ping timeout: 240 seconds] 22:06 -!- ppaqmj [~ppaqmj@HSI-KBW-37-49-66-60.hsi14.kabel-badenwuerttemberg.de] has joined #bitcoin-core-dev 22:35 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 22:54 -!- masonicboom [~masonicbo@2600:8802:5501:17c0:c123:234d:339b:7298] has joined #bitcoin-core-dev 22:57 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 22:59 -!- masonicboom [~masonicbo@2600:8802:5501:17c0:c123:234d:339b:7298] has quit [Ping timeout: 252 seconds] 23:33 -!- Rootsudo [~textual@180.191.100.66] has joined #bitcoin-core-dev 23:46 -!- Krellan [~Krellan@2601:640:4000:9258:787e:a522:8f37:811d] has joined #bitcoin-core-dev 23:46 -!- Krellan [~Krellan@2601:640:4000:9258:787e:a522:8f37:811d] has quit [Remote host closed the connection] 23:49 -!- masonicboom [~masonicbo@ip68-108-243-131.sb.sd.cox.net] has joined #bitcoin-core-dev 23:49 -!- Krellan [~Krellan@2601:640:4000:9258:dd54:1588:bada:6119] has joined #bitcoin-core-dev 23:53 -!- masonicboom [~masonicbo@ip68-108-243-131.sb.sd.cox.net] has quit [Ping timeout: 245 seconds] 23:53 -!- RubenSomsen [uid301948@gateway/web/irccloud.com/x-crhknphkebusbtlu] has joined #bitcoin-core-dev --- Log closed Sat Sep 08 00:00:03 2018