Sunday, 2008-05-11

*** tpb has joined #tp00:00
*** ChanServ sets mode: +o tpb00:00
*** bddebian has quit IRC00:37
CIA-29jaffer tpserver-cpp-risk * ra61470831d51 / (37 files in 5 dirs): git-pulled main repository onto #risk branch01:30
*** xdotx has joined #tp01:44
*** JLafont has quit IRC01:58
JLPgood morning everyone02:21
mithrohey everyone02:52
Epyonlife sucks02:52
mithrohey xdotx02:52
mithroEpyon: oh :(02:52
mithroI missed jphr again :(02:53
*** peres has joined #tp02:58
*** llnz has joined #tp04:49
* llnz ponders05:10
llnzsorry for not being around today05:11
*** Marcel- has joined #tp05:39
llnzhi Marcel-05:40
Marcel-hi llnz05:41
*** peres has quit IRC05:50
Marcel-llnz: How big should be the ssh key for git?06:30
llnz1024 to 2048 is typical, iirc06:31
Marcel-bigger is better :D and which type? RSA v2 or DSA?06:32
llnzeither, i tend to use dsa though06:38
Marcel-llnz: And now you need the public key from me to create a repository for me?06:43
llnzyes, to create your account so that you could push to a repository06:43
llnz~seen mithro06:43
tpbllnz: mithro was last seen in #tp 3 hours, 50 minutes, and 36 seconds ago: <mithro> I missed jphr again :(06:43
Marcel-Should I send you the key?06:44
llnzbetter to sent it to mithro06:44
Marcel-Okay, I have send him a pm. I will not do much until Wednesday because I need to learn for drive test :/06:48
Marcel-llnz: Are there any rules for commiting to git repos?06:52
llnznot really06:52
llnzonly that all code should be open source licensed06:52
llnzand it pays not to mess with other people's code without asking06:53
Marcel-yes, I will release my code under gpl v3 I think. Yeah, that is clear.06:53
llnzcool07:00
Marcel-llnz: It seems that mithro is away.07:00
Marcel-Can you create a repo for me?07:02
llnzi can't, sorry07:07
llnzi'm not sure how07:08
*** AquaFox has joined #tp07:56
CIA-29jezuch documents * r64ebcd17d44c /protocol/protocol.xml: Small tweaks to glitches noticed by XML validator.08:05
*** peres has joined #tp08:05
* llnz wanders off08:29
llnzlater all08:29
*** llnz has quit IRC08:29
*** peres has quit IRC08:44
CIA-29jezuch documents * rde9118d4120f /protocol/protocol.xml:08:45
CIA-29Remove descstruct elements with empty structures.08:45
CIA-29Just to keep it consistent with the previous change of this sort.08:45
*** peres has joined #tp08:46
*** peres has quit IRC10:35
*** Ohm has joined #tp10:42
*** AquaFox has quit IRC11:15
*** AquaFox has joined #tp11:16
CIA-29jezuch libtpproto-java * re6c7e34fbdaf /src-generator/net/thousandparsec/netlib/generator/Generator.java: Add some documentation to the Generator's main class.11:19
CIA-29jezuch libtpproto-java * r90d88c19599b /src-generator/net/thousandparsec/netlib/generator/Generator.java: Add some @see's to Generator's javadocs.11:19
CIA-29jezuch libtpproto-java * r6c807a143bc9 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Initial javadocs for OutputGenerator interface.11:19
CIA-29jezuch libtpproto-java * r018d0643645f /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Make the javadocs for OutputGenerator#getIntegerTypeName more complete.11:19
CIA-29jezuch libtpproto-java * r0ac453c2ecc6 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java:11:19
CIA-29Rename "level" parameters to "nestingLevel", which is a bit more meaningful.11:19
CIA-29At least I didn't name it "indent"...11:19
CIA-29jezuch libtpproto-java * r77afc757a626 /src-generator/net/thousandparsec/netlib/generator/PacketHandler.java: Add a TODO to use description element to generate packet's comments.11:19
CIA-29jezuch libtpproto-java * r01aaccfbfc12 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: OutputGenerator#startProtocol and #startPacket javadocs.11:19
CIA-29jezuch libtpproto-java * rf52b571ad5ab /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: OutputGenerator#startPacketType javadocs.11:19
CIA-29jezuch libtpproto-java * r4b80feb023ab /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: OutputGenerator#endPacket javadoc.11:19
CIA-29jezuch libtpproto-java * rd004a83809f4 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: OutputGenerator#startParameterSet and #startParameterSetType javadocs.11:19
CIA-29jezuch libtpproto-java * r7c710f9310d1 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Add javadocs for parameter, structure and desc-structure event methods to OutputGenerator.11:19
CIA-29jezuch libtpproto-java * r20e1fa252d3f /src-generator/net/thousandparsec/netlib/generator/ (ParameterHandler.java ParametersetHandler.java): (log message trimmed)11:19
CIA-29Generate deserializer for *Desc classes only for parameters that have a descstruct.11:20
CIA-29This was untested, because no parameter had a descstruct until now. Previously11:20
CIA-29it added new parameters "speculatively" to a list of descstruct-having11:20
CIA-29parameters and generated deserializer for all of them if any had a descstruct,11:20
CIA-29which was obviously wrong. And, by the way, changed the protocol of11:20
CIA-29communication between ParametersetHandler and ParameterHandler: the latter no11:20
CIA-29jezuch libtpproto-java * reea8f8db4b02 /src-generator/net/thousandparsec/netlib/generator/ParametersetHandler.java: Fold the hasDescStruct condition to enclosing if and clear the current parameter handler when it quits.11:20
CIA-29jezuch libtpproto-java * r9f44ed8a0ac0 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Add OutputGenerator#endParameterSet javadoc.11:20
CIA-29jezuch libtpproto-java * rfccaf0f7fbd2 /src-generator/net/thousandparsec/netlib/generator/ (3 files): Remove unused targetDir parameter from OutputGenerator#endParameterSet.11:20
CIA-29jezuch libtpproto-java * r82f3384c1815 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Add OutputGenerator#endProtocol javadoc.11:20
CIA-29jezuch libtpproto-java * r74d5a14b6b05 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Oh, and a throws declaration, just to be consistent...11:20
CIA-29jezuch libtpproto-java * r0f49a8007d80 /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Add OutputGenerator#*Comment javadocs.11:20
CIA-29jezuch libtpproto-java * r96ce8a49cb93 /src-generator/net/thousandparsec/netlib/generator/ (8 files): Remove useless correction parameter from OutputGenerator#*Comment methods.11:20
CIA-29jezuch libtpproto-java * r9c992b1129bf /src-generator/net/thousandparsec/netlib/generator/ (3 files):11:20
CIA-29Fold printProperty{Def,Getter,Setter} into one generatePropertyDefinition in OutputGenerator.11:20
CIA-29They're called in tandem anyway. And it's better not to assume that languages other than Java even have the concept of getters and setters.11:20
CIA-29jezuch libtpproto-java * rd45be3bb982d /src-generator/net/thousandparsec/netlib/generator/OutputGenerator.java: Add OutputGenerator#generatePropertyDefinition javadoc.11:20
CIA-29(11 lines omitted)11:20
*** zzorn has quit IRC12:27
*** zzorn has joined #tp12:31
*** JLP has quit IRC13:25
*** TBBle_ has joined #tp14:28
*** mithro has quit IRC14:34
*** mithro has joined #tp14:35
*** TBBle has quit IRC14:40
*** JLP has joined #tp15:04
*** JLafont has joined #tp16:03
*** AquaFox has quit IRC16:36
*** llnz has joined #tp16:39
*** Epyon has quit IRC16:45
* llnz wanders to uni/work18:18
*** llnz has quit IRC18:18
*** nash has joined #tp19:03
*** llnz has joined #tp19:13
*** JLafont has quit IRC19:54
*** JLafont has joined #tp19:54
*** Marcel- has quit IRC20:04
*** xdotx has quit IRC20:26
mithromorning people21:01
nashheyo mithro21:04
mithrohow is everything?21:04
nashokay21:04
mithro~seen Iwanowitch21:04
tpbmithro: Iwanowitch was last seen in #tp 3 days, 3 hours, 57 minutes, and 8 seconds ago: <Iwanowitch> I feel like I'm hopelessly behind with everyone working so hard around me.21:04
nashyourself21:04
mithroI've been really slack :(21:04
nashnormal then ;-)21:06
llnzhi mithro21:09
mithroI was hoping I would get some tp work done - but i've only managed to make a few comments on jphr's blog21:09
mithroI fly to Sydney this Saturday21:10
llnzcool21:13
* llnz is Wellington *again* tomorrow and wednesday21:23
nashllnz: At least it's _slightly_ warmer...21:24
llnz:-)21:25
llnzit's still home in some ways21:25
nashllnz: It could be worse... you could be returning to adelaide21:27
llnzhehe :-)21:28
*** greywhind_ has joined #tp21:41
greywhind_mithro: ping?21:51
mithrogreywhind_: pong - but not for long21:51
greywhind_mithro: jmtan sent me a question that I need your help to answer21:52
greywhind_When I log in with one client ("jmtan") it creates the jmtan star21:52
greywhind_system. After that, I log in with a second client ("nonny") and with21:52
greywhind_this client I can view both jmtan and nonny star systems. But the21:52
greywhind_first client cannot view the nonny system (it doesn't appear in the21:52
greywhind_system tree and starmap), even though "nonny has joined" appears in21:52
greywhind_the message box. Restarting and logging in again doesn't help either.21:52
greywhind_any idea what might be the problem?21:52
*** greywhind_ is now known as greywhind21:52
llnzgreywhind: i know21:52
mithrosure - encourage him to post to the mailing list21:52
mithrollnz would have anwsered him there then :)21:53
llnz:-)21:53
greywhindmithro: i'll do that.21:53
greywhindllnz: do you want to tell me so I can pass it on to him, or e-mail him directly?21:53
llnzit's something everyone should know, get him to email the list21:55
mithrobblr22:04
CIA-29noegnud tpclient-pywx-stable * r655c697ebac9 /windows/main/panelMessage.py: Improved position of Filter window so it won't go below the client window.22:10
*** JLafont has quit IRC22:11
CIA-29pluskid schemepy * r75cce1384b11 /doc/log_book/todo/05-10-port-the-test-suites-of-pypy-scheme-to-schemepy.txt: Added a task for porting PyPy's Scheme test suites22:11
CIA-29pluskid schemepy * r3e0f35a723d3 /schemepy/ (guile/guile.py guile/guilehelper.c types.py): Added some helper methods to VM interface.22:11
CIA-29pluskid schemepy * r0bc6d730e9c0 /tests/test_multi_vm.py: Added test case for scoping of multi vm.22:20
*** zzorn_laptop has quit IRC22:20
*** llnz changes topic to "Thousand Parsec - www.thousandparsec.net || Why not help out? - www.thousandparsec.net/wiki/Getting_started_with_development | www.thousandparsec.net/wiki/Ideas_for_Programmers || www.thousandparsec.net/~tim/test-battle.avi || IRC Logs at www.thousandparsec.net/~irc/"22:29
nashThat topic so needs to be made sane22:30
nash"Why not help out?" should go, the two Gettign started and Ideas links need to be merged.  The test battle is way old now22:31
nashAnd the logs... well that can go to22:31
llnznash: then fix it then22:31
*** nash changes topic to "Pants on!"22:32
*** ChanServ changes topic to "Thousand Parsec - www.thousandparsec.net || Why not help out? - www.thousandparsec.net/wiki/Getting_started_with_development | www.thousandparsec.net/wiki/Ideas_for_Programmers || www.thousandparsec.net/~tim/test-battle.avi || IRC Logs at www.thousandparsec.net/~irc/"22:32
nashllnz: Worked well hey ;-)22:32
llnzhehe, i didn't think it would do that22:32
*** llnz changes topic to "Thousand Parsec - www.thousandparsec.net || Why not help out? - www.thousandparsec.net/wiki/Getting_started_with_development"22:34
llnzhow is that?22:34
nashMuch better ;-)22:34
*** tuna has quit IRC22:37
llnzthat wiki page has links to two of the three deleted urls22:39
nashIndeed22:47
nashNo one reads long topics... keep your marketing messages short and sweet22:47
llnzyeah22:47
*** tuna-fish has joined #tp22:50
nashback soon, lunch22:52
*** tuna-fish is now known as tuna22:55
*** greywhind_ has joined #tp23:33
*** greywhind has quit IRC23:33
*** JLafont has joined #tp23:53

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