Monday, 2008-07-21

*** tpb has joined #tp00:00
*** ChanServ sets mode: +o tpb00:00
*** bddebian has quit IRC00:04
*** peres has joined #tp01:21
*** peres has quit IRC01:26
*** peres has joined #tp01:34
*** shenki has quit IRC02:38
*** nash has quit IRC03:42
*** Ohm has quit IRC03:47
*** Ohm has joined #tp03:52
*** mithro has quit IRC04:18
*** shenki has joined #tp04:56
*** peres has quit IRC05:48
*** mithro has joined #tp07:14
*** JLP has joined #tp07:31
*** Epyon has quit IRC07:48
*** pluskid has joined #tp07:51
pluskidmithro: ping07:53
mithropluskid: pong07:53
mithroI'm just about to head off07:53
pluskid:(07:53
pluskidwhen will you have time?07:53
pluskidI run git fsck --full07:53
pluskidbut don't see any abnormal output07:54
pluskidhttp://pastie.org/23779707:54
tpbTitle: #237797 - Pastie (at pastie.org)07:54
mithropluskid: those are all fine07:55
mithrocan you check our07:55
mithros/our/your07:55
pluskidcheck what?07:55
mithro.git/objects/ directory for07:56
mithro7210d604e16e2e85334f6e74e6b58d9b70b36b5607:56
mithroshould be in07:56
mithro.git/objects/72/10d604e16e2e85334f6e74e6b58d9b70b36b5607:56
pluskidno such file07:57
mithrohrm....07:57
mithrowhat about07:57
mithroa724497241bd7439a723fd9390013fa07351411c07:57
pluskidno such file07:57
mithro.git/objects/a7/24497241bd7439a723fd9390013fa07351411c07:57
pluskidno07:58
pluskidonly those: http://pastie.org/23779907:58
tpbTitle: #237799 - Pastie (at pastie.org)07:58
mithrono 0106e75f743aadd580e76b203b02ff36416079bb either?07:59
mithrowhat version of git are you using?08:00
pluskidno08:00
pluskid1.5.6.208:00
mithroand you pushed something with submodules in it?08:00
pluskidYes08:01
mithrothe git on the server does not support submodules08:01
pluskidI added the submodule, commit and then push, IIRC08:01
pluskidOops08:01
pluskidThen what shall we do to fix it?08:02
pluskidI can remove the submodule then08:02
mithroI have been meaning to fix it08:02
mithropluskid: removing it won't help08:02
mithrothe changes are in the repository now08:02
pluskidthen, how to deal with the errors?08:03
mithrothere are some solutions08:03
mithroto branch from before you commited the submodules08:03
mithroor to upgrade git on the server08:03
pluskidWill it be costly to upgrade the git on the server?08:04
pluskidOr I can do branching, only several small commits added after the submodule08:04
mithroI have been meaning to do it08:07
mithroso that I can use sub-modules in the python stuff08:07
pluskidcool, thanks!08:08
*** Iwanowitch has joined #tp08:13
mithrohey Iwanowitch08:24
mithroIwanowitch: you missed the obvious option for the starmapper problem08:24
mithro"Add an 'admin' player which can see everything"08:24
mithropluskid: compiling now08:25
pluskidmithro: cool08:25
mithropluskid: I don't like the thought of depending on something on github however08:26
mithrois there any advantage of working on skime outside of schemepy?08:26
pluskidnot too much, just that it can run independently from schemepy08:27
mithro(as shouldn't people be using schemepy frontend and getting your skime backend when they don't have others installed)08:27
pluskidbut if we consider it as a part of schemepy08:27
pluskidwe can do further optmization08:27
mithroI think we should consider is part of schemepy - otherwise it is potentially competing with schemepy too08:28
pluskidyes08:28
pluskidI agree08:28
pluskidit's not on schemepy initially mainly because it was an experiment08:28
mithrothe results look very good08:29
pluskid:D08:29
pluskidI'm writing the macro system08:29
pluskidI can move the code to the TP server after the macro system finished08:29
mithroA byte code compiler and interpreter is a bit our of my league :)08:29
pluskidwhen it is part of schemepy, many things can be reused08:30
pluskidlike symbol, pair class, exception hierarchy, etc.08:31
mithropluskid: that makes sense08:31
pluskidhowever, the first thing is to fix the current errors on git server :)08:31
mithroit's compiling away now08:32
pluskidcool08:32
mithrothe server is rather slow08:32
mithroso it might be a while08:32
mithroit is pretty easy to smash to git repositories together08:33
pluskidit doesn't matter, I can work offline thanks to git08:33
mithroyes08:33
Iwanowitchmithro: Oh. Yes. Duh.08:41
IwanowitchWould that be hard to do?08:41
IwanowitchNot that I plan on doing it the next few weeks or something.08:42
mithrodunno ask lee08:42
mithropluskid: git version updated08:52
pluskidmithro: cool! It seems everything works now.08:58
*** pluskid has quit IRC09:05
mithrowell I'm off home09:06
mithrobblr (maybe)09:06
*** peres has joined #tp09:22
*** mithro has quit IRC09:24
*** bddebian has joined #tp10:35
bddebianHowdy10:37
*** Iwanowitch has quit IRC11:03
*** jphr has joined #tp11:31
jphrmorning11:33
*** Epyon has joined #tp11:51
*** peres has quit IRC11:52
*** peres has joined #tp11:52
*** peres has joined #tp11:52
*** peres has left #tp11:53
CIA-31jphr tpserver-cpp-risk * r27bfff791f48 /modules/games/risk/thisweek.txt: Added draft script for creating risk maps screencast13:33
*** nuleren has joined #tp15:43
*** Erroneous has joined #tp15:44
*** Ohm has quit IRC15:48
*** bddebian has quit IRC15:50
*** zzorn has joined #tp16:26
*** jphr has quit IRC17:36
*** jphr has joined #tp18:09
*** jphr has quit IRC18:25
CIA-31nuleren tpserver-cpp-tae * rbfeadc3bc2bd /modules/games/tae/ (fleet.cpp fleet.h):18:46
CIA-31Added function to toggle whether or not a fleet is a combatant in18:46
CIA-31a conflict.18:46
CIA-31nuleren tpserver-cpp-tae * rf527f4e0f9cd /modules/games/tae/ (colonize.cpp move.cpp taeturn.cpp taeturn.h):18:46
CIA-31Basis for the combat phase is now implemented. Move and colonize orders18:46
CIA-31can trigger the combat phase initialization and then the game proceeds18:46
CIA-31to the combat turn. There is a known bug in the internal combat causing18:46
CIA-31it not to be detected properly.18:46
*** nash has joined #tp18:57
*** nuleren has quit IRC19:01
*** mithro has joined #tp19:38
*** bddebian has joined #tp19:44
*** peres has joined #tp20:49
*** llnz_work has joined #tp20:52
llnz_workhi all20:52
nashheyo20:53
llnz_workstarted new job yesterday20:54
* llnz_work is using web irc client currently, till new laptop arrives20:54
nashYou have my sympathy20:55
llnz_work~seen jotham20:57
tpbllnz_work: jotham was last seen in #tp 6 weeks, 0 days, 14 hours, 15 minutes, and 32 seconds ago: <jotham> no mithro :\20:57
* llnz_work wonders if people are still having problems with boost in tpserver-cpp21:11
* llnz_work has been reading the logs21:12
*** Erroneous has quit IRC21:38
mithrollnz_work: yes21:49
llnz_workhumm...22:02
llnz_workI will have a look at the autoconf test22:02
llnz_workmaybe it doesn't automatically pickup the correct directory for the library?22:03
mithrowe think it is an AMD64 thing22:08
llnz_workso probably /usr/lib64 vs /usr/lib22:09
mithrollnz_work: no - we think it has to do with the way you build shared libraries under AMD6422:11
mithro-fPIC vs without it22:12
llnz_workoh?22:12
llnz_workhow i build shared libraries, or in general?22:12
nashYou need -fPIC under amd64, you technically need to for x86 too, but it works without it ;-)22:13
llnz_worklibtool is supposed to handle all of that22:13
mithrollnz_work: we think it might be a problem with boost not tpserver-cpp22:13
ezodfyi, the problem i had with libtpproto-cpp related to that had to do with it using the .a instead of the .so due to the order that the autoconf script was looking for them22:14
nashllnz_work: HAHAHAHAHAHAHAHA22:14
llnz_worki believe it does give -fPIC22:14
llnz_workmithro: could be22:14
llnz_workezod: i know, i fixed it by copying the updated autoconf test from tpserver-cpp22:15
ezodyeah22:15
ezodthat one works fine for me22:15
llnz_workhi ezod, btw :-)22:15
* ezod waves22:15
mithrooh - btw I upgraded the git on the server22:31
mithrowe now support submodules22:31
mithroI'm going to use it so that you only have to checkout one thing for tpclient-pywx etc22:31
nashmithro: That's cool22:32
mithroyay submodules!22:35
llnz_workcool22:36
llnz_worksubmodules == subdirectory being a separate git repo?22:36
llnz_workspecific subdirectory...22:37
mithroyes23:21
mithro(git repo at a specific version)23:23
llnz_workyes, i googled and read23:24
*** peres has quit IRC23:27
*** JLafont has joined #tp23:28
JLafontallo23:29
llnz_workhi JLafont23:33
JLafontllnz_work, hai23:33
*** JLafont has quit IRC23:37
*** JLafont has joined #tp23:37
mithrohey ezod23:53
mithroezod: any luck with the mid-term reports?23:53

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!