Friday, 2009-06-19

*** tpb has joined #tp00:00
*** ChanServ sets mode: +o tpb00:00
tanselleverything else similar seems to work00:08
tansell(string-append (number->string 1000) " Hello")00:08
tansellthat works00:08
alanp_let me try a different property on the dummy comp00:09
alanp_tp.client.pyscheme.error.SchemeError: Unknown expression type -- eval  HP00:11
tansellso does00:11
tanselllet ((bits (list 500000000))) ((lambda (bits) (let ((n (apply + bits))) (cons n (string-append (number->string (/ n 1000000)) " mega-units")) ) ) bits))00:11
alanp_how are you testing it?00:11
alanp_you set the display function to that?00:11
alanp_i can't connect if i set a display function to that...00:13
tansellalanp_, testing it in pyscheme interperator00:18
tansellsomething tpclient-pywx is doing to pyscheme is making it so that it can't parse that00:18
alanp_nod00:18
tanselloh - I think I might have discovered the difference00:24
tansellahh ha! unicode bytes again00:25
llnzhehe00:27
llnzbbl00:30
*** llnz has quit IRC00:30
*** krytzz has quit IRC01:04
*** krytzz has joined #tp01:21
alanp_tansell: ahhhhh01:24
alanp_well, i have to get to sleep, it's about 1:30AM here01:25
*** alanp_ is now known as alanp01:25
tansellalanp, just about to push a patch01:25
CIA-21mithro libtpclient-py-stable * r808b10cd2dd9 /tp/client/pyscheme/expressions.py: Make pyscheme work with unicode inputs.01:25
alanpall good now?!?!01:25
alanphm, i still error out01:28
CIA-21mithro tpclient-pywx-stable * r63b1b014b882 /libtpclient-py: Bumped libtpclient-py for pyscheme fix.01:29
alanpah01:29
tansellalanp, now you need to do an update01:29
tanselland requirements.py should update libtpclient-py01:29
* alanp did01:29
tansellit works locally here01:30
tansell(with minisec that is)01:30
alanpi'm getting different errors now01:31
tansellwell - the scheme stuff is working01:31
alanpunbounded variable01:31
alanptp.client.pyscheme.error.SchemeError: Unbound variable designtype.missilesize01:31
alanpNow evaluating (lambda (design) (* (floor (/ 88 (designType.MissileSize design))) (designType.MissileFirepower design)))01:31
tansellalanp, so that is probably a problem in your scheme01:32
alanphmmm01:32
tansell(or atleast the order that you are telling the client to evaluate the scheme)01:33
alanphow did you test it in minisec?01:36
*** llnz has joined #tp01:37
tansellI clicked new design01:37
tansellthen clicked add component01:37
tanselland noticed that the scheme parsing error had gone away01:37
tansellnow it gets a01:38
tansellTraceback (most recent call last):01:38
tansell  File "./windows/main/winDesign.py", line 331, in OnAdd01:38
tansell    if self.selected.Used == -1:01:38
tansellAttributeError: 'Design' object has no attribute 'Used'01:38
tansellerror01:38
alanpi still get an error in parser01:39
alanphmm01:39
tansellwhat does requirements.py show?01:39
alanpno error there01:40
alanpthe original keyerror i was getting earlier01:40
CIA-21mithro tpclient-pywx-stable * r3c4511f4c416 /windows/main/winDesign.py: Fixed the wrong case for Design.used.01:40
tansellalanp, no - give me the output01:40
alanphttp://pastebin.com/m6282040001:40
tpbTitle: pastebin - collaborative debugging tool (at pastebin.com)01:40
tansellthat is not the output of requirements.py01:41
alanphttp://pastebin.com/m12a5425d01:42
tpbTitle: pastebin - collaborative debugging tool (at pastebin.com)01:42
alanpworks on minisec now, nice01:43
alanpawesome the scheme errors work too01:43
alanpthe error messages seem to stack though, if you add 2 components with the same error message, the error box reports the same error 2 times01:44
tansellokay looks like you have the right versions of things now01:44
alanpwell i pulled after each commit :)01:45
alanpi need to catch some sleep, i will continue this tommorow, thanks for the assistance!01:46
*** Khezar has quit IRC01:48
*** Greywhind has joined #tp01:48
llnznash and all: epyon has been away with exams, will be in a couple of days01:50
tansellhey Greywhind01:57
tansellyou'll probably want to merge some of the change I just commited01:57
Greywhindtansell: ok02:07
Greywhindi'll look at that tomorrow02:08
tansellyou can either try and merge02:08
tansellor just use git-cherry-pick02:08
*** Landon has quit IRC02:49
*** Landon has joined #tp02:53
*** peres has joined #tp03:13
*** greenlion has joined #tp03:17
*** nash has quit IRC03:55
*** llnz2 has joined #tp03:58
*** llnz has quit IRC03:59
*** llnz2 is now known as llnz03:59
*** Greywhind has quit IRC04:44
*** llnz2 has joined #tp04:45
*** llnz has quit IRC04:45
*** llnz2 is now known as llnz04:45
CIA-21mavrinac tpserver-cpp-battlexml * r104409969059 /AUTHORS:05:10
CIA-21Revert "Added myself to the AUTHORS file as per Aaron"05:10
CIA-21This reverts commit 7a7c21df9fee817f3dfddbc28006d4fbf87f5e88.05:10
CIA-21mavrinac tpserver-cpp-battlexml * redf129ae406d / (24 files in 3 dirs): Merge branch 'master' of git+ssh://[email protected]/git/tpserver-cpp05:10
CIA-21mavrinac tpserver-cpp-battlexml * r4d076fa5600d / (tpserver-cpp-inplace.xml tpserver-cpp.xml.in):05:10
CIA-21Add 'started' element to tpconfig XML (regex to match so that single05:10
CIA-21player launchers know when the server is ready).05:10
CIA-21llnz tpserver-cpp-battlexml * rba946f3725a4 / (15 files in 3 dirs): Merge branch 'battlexml'05:10
CIA-21llnz tpserver-cpp-battlexml * r57091918f499 /tpserver/Makefile.am:05:10
CIA-21Put the tinyxml.h in the right place in make install05:10
CIA-21Sets up another header install location and what headers go there. Much05:10
CIA-21better than having to setup many convience libraries.05:10
CIA-21llnz tpserver-cpp-battlexml * r8c700d232504 /tpserver/ (game.cpp game.h):05:10
CIA-21Add exception and try catch for failure of createGame in a Ruleset.05:10
CIA-21Allows for the ruleset to fail to createGame, safely. Closes issue 82.05:10
CIA-21llnz tpserver-cpp * r8c700d232504 /tpserver/ (game.cpp game.h):05:10
CIA-21Add exception and try catch for failure of createGame in a Ruleset.05:10
CIA-21Allows for the ruleset to fail to createGame, safely. Closes issue 82.05:10
*** mithro has quit IRC06:28
*** peres has quit IRC07:04
*** llnz2 has joined #tp07:34
*** llnz has quit IRC07:34
*** llnz2 is now known as llnz07:34
*** llnz has quit IRC07:57
*** Noughmad has joined #tp09:10
*** peres has joined #tp09:35
*** peres has left #tp12:29
*** Erroneous has joined #tp13:26
*** Greywhind has joined #tp14:01
*** greenlion has quit IRC15:32
*** krytzz has quit IRC15:32
*** gau_veldt has quit IRC15:32
*** greenlion has joined #tp15:34
*** krytzz has joined #tp15:34
*** gau_veldt has joined #tp15:34
*** Noughmad has quit IRC16:09
*** greenlion has quit IRC19:41
*** Erroneous has quit IRC20:08
CIA-21joelboh tpclient-pyweb * r6113a917dd37 /backend/ (application.py middleman.py utils.py): Backend: First attempt at support for orders. Also added a utils module.20:17
CIA-21joelboh tpclient-pyweb * r7bc3500ee650 /backend/application.py: Backend: Forgot to update turn info in get_orders handler.20:30
*** llnz has joined #tp23:49
*** llnz2 has joined #tp23:53
*** llnz has quit IRC23:54
*** llnz2 is now known as llnz23:54

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