IRC logs of #shogun for Sunday, 2016-07-24

--- Log opened Sun Jul 24 00:00:35 2016
shogun-buildbotbuild #1048 of nightly_none is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_none/builds/1048  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, christopher <christopher.goldsworthy@outlook.com>03:02
shogun-buildbotbuild #35 of clang - thread analysis is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/clang%20-%20thread%20analysis/builds/35  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, christopher <christopher.goldsworthy@outlook.com>03:45
shogun-buildbotbuild #33 of clang - undefined behaviour analysis is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/clang%20-%20undefined%20behaviour%20analysis/builds/33  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, christopher <christopher.goldsworthy@outlook.com>03:49
shogun-buildbotbuild #49 of memleak - valgrind is complete: Failure [failed memory check]  Build details are at http://buildbot.shogun-toolbox.org/builders/memleak%20-%20valgrind/builds/49  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, christopher <christopher.goldsworthy@outlook.com>05:59
shogun-buildbotbuild #1177 of nightly_default is complete: Failure [failed test notebooks]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_default/builds/1177  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, christopher <christopher.goldsworthy@outlook.com>06:46
-!- mizari [~mizari@95-174-213-100.nts.su] has joined #shogun08:31
-!- mizari [~mizari@95-174-213-100.nts.su] has quit [Quit: Leaving]11:49
-!- OXPHOS [c7b48530@gateway/web/freenode/ip.199.180.133.48] has joined #shogun12:03
-!- sanuj [~sanuj@117.203.17.119] has joined #shogun12:47
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Quit: buildmaster reconfigured: bot disconnecting]14:53
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun14:53
@wikingshogun-buildbot: force build --branch=develop 'coverity analysis'14:53
shogun-buildbotbuild #109 forced14:53
shogun-buildbotI'll give a shout when the build finishes14:53
shogun-buildbotHey! build coverity analysis #109 is complete: Retry [retry exception slave lost]14:55
shogun-buildbotBuild details are at http://buildbot.shogun-toolbox.org/builders/coverity%20analysis/builds/10914:55
OXPHOSwiking: there?15:03
@wikingyes15:05
OXPHOSwiking: sorry never mind..I just figured it out by myself15:10
@wikinggreat!15:12
@wiking:)15:12
sanujwiking, there?15:43
@wikingyes15:46
sanujwiking, i'm having trouble with operator== for std::function15:47
sanujerror: no match for ‘operator==’ (operand types are ‘std::function<shogun::Some<shogun::MockBaseClass>()>’ and ‘std::function<shogun::Some<shogun::MockBaseClass>()>’)15:47
@wikingyes15:47
@wikingi know15:47
@wikingi told you what you should do15:47
@wikingdebug it15:47
sanujit's not compiling15:48
sanujcan't use gdb15:48
@wikingwell then there's no operator defined over those types15:48
@wikingi mean the error says it all15:48
sanujyeah15:48
sanujso many operator== :P15:49
@wikinghttp://en.cppreference.com/w/cpp/utility/functional/function/operator_cmp15:49
sanujwiking, you think i can avoid using std::function?15:51
sanujand use void** or something15:51
sanujbtw why is it giving compiler error15:52
sanujit says -> non-empty functions compare non-equal.15:52
shogun-buildbotbuild #110 forced15:52
shogun-buildbotI'll give a shout when the build finishes15:52
@wikingbtw does shogun::MockBaseClass have a operator==()?15:54
sanujwiking, i just added one15:55
@wikingmeaning you just added one and still getting this error?15:58
@wikingbut as i can see some doesnt have one15:59
sanujwiking, yeah16:14
@wikingso16:17
@wikinghow can u compare some<x> == some<y>16:17
@wiking?16:17
@wikingif you dont define the equation over it16:18
sanujwiking, you mean x and y are different?16:19
@wikingno what i mean is that16:19
@wikinghow do you want to comapre 2 Some16:19
@wikingif you dont define the equation function over them16:19
@wikingi mean x and y can be different or the same16:19
@wikingdoesn't matter16:19
@wikingsince you/compiler doesn't know as you dont have a definition for comparision16:20
@wiking(meaning the operator==()16:20
sanuji was able to compare some with ==16:20
sanujlike https://github.com/shogun-toolbox/shogun/pull/3370/files#diff-9b3ac99b134f7ac31af265b4a24e0dfcR6816:20
@wikinghow?16:20
@wikingif you dont have the oeprator16:20
sanujyeah, i thought about that16:20
sanujbut it worked16:20
sanujso i assumed that operator== is not necessary to compare objects16:21
@wikingagain think about why it worked16:21
sanujit used the default operator==?16:21
@wikingyou can actually debug this16:21
@wikingto see what happens16:21
sanujoh16:21
sanujokay16:21
sanuji'll try that16:21
sanujwiking, can you merge this https://github.com/shogun-toolbox/shogun/pull/338816:23
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun16:24
shogun-notifier-shogun: Sanuj :develop * fd7a5a8 / src/shogun/lib/any.h: https://github.com/shogun-toolbox/shogun/commit/fd7a5a8dd5d6f5d50ccbc381286d31a9687c990916:24
shogun-notifier-shogun: fix bug in any16:24
shogun-notifier-shogun: Viktor Gal :develop * 8803679 / src/shogun/lib/any.h: https://github.com/shogun-toolbox/shogun/commit/8803679e89d8bea199dc0607d613467f486787f816:24
shogun-notifier-shogun: Merge pull request #3388 from sanuj/any_fix16:24
shogun-notifier-shogun:16:24
shogun-notifier-shogun: fix bug in any16:24
sanujthanks16:25
shogun-buildbotHey! build coverity analysis #110 is complete: Success [build successful]16:38
shogun-buildbotBuild details are at http://buildbot.shogun-toolbox.org/builders/coverity%20analysis/builds/11016:38
sanujwiking, it goes to Some<T>::operator T*() {return raw;}16:41
sanujand compares raw values16:41
-!- OXPHOS [c7b48530@gateway/web/freenode/ip.199.180.133.48] has quit [Quit: Page closed]16:42
-!- sanuj [~sanuj@117.203.17.119] has quit [Ping timeout: 252 seconds]16:53
shogun-buildbotbuild #1308 of precise - libshogun is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/precise%20-%20libshogun/builds/1308  blamelist: Sanuj <sanuj.sharma.in@gmail.com>, Viktor Gal <vigsterkr@gmail.com>17:04
shogun-buildbotbuild #2950 of bsd1 - libshogun is complete: Failure [failed configure]  Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2950  blamelist: Sanuj <sanuj.sharma.in@gmail.com>, Viktor Gal <vigsterkr@gmail.com>17:12
-!- sanuj [~sanuj@117.203.17.119] has joined #shogun17:41
shogun-buildbotbuild #87 of xenial - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/xenial%20-%20libshogun/builds/87  blamelist: Sanuj <sanuj.sharma.in@gmail.com>, Viktor Gal <vigsterkr@gmail.com>17:43
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]19:24
-!- sanuj [~sanuj@117.203.17.119] has quit [Remote host closed the connection]20:00
-!- lisitsyn is now known as bazdback22:58
bazdbackhola22:58
--- Log closed Mon Jul 25 00:00:37 2016

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