*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** bddebian has quit IRC | 00:04 | |
*** peres has joined #tp | 01:21 | |
*** peres has quit IRC | 01:26 | |
*** peres has joined #tp | 01:34 | |
*** shenki has quit IRC | 02:38 | |
*** nash has quit IRC | 03:42 | |
*** Ohm has quit IRC | 03:47 | |
*** Ohm has joined #tp | 03:52 | |
*** mithro has quit IRC | 04:18 | |
*** shenki has joined #tp | 04:56 | |
*** peres has quit IRC | 05:48 | |
*** mithro has joined #tp | 07:14 | |
*** JLP has joined #tp | 07:31 | |
*** Epyon has quit IRC | 07:48 | |
*** pluskid has joined #tp | 07:51 | |
pluskid | mithro: ping | 07:53 |
---|---|---|
mithro | pluskid: pong | 07:53 |
mithro | I'm just about to head off | 07:53 |
pluskid | :( | 07:53 |
pluskid | when will you have time? | 07:53 |
pluskid | I run git fsck --full | 07:53 |
pluskid | but don't see any abnormal output | 07:54 |
pluskid | http://pastie.org/237797 | 07:54 |
tpb | Title: #237797 - Pastie (at pastie.org) | 07:54 |
mithro | pluskid: those are all fine | 07:55 |
mithro | can you check our | 07:55 |
mithro | s/our/your | 07:55 |
pluskid | check what? | 07:55 |
mithro | .git/objects/ directory for | 07:56 |
mithro | 7210d604e16e2e85334f6e74e6b58d9b70b36b56 | 07:56 |
mithro | should be in | 07:56 |
mithro | .git/objects/72/10d604e16e2e85334f6e74e6b58d9b70b36b56 | 07:56 |
pluskid | no such file | 07:57 |
mithro | hrm.... | 07:57 |
mithro | what about | 07:57 |
mithro | a724497241bd7439a723fd9390013fa07351411c | 07:57 |
pluskid | no such file | 07:57 |
mithro | .git/objects/a7/24497241bd7439a723fd9390013fa07351411c | 07:57 |
pluskid | no | 07:58 |
pluskid | only those: http://pastie.org/237799 | 07:58 |
tpb | Title: #237799 - Pastie (at pastie.org) | 07:58 |
mithro | no 0106e75f743aadd580e76b203b02ff36416079bb either? | 07:59 |
mithro | what version of git are you using? | 08:00 |
pluskid | no | 08:00 |
pluskid | 1.5.6.2 | 08:00 |
mithro | and you pushed something with submodules in it? | 08:00 |
pluskid | Yes | 08:01 |
mithro | the git on the server does not support submodules | 08:01 |
pluskid | I added the submodule, commit and then push, IIRC | 08:01 |
pluskid | Oops | 08:01 |
pluskid | Then what shall we do to fix it? | 08:02 |
pluskid | I can remove the submodule then | 08:02 |
mithro | I have been meaning to fix it | 08:02 |
mithro | pluskid: removing it won't help | 08:02 |
mithro | the changes are in the repository now | 08:02 |
pluskid | then, how to deal with the errors? | 08:03 |
mithro | there are some solutions | 08:03 |
mithro | to branch from before you commited the submodules | 08:03 |
mithro | or to upgrade git on the server | 08:03 |
pluskid | Will it be costly to upgrade the git on the server? | 08:04 |
pluskid | Or I can do branching, only several small commits added after the submodule | 08:04 |
mithro | I have been meaning to do it | 08:07 |
mithro | so that I can use sub-modules in the python stuff | 08:07 |
pluskid | cool, thanks! | 08:08 |
*** Iwanowitch has joined #tp | 08:13 | |
mithro | hey Iwanowitch | 08:24 |
mithro | Iwanowitch: you missed the obvious option for the starmapper problem | 08:24 |
mithro | "Add an 'admin' player which can see everything" | 08:24 |
mithro | pluskid: compiling now | 08:25 |
pluskid | mithro: cool | 08:25 |
mithro | pluskid: I don't like the thought of depending on something on github however | 08:26 |
mithro | is there any advantage of working on skime outside of schemepy? | 08:26 |
pluskid | not too much, just that it can run independently from schemepy | 08:27 |
mithro | (as shouldn't people be using schemepy frontend and getting your skime backend when they don't have others installed) | 08:27 |
pluskid | but if we consider it as a part of schemepy | 08:27 |
pluskid | we can do further optmization | 08:27 |
mithro | I think we should consider is part of schemepy - otherwise it is potentially competing with schemepy too | 08:28 |
pluskid | yes | 08:28 |
pluskid | I agree | 08:28 |
pluskid | it's not on schemepy initially mainly because it was an experiment | 08:28 |
mithro | the results look very good | 08:29 |
pluskid | :D | 08:29 |
pluskid | I'm writing the macro system | 08:29 |
pluskid | I can move the code to the TP server after the macro system finished | 08:29 |
mithro | A byte code compiler and interpreter is a bit our of my league :) | 08:29 |
pluskid | when it is part of schemepy, many things can be reused | 08:30 |
pluskid | like symbol, pair class, exception hierarchy, etc. | 08:31 |
mithro | pluskid: that makes sense | 08:31 |
pluskid | however, the first thing is to fix the current errors on git server :) | 08:31 |
mithro | it's compiling away now | 08:32 |
pluskid | cool | 08:32 |
mithro | the server is rather slow | 08:32 |
mithro | so it might be a while | 08:32 |
mithro | it is pretty easy to smash to git repositories together | 08:33 |
pluskid | it doesn't matter, I can work offline thanks to git | 08:33 |
mithro | yes | 08:33 |
Iwanowitch | mithro: Oh. Yes. Duh. | 08:41 |
Iwanowitch | Would that be hard to do? | 08:41 |
Iwanowitch | Not that I plan on doing it the next few weeks or something. | 08:42 |
mithro | dunno ask lee | 08:42 |
mithro | pluskid: git version updated | 08:52 |
pluskid | mithro: cool! It seems everything works now. | 08:58 |
*** pluskid has quit IRC | 09:05 | |
mithro | well I'm off home | 09:06 |
mithro | bblr (maybe) | 09:06 |
*** peres has joined #tp | 09:22 | |
*** mithro has quit IRC | 09:24 | |
*** bddebian has joined #tp | 10:35 | |
bddebian | Howdy | 10:37 |
*** Iwanowitch has quit IRC | 11:03 | |
*** jphr has joined #tp | 11:31 | |
jphr | morning | 11:33 |
*** Epyon has joined #tp | 11:51 | |
*** peres has quit IRC | 11:52 | |
*** peres has joined #tp | 11:52 | |
*** peres has joined #tp | 11:52 | |
*** peres has left #tp | 11:53 | |
CIA-31 | jphr tpserver-cpp-risk * r27bfff791f48 /modules/games/risk/thisweek.txt: Added draft script for creating risk maps screencast | 13:33 |
*** nuleren has joined #tp | 15:43 | |
*** Erroneous has joined #tp | 15:44 | |
*** Ohm has quit IRC | 15:48 | |
*** bddebian has quit IRC | 15:50 | |
*** zzorn has joined #tp | 16:26 | |
*** jphr has quit IRC | 17:36 | |
*** jphr has joined #tp | 18:09 | |
*** jphr has quit IRC | 18:25 | |
CIA-31 | nuleren tpserver-cpp-tae * rbfeadc3bc2bd /modules/games/tae/ (fleet.cpp fleet.h): | 18:46 |
CIA-31 | Added function to toggle whether or not a fleet is a combatant in | 18:46 |
CIA-31 | a conflict. | 18:46 |
CIA-31 | nuleren tpserver-cpp-tae * rf527f4e0f9cd /modules/games/tae/ (colonize.cpp move.cpp taeturn.cpp taeturn.h): | 18:46 |
CIA-31 | Basis for the combat phase is now implemented. Move and colonize orders | 18:46 |
CIA-31 | can trigger the combat phase initialization and then the game proceeds | 18:46 |
CIA-31 | to the combat turn. There is a known bug in the internal combat causing | 18:46 |
CIA-31 | it not to be detected properly. | 18:46 |
*** nash has joined #tp | 18:57 | |
*** nuleren has quit IRC | 19:01 | |
*** mithro has joined #tp | 19:38 | |
*** bddebian has joined #tp | 19:44 | |
*** peres has joined #tp | 20:49 | |
*** llnz_work has joined #tp | 20:52 | |
llnz_work | hi all | 20:52 |
nash | heyo | 20:53 |
llnz_work | started new job yesterday | 20:54 |
* llnz_work is using web irc client currently, till new laptop arrives | 20:54 | |
nash | You have my sympathy | 20:55 |
llnz_work | ~seen jotham | 20:57 |
tpb | llnz_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-cpp | 21:11 | |
* llnz_work has been reading the logs | 21:12 | |
*** Erroneous has quit IRC | 21:38 | |
mithro | llnz_work: yes | 21:49 |
llnz_work | humm... | 22:02 |
llnz_work | I will have a look at the autoconf test | 22:02 |
llnz_work | maybe it doesn't automatically pickup the correct directory for the library? | 22:03 |
mithro | we think it is an AMD64 thing | 22:08 |
llnz_work | so probably /usr/lib64 vs /usr/lib | 22:09 |
mithro | llnz_work: no - we think it has to do with the way you build shared libraries under AMD64 | 22:11 |
mithro | -fPIC vs without it | 22:12 |
llnz_work | oh? | 22:12 |
llnz_work | how i build shared libraries, or in general? | 22:12 |
nash | You need -fPIC under amd64, you technically need to for x86 too, but it works without it ;-) | 22:13 |
llnz_work | libtool is supposed to handle all of that | 22:13 |
mithro | llnz_work: we think it might be a problem with boost not tpserver-cpp | 22:13 |
ezod | fyi, 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 them | 22:14 |
nash | llnz_work: HAHAHAHAHAHAHAHA | 22:14 |
llnz_work | i believe it does give -fPIC | 22:14 |
llnz_work | mithro: could be | 22:14 |
llnz_work | ezod: i know, i fixed it by copying the updated autoconf test from tpserver-cpp | 22:15 |
ezod | yeah | 22:15 |
ezod | that one works fine for me | 22:15 |
llnz_work | hi ezod, btw :-) | 22:15 |
* ezod waves | 22:15 | |
mithro | oh - btw I upgraded the git on the server | 22:31 |
mithro | we now support submodules | 22:31 |
mithro | I'm going to use it so that you only have to checkout one thing for tpclient-pywx etc | 22:31 |
nash | mithro: That's cool | 22:32 |
mithro | yay submodules! | 22:35 |
llnz_work | cool | 22:36 |
llnz_work | submodules == subdirectory being a separate git repo? | 22:36 |
llnz_work | specific subdirectory... | 22:37 |
mithro | yes | 23:21 |
mithro | (git repo at a specific version) | 23:23 |
llnz_work | yes, i googled and read | 23:24 |
*** peres has quit IRC | 23:27 | |
*** JLafont has joined #tp | 23:28 | |
JLafont | allo | 23:29 |
llnz_work | hi JLafont | 23:33 |
JLafont | llnz_work, hai | 23:33 |
*** JLafont has quit IRC | 23:37 | |
*** JLafont has joined #tp | 23:37 | |
mithro | hey ezod | 23:53 |
mithro | ezod: 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/!