*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** pluskid has joined #tp | 02:01 | |
*** peres has left #tp | 02:48 | |
JLafont | mithro: pong | 04:11 |
---|---|---|
JLafont | mithro: I have to go soon. The amazing power of sleep is calling to me | 04:14 |
JLafont | I am weak and now I must follow its commands.... Bai bai | 04:18 |
*** JLafont has quit IRC | 04:20 | |
*** pluskid has quit IRC | 05:47 | |
*** mithro has quit IRC | 06:00 | |
*** mithro has joined #tp | 06:03 | |
*** mithro has quit IRC | 06:23 | |
*** mithro has joined #tp | 06:25 | |
mithro | it gets very empty in here on weekends :( | 06:25 |
*** mithro_ has joined #tp | 07:25 | |
*** mithro has quit IRC | 07:26 | |
*** mithro_ is now known as mithro | 07:52 | |
*** zzorn_ has joined #tp | 07:58 | |
*** Iwanowitch has joined #tp | 08:26 | |
mithro | hey Iwanowitch | 08:27 |
mithro | ready for the big battle on Tuesday? | 08:27 |
mithro | well I'm heading to bed | 08:28 |
mithro | gnight! | 08:28 |
Iwanowitch | mithro: I suppose so. | 08:30 |
Iwanowitch | Didn't really have time to look at it yet. | 08:31 |
mithro | well you still got a day and a half | 08:31 |
Iwanowitch | Mmm. There's still a few things I'd like to try, but I'll see how far I get. | 08:32 |
* mithro chants "two bots enter, one bot leaves!" | 08:32 | |
Iwanowitch | I haven't seen a chicken foot. | 08:32 |
mithro | anyway really gone now | 08:35 |
*** JLafont has joined #tp | 11:04 | |
*** peres has joined #tp | 11:15 | |
*** peres has left #tp | 11:50 | |
*** Iwanowitch_ has joined #tp | 16:55 | |
CIA-33 | llnz libtpproto-cpp-config * ra2c889a8c4b6 /index.dox: Updated future documentation areas to reflect current library. | 16:57 |
CIA-33 | llnz libtpproto-cpp-config * r7c44b160c035 /tpproto/ (buffer.cpp featuresframe.cpp httpssocket.cpp idsequence.cpp): Fixes for missing headers, formerly autoincluded. | 16:57 |
CIA-33 | llnz libtpproto-cpp-config * r832a489bbb96 / (5 files in 2 dirs): Merge branch 'master' into config | 16:57 |
CIA-33 | llnz libtpproto-cpp-config * rf049af1242ed /tpproto/asyncframelistener.h: Added missing pre-declearation in asynchframelistener.h | 16:57 |
CIA-33 | llnz libtpproto-cpp * r7c44b160c035 /tpproto/ (buffer.cpp featuresframe.cpp httpssocket.cpp idsequence.cpp): Fixes for missing headers, formerly autoincluded. | 16:58 |
CIA-33 | llnz tpclient-cpptext * r09be760fae0d /src/ (6 files): | 16:58 |
CIA-33 | Updated print classes to current git libtpproto-cpp. | 16:58 |
CIA-33 | The more difficult fix to main.cpp will come soon. | 16:58 |
CIA-33 | llnz tpclient-cpptext * rad977e2d114d / (README configure.ac): Replaced readline with libtprl in configure. | 16:58 |
CIA-33 | llnz tpclient-cpptext * r2eae8cbdb443 /src/ (Makefile.am console.cpp console.h main.cpp): | 16:58 |
CIA-33 | Client now runs with current git libtpproto-cpp. | 16:58 |
CIA-33 | Not all features and notifications are working yet. | 16:58 |
CIA-33 | llnz tpclient-cpptext * r70c6f7fcab66 /.gitignore: Added .gitignore file | 16:58 |
CIA-33 | llnz tpclient-cpptext * r481d570c422e /src/main.cpp: Added eventloop to GameLayer, now connects and all commands work. | 16:58 |
*** Iwanowitch has quit IRC | 17:09 | |
*** llnz has joined #tp | 17:11 | |
llnz | morning all | 17:12 |
*** nash has joined #tp | 17:31 | |
mithro | hey nash | 19:15 |
mithro | you where after me on the weekend? | 19:15 |
nash | heyo mithro | 19:15 |
nash | Yes... trying to get the bloody python libraries to build/work etc | 19:15 |
nash | There is still nothing in the README about installign them BTW | 19:16 |
mithro | you don't install them | 19:16 |
mithro | you just follow the instructions on the HOWTO page - http://www.thousandparsec.net/wiki/Ubuntu_Setup | 19:17 |
tpb | Title: Ubuntu Setup - Thousand Parsec Wiki (at www.thousandparsec.net) | 19:17 |
Iwanowitch_ | nash: If it's for daneel-ai you might want to take a look at what that setup.sh shellscript does and do the same for daneel-ai. | 19:18 |
*** Iwanowitch_ is now known as Iwanowitch | 19:18 | |
nash | mithro: Still not in README file | 19:19 |
nash | Iwanowitch: daneel-ai was barfing for no depends | 19:20 |
nash | which reminds me... is it possible to catch exceptions in python? | 19:20 |
Iwanowitch | nash: Yes, try-except block | 19:20 |
Iwanowitch | If that's what you are after. | 19:21 |
nash | Iwanowitch: Good... start with: ./daneel-ai ──(Mon,Aug25)─┘ | 19:21 |
nash | Traceback (most recent call last): | 19:21 |
nash | File "./daneel-ai", line 9, in <module> | 19:21 |
nash | import tp.client.threads | 19:21 |
nash | ImportError: No module named tp.client.threads | 19:21 |
nash | :-) | 19:21 |
* nash notes that is what as known as a loaded question ;-) | 19:21 | |
Iwanowitch | So basically I should say "hey, install the libraries"? :P | 19:21 |
nash | Iwanowitch: An exception traceback is for all practical purposes the same as core dump | 19:22 |
nash | Except a core dump can be opened with a debugger ;-) | 19:22 |
nash | If you generate one... it's _your_ bug | 19:22 |
nash | The whole point of exceptions (vs explicit errors - ala C) is that they are easier to catch. | 19:23 |
mithro | when I finally get the submodule stuff working you won't need to check out anything other then tpclient-pywx (as it will include all dependencies) | 19:23 |
Iwanowitch | I dunno. I find exceptions to be pretty helpful. I'd rather let them bubble out than catch a toplevel all-compassing exception, print "this exception happened" and then quit. That's silly. | 19:23 |
nash | mithro: If I searched the archives for IRC from 18 months ago... would I find that same quote? | 19:24 |
mithro | nope | 19:24 |
Iwanowitch | Definitely from 2 months ago. ;) | 19:24 |
mithro | submodules are only a new thing in git (less then 12 months old) | 19:24 |
mithro | I only upgraded git on the server a month or two ago | 19:24 |
mithro | and we are currently testing with tpserver-py | 19:24 |
nash | Iwanowitch: Agreed - they are better then a dumb "an error happened". But they are essentially the same for anyone who is not the developer. | 19:25 |
nash | Okay... so did the scratchpad thing... | 19:25 |
nash | still get: | 19:25 |
nash | import tp.client.threads .... No module named... yadda yadda | 19:26 |
Iwanowitch | Yes, scratchpad only sets up the client and tpsai-py. | 19:26 |
mithro | nash: so now you poke Iwanowitch and tell him to update setup.sh to include daniel-ai | 19:26 |
Iwanowitch | Can I do that? | 19:26 |
mithro | Iwanowitch: sure, why not? | 19:27 |
mithro | and at worst you just have to send me a patch | 19:27 |
mithro | anyway heading to work | 19:28 |
mithro | bblr | 19:28 |
Iwanowitch | "fatal: The remote end hung up unexpectedly" | 19:28 |
Iwanowitch | Though, wait a bit... | 19:28 |
Iwanowitch | Nope, permission denied. | 19:29 |
Iwanowitch | Patch send to mailing list. | 19:37 |
Iwanowitch | mithro, nash: ^ | 19:37 |
*** mithro_ has joined #tp | 19:45 | |
*** mithro has quit IRC | 19:45 | |
*** mithro_ is now known as mithro | 19:46 | |
CIA-33 | verhoevenv scratchpad * rd003bdb74686 /setup.sh: Added daneel-ai to setup.sh | 19:48 |
mithro | nash: did you get it all sorted? | 20:40 |
nash | no, just finished the monday morning meeting ;-) | 20:57 |
*** Demitar has joined #tp | 21:20 | |
*** Iwanowitch has quit IRC | 22:00 | |
CIA-33 | mithro tpclient-pywx-stable * r6e8ee610f66f / (.gitmodules libtpclient-py libtpproto-py requirements.py): | 22:20 |
CIA-33 | Add libtpclient-py and libtpproto-py as submodules. | 22:20 |
CIA-33 | Updated requirements.py to check the submodules. | 22:20 |
CIA-33 | mithro libtpproto-py * r4b05b93fdeea /tp/netlib/version.py: Also support "bare" references. | 23:38 |
CIA-33 | mithro tpclient-pywx-stable * r685e7d529599 /requirements.py: Try and initilise the sub-modules. | 23:43 |
CIA-33 | mithro libtpclient-py-stable * r41b113d25d51 /tp/client/threads.py: Make NetworkFailure events more specific. | 23:45 |
CIA-33 | mithro libtpclient-py-stable * r16eeb6b782a3 /tp/client/threads.py: Also download the game frame. | 23:45 |
CIA-33 | mithro libtpclient-py-stable * r7316668ec516 /tp/client/version.py: Also support "bare" references. | 23:45 |
CIA-33 | mithro tpclient-pywx-stable * r233799b27843 / (libtpclient-py libtpproto-py): Move the client/proto library forward. | 23:49 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!