IRC logs of #shogun for Thursday, 2013-10-03

--- Log opened Thu Oct 03 00:00:25 2013
-!- HeikoS [~androirc@05453f70.skybroadband.com] has quit [Ping timeout: 246 seconds]00:07
shogun-buildbotbuild #81 of clang34 - static analysis is complete: Failure [failed analyse]  Build details are at http://buildbot.shogun-toolbox.org/builders/clang34%20-%20static%20analysis/builds/81  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>00:14
shogun-buildbotbuild #70 of debian wheezy - memcheck is complete: Failure [failed memory check]  Build details are at http://buildbot.shogun-toolbox.org/builders/debian%20wheezy%20-%20memcheck/builds/70  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>00:25
shogun-buildbotbuild #1931 of deb3 - modular_interfaces is complete: Failure [failed test ruby modular]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb3%20-%20modular_interfaces/builds/1931  blamelist: Soeren Sonnenburg <sonne@debian.org>, Sergey Lisitsyn <lisitsyn.s.o@gmail.com>, van51 <vangelis_51@hotmail.com>01:09
shogun-buildbotbuild #1815 of deb2 - static_interfaces is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb2%20-%20static_interfaces/builds/181501:11
-!- iglesiasg [~iglesias@s83-179-44-135.cust.tele2.se] has quit [Quit: Ex-Chat]01:15
-!- travis-ci [~travis-ci@ec2-54-226-238-225.compute-1.amazonaws.com] has joined #shogun01:46
travis-ci[travis-ci] it's Sergey Lisitsyn's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/1206970801:46
-!- travis-ci [~travis-ci@ec2-54-226-238-225.compute-1.amazonaws.com] has left #shogun []01:46
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]01:46
shogun-buildbotbuild #476 of nightly_all is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_all/builds/47603:05
-!- zxtx [~zv@rrcs-76-79-81-162.west.biz.rr.com] has quit [Ping timeout: 245 seconds]04:09
-!- iglesiasg [~iglesias@s83-179-44-135.cust.tele2.se] has joined #shogun08:11
-!- mode/#shogun [+o iglesiasg] by ChanServ08:11
-!- HeikoS [~androirc@05453f70.skybroadband.com] has joined #shogun09:03
-!- mode/#shogun [+o HeikoS] by ChanServ09:03
-!- besser82 [~besser82@77-21-40-118-dynip.superkabel.de] has joined #shogun09:16
-!- besser82 [~besser82@77-21-40-118-dynip.superkabel.de] has quit [Changing host]09:16
-!- besser82 [~besser82@fedora/besser82] has joined #shogun09:16
-!- zxtx [~zv@cpe-75-83-151-252.socal.res.rr.com] has joined #shogun09:37
-!- iglesiasg [~iglesias@s83-179-44-135.cust.tele2.se] has quit [Read error: Operation timed out]09:52
-!- iglesiasg [~iglesias@s83-179-44-135.cust.tele2.se] has joined #shogun09:54
-!- iglesiasg [~iglesias@s83-179-44-135.cust.tele2.se] has quit [Client Quit]09:57
-!- gsomix [~Miranda@r206-10.smr.ru] has joined #shogun10:14
-!- gsomix is now known as gsomix|lab10:14
gsomix|labhello10:14
-!- gsomix|lab [~Miranda@r206-10.smr.ru] has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]10:32
-!- new_lido [~walid@193.227.20.2] has joined #shogun10:58
-!- new_lido [~walid@193.227.20.2] has quit [Read error: Connection timed out]11:17
-!- new_lido [~walid@193.227.20.2] has joined #shogun11:18
-!- iglesiasg [~iglesias@2001:6b0:1:1da0:d060:270b:b575:853e] has joined #shogun11:34
-!- mode/#shogun [+o iglesiasg] by ChanServ11:34
-!- hushell [~hushell@c-98-232-178-161.hsd1.or.comcast.net] has joined #shogun11:35
-!- new_lido [~walid@193.227.20.2] has quit [Ping timeout: 248 seconds]11:39
@iglesiasghey hushell11:47
@iglesiasghushell, how are you doing?11:47
hushelliglesiasg: I just modified something, testing, I'll push the commit in few mins :)12:50
@iglesiasghushell, all right12:51
@iglesiasghushell, just wanted to say that yesterday we were discussing about this get_energies method in CFactor12:51
@iglesiasghushell, get_energies was it IIRC. So there is a const version and a non-const one12:51
hushelliglesiasg: yes, something wrong with it?12:51
@iglesiasghushell, are both of them actually used? Otherwise, it might a good idea to remove one of them (probably the non-const one as it is a getter)12:52
@iglesiasghushell, well, it is still code duplication that I am not sure whether it pays off -- I am not very sure about where having both methods actually is necessary12:52
@iglesiasghushell, and also lisitsyn mentioned there is some warning in modular interfaces12:53
@iglesiasgsince not every language understand the const keyword12:53
@iglesiasgI guess they understand the method is defined twice12:53
@iglesiasgthe warning could be probably avoided using some #ifdef SWIG blah blah though12:54
hushelliglesiasg: I was trying to use get_energies() to modify the energy table, but in the end I realized I should avoid this, not remember very clear12:55
@iglesiasghushell, aham all right12:55
hushellI'll check if I had something like this12:55
@iglesiasghushell, to me it seems like a good idea to remove the non-const method12:55
hushellyes, we could delete one of them12:56
hushellgit fetch upstream doesn't work ...13:00
@iglesiasgouch13:00
@iglesiasgit is not working here either13:01
hushelliglesiasg: well, seems github had problem13:01
hushelliglesiasg: no way to push now, I'll do it a bit later :/13:02
@iglesiasghushell, sure, no hurries13:04
@iglesiasghushell, what is it you are pushing?13:04
-!- lisitsyn [~lisitsyn@fb2-lo1.global63.net] has quit [Ping timeout: 260 seconds]13:09
@sonney2kwiking, would it be ok if I drop the SMFT-alti* stuff?13:22
wikingsonney2k: give it a go13:28
wikingbesser82: ping13:28
-!- new_lido [~walid@193.227.20.2] has joined #shogun13:43
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun13:48
shogun-notifier-shogun: Viktor Gal :develop * dda1519 / src/shogun/distributions/HMM.cpp: https://github.com/shogun-toolbox/shogun/commit/dda1519b0f1e8490781b6491276cc374693999d413:48
shogun-notifier-shogun: Fix remaining invalid frees in HMM13:48
shogun-notifier-shogun: issue #162513:48
@sonney2kthoralf, hey there!13:53
@sonney2kyou back?13:53
shogun-notifier-shogun: Soeren Sonnenburg :develop * eb37b2c / src/shogun/lib/ (4 files): https://github.com/shogun-toolbox/shogun/commit/eb37b2c279f6fa5bcff78bd25e5b7fc4a90df1b313:54
shogun-notifier-shogun: drop altivec support from SFMT13:54
shogun-notifier-shogun:13:54
shogun-notifier-shogun: attempt to make complex known swig13:54
-!- new_lido [~walid@193.227.20.2] has quit [Ping timeout: 246 seconds]13:56
-!- new_lido [~walid@193.227.20.2] has joined #shogun14:03
@sonney2kwiking, errm is our buildbot down?14:05
@sonney2klast build was at 4 am14:05
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Quit: buildmaster reconfigured: bot disconnecting]14:06
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun14:06
shogun-notifier-shogun-web: Soeren Sonnenburg :master * 4fa405d / templates/home.html: https://github.com/shogun-toolbox/shogun-web/commit/4fa405d073dd2b25b33e5ed431f8a6238ab8b4b514:08
shogun-notifier-shogun-web: drop ws announcement14:08
-!- new_lido [~walid@193.227.20.2] has quit [Ping timeout: 256 seconds]14:10
-!- lisitsyn1 [~lisitsyn@fb2-lo1.global63.net] has joined #shogun14:31
-!- travis-ci [~travis-ci@ec2-75-101-227-219.compute-1.amazonaws.com] has joined #shogun15:05
travis-ci[travis-ci] it's Viktor Gal's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/1208861315:05
-!- travis-ci [~travis-ci@ec2-75-101-227-219.compute-1.amazonaws.com] has left #shogun []15:05
shogun-buildbotbuild #1932 of deb3 - modular_interfaces is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb3%20-%20modular_interfaces/builds/193215:21
shogun-buildbotbuild #62 of clang34 - undefined behaviour analysis is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/clang34%20-%20undefined%20behaviour%20analysis/builds/62  blamelist: Soeren Sonnenburg <sonne@debian.org>, Viktor Gal <viktor.gal@maeth.com>15:35
shogun-buildbotbuild #64 of clang34 - thread analysis is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/clang34%20-%20thread%20analysis/builds/64  blamelist: Soeren Sonnenburg <sonne@debian.org>, Viktor Gal <viktor.gal@maeth.com>15:49
-!- new_lido [~walid@193.227.20.2] has joined #shogun16:22
shogun-buildbotbuild #71 of debian wheezy - memcheck is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/debian%20wheezy%20-%20memcheck/builds/7116:29
shogun-buildbotbuild #82 of clang34 - static analysis is complete: Failure [failed analyse]  Build details are at http://buildbot.shogun-toolbox.org/builders/clang34%20-%20static%20analysis/builds/82  blamelist: Soeren Sonnenburg <sonne@debian.org>, Viktor Gal <viktor.gal@maeth.com>16:32
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]17:08
wikingshogun-buildbot: force build --branch=develop 'nightly_all'17:12
shogun-buildbotbuild #477 forced17:12
shogun-buildbotI'll give a shout when the build finishes17:12
shogun-buildbotbuild #477 of nightly_all is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_all/builds/47717:31
-!- iglesiasg [~iglesias@2001:6b0:1:1da0:d060:270b:b575:853e] has quit [Quit: Ex-Chat]17:32
-!- lisitsyn1 [~lisitsyn@fb2-lo1.global63.net] has quit [Ping timeout: 246 seconds]17:37
@sonney2kwiking, are you working on http://buildbot.shogun-toolbox.org/builders/nightly_all/builds/477/steps/test/logs/stdio ?19:06
@sonney2kI don't even get what is going wrong there19:06
-!- lisitsyn [~lisitsyn@fb2-lo1.global63.net] has joined #shogun19:12
-!- iglesiasg [~iglesias@s83-179-44-135.cust.tele2.se] has joined #shogun19:53
-!- mode/#shogun [+o iglesiasg] by ChanServ19:53
-!- zxtx [~zv@cpe-75-83-151-252.socal.res.rr.com] has quit [Ping timeout: 264 seconds]20:02
-!- new_lido [~walid@193.227.20.2] has quit [Quit: Leaving]20:27
-!- iglesiasg [~iglesias@s83-179-44-135.cust.tele2.se] has quit [Quit: Ex-Chat]21:29
-!- zxtx [~zv@rrcs-76-79-81-162.west.biz.rr.com] has joined #shogun21:48
-!- sonne|osx [~sonne@f053036088.adsl.alicedsl.de] has quit [Quit: sonne|osx]22:04
-!- sonne|osx [~sonne@f053036088.adsl.alicedsl.de] has joined #shogun22:04
-!- besser82 [~besser82@fedora/besser82] has quit [Quit: freedom, friends, features, first ---> fedoraproject.org]23:35
-!- hushell [~hushell@c-98-232-178-161.hsd1.or.comcast.net] has quit [Quit: WeeChat 0.3.7]23:58
--- Log closed Fri Oct 04 00:00:26 2013

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