IRC logs of #shogun for Sunday, 2018-01-14

--- Log opened Sun Jan 14 00:00:18 2018
-shogun-buildbot:#shogun- Build coverity analysis #22 is complete: Failure [failed update shogun (failure)] - http://buildbot.shogun-toolbox.org:8080/#builders/7/builds/2208:00
-!- HeikoS [~heiko@host213-122-246-7.range213-122.btcentralplus.com] has joined #shogun10:29
-!- mode/#shogun [+o HeikoS] by ChanServ10:30
-!- HeikoS [~heiko@host213-122-246-7.range213-122.btcentralplus.com] has quit [Quit: Leaving.]11:51
-!- HeikoS [~heiko@host213-122-246-7.range213-122.btcentralplus.com] has joined #shogun11:53
-!- mode/#shogun [+o HeikoS] by ChanServ11:53
-!- HeikoS [~heiko@host213-122-246-7.range213-122.btcentralplus.com] has quit [Client Quit]11:54
-!- HeikoS [~heiko@host213-122-246-7.range213-122.btcentralplus.com] has joined #shogun11:58
-!- mode/#shogun [+o HeikoS] by ChanServ11:59
-!- HeikoS [~heiko@host213-122-246-7.range213-122.btcentralplus.com] has quit [Client Quit]12:01
-!- travis-ci [~travis-ci@ec2-54-221-113-180.compute-1.amazonaws.com] has joined #shogun13:47
travis-ciit's Sergey Lisitsyn's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/32868804513:47
-!- travis-ci [~travis-ci@ec2-54-221-113-180.compute-1.amazonaws.com] has left #shogun []13:47
-!- travis-ci [~travis-ci@ec2-54-235-17-100.compute-1.amazonaws.com] has joined #shogun14:43
travis-ciit's Sergey Lisitsyn's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/32868804514:43
-!- travis-ci [~travis-ci@ec2-54-235-17-100.compute-1.amazonaws.com] has left #shogun []14:43
lisitsynfsck you travis14:43
lisitsyn:P14:43
lisitsynI can restart you all night long14:44
-!- saurabh7 [~saurabh@106.51.19.168] has joined #shogun15:26
-!- saurabh7 [~saurabh@106.51.19.168] has quit [Ping timeout: 256 seconds]15:50
-!- HeikoS [~heiko@host86-129-231-92.range86-129.btcentralplus.com] has joined #shogun16:38
-!- mode/#shogun [+o HeikoS] by ChanServ16:38
-!- HeikoS [~heiko@host86-129-231-92.range86-129.btcentralplus.com] has quit [Client Quit]16:38
-!- HeikoS [~heiko@host86-129-231-92.range86-129.btcentralplus.com] has joined #shogun18:16
-!- mode/#shogun [+o HeikoS] by ChanServ18:16
@HeikoSlisitsyn: see comments in my latest PR19:33
@HeikoSI can fix it, unless you want to go ahead19:33
lisitsynHeikoS: hey19:55
lisitsynI think I got disconnected so not sure messages got you :D19:56
lisitsynok so we need .clone()19:56
@HeikoSlisitsyn: whats the return type of the clone impl for that?20:48
@HeikoStemplate <class T>20:48
@HeikoSinline auto clone_impl(more_important, const T& value)20:48
@HeikoS-> decltype(static_cast<void*>(value.clone()))20:48
@HeikoS{20:48
@HeikoSreturn static_cast<void*>(value.clone());20:48
@HeikoS}20:48
@HeikoS?20:48
lisitsynvoid*20:48
@HeikoSok trying this thing above20:48
lisitsynah20:48
lisitsynwhy you cast?20:48
lisitsynHeikoS: the void* cast trick is not needed here20:48
lisitsynjust return T20:49
@HeikoStemplate <class T>20:49
@HeikoSinline auto clone_impl(more_important, const T& value)20:49
@HeikoS-> decltype(value.clone())20:49
@HeikoS{20:49
@HeikoSreturn value.clone();20:49
@HeikoS}20:49
@HeikoSor do I need to specify return type in decltype?20:49
@HeikoSlisitsyn: ?20:49
lisitsynno that's fine ^20:49
lisitsyndoes it work?20:50
@HeikoScompiling ....20:50
@HeikoSzzzz20:50
lisitsynshould work20:50
@HeikoSshould probably add explcit unit tests to any...20:50
@HeikoSbut the ones I have in that PR should cover many cases20:50
@HeikoSwill let you know20:50
@HeikoStalk later20:50
lisitsynok20:50
@HeikoSworkw21:01
@HeikoSworked21:01
lisitsynHeikoS: yay!21:11
lisitsynHeikoS: any other requests for any from you? ;)21:11
lisitsynmy cv has a line 'senior any developer' :P21:13
--- Log closed Mon Jan 15 00:00:20 2018

Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!