*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** Linkadmin has quit IRC | 00:52 | |
*** llnz has quit IRC | 01:02 | |
*** mithro has joined #tp | 01:03 | |
*** llnz has joined #tp | 01:04 | |
*** verhoevenv has quit IRC | 02:33 | |
*** nash has joined #tp | 03:22 | |
*** Linkadmin has joined #tp | 03:54 | |
*** tansell-laptop has quit IRC | 03:56 | |
llnz | bbl, maybe | 04:01 |
---|---|---|
*** llnz has quit IRC | 04:01 | |
*** tansell-laptop has joined #tp | 05:07 | |
*** welterde has quit IRC | 05:19 | |
*** Loginx has joined #tp | 05:19 | |
*** Linkadmin has quit IRC | 05:32 | |
*** nash has quit IRC | 05:35 | |
*** nash has joined #tp | 05:36 | |
tansell | ~seen bisc | 06:36 |
tpb | tansell: bisc was last seen in #tp 3 days, 22 hours, 35 minutes, and 43 seconds ago: <bisc> tansell: have a look at the latest patch http://codereview.mithis.com/59001 | 06:36 |
*** nash has quit IRC | 07:09 | |
*** nash has joined #tp | 07:13 | |
*** cahirwpz has joined #tp | 07:15 | |
*** welterde has joined #tp | 07:25 | |
tansell | cahirwpz, ping? | 07:32 |
cahirwpz | tansell, pong | 07:33 |
tansell | cahirwpz, so where are we at with your code? | 07:33 |
cahirwpz | tansell, well I rewrote the testcases to make them somewhat more readable | 07:34 |
tansell | cahirwpz, should I look at them? | 07:34 |
cahirwpz | moreover... we've been reviewing the code and I expect more questions and comments | 07:35 |
cahirwpz | tansell, yes - that'd be great | 07:35 |
cahirwpz | tansell, I learn now how to create custom mapping collections in sqlalchemy - I want to simplify access to design's components, component's properties, object's resources and other similar cases | 07:41 |
tansell | okay | 07:41 |
cahirwpz | Design( name = "foobar", components = [ DesignComponent( component = armor_plate, amount = 6 ), DesignComponent( component = missile, amount = 3 ) ] ) would become sth like that: | 07:43 |
cahirwpz | Design( name = "foobar", components = { armor_plate : 6, missile : 3 } ) | 07:44 |
cahirwpz | tansell, could you send me a sample battle xml file, I'm curious what kind of data does it store | 07:49 |
tansell | cahirwpz, there should be some in the repository | 07:50 |
cahirwpz | tansell, ok - I'll look for it | 07:51 |
cahirwpz | tansell, I'm going to clean up the repository soon - merge master and gsoc2010 branches, etc. | 07:56 |
tansell | okay | 07:56 |
cahirwpz | tansell, should I care about other branches (that were not created by me) like dronesec / schemepy ? | 07:56 |
tansell | not for the moment | 07:56 |
cahirwpz | should I remove them or ignore them ? | 07:59 |
*** null_000 has joined #tp | 09:33 | |
*** nash has quit IRC | 09:36 | |
*** nash has joined #tp | 09:52 | |
*** nash has quit IRC | 10:23 | |
*** null_000 has quit IRC | 10:44 | |
*** StupidIncarnate has joined #tp | 11:12 | |
StupidIncarnate | so that's the final results supposed to be? | 11:14 |
StupidIncarnate | the timelines kind of vague about it | 11:14 |
*** Loginx is now known as Linkadmin | 12:35 | |
*** verhoevenv has joined #tp | 13:11 | |
*** verhoevenv_ has joined #tp | 13:12 | |
*** verhoevenv has quit IRC | 13:15 | |
*** verhoevenv_ has quit IRC | 13:56 | |
*** verhoevenv_ has joined #tp | 13:59 | |
*** verhoevenv__ has joined #tp | 14:00 | |
*** verhoevenv_ has quit IRC | 14:02 | |
*** verhoevenv has joined #tp | 14:17 | |
*** verhoevenv__ has quit IRC | 14:20 | |
*** Greywhind has joined #tp | 14:22 | |
*** null_000 has joined #tp | 14:59 | |
*** verhoevenv has quit IRC | 15:02 | |
*** jmtan has joined #tp | 15:40 | |
*** verhoevenv has joined #tp | 17:25 | |
*** StrangerDanger has quit IRC | 18:15 | |
*** StrangerDanger has joined #tp | 18:15 | |
*** null_000 has quit IRC | 19:04 | |
*** StupidIncarnate has quit IRC | 19:11 | |
*** llnz has joined #tp | 20:01 | |
CIA-27 | Krystian Bacławski gsoc2010 * r31a49fe / (8 files in 4 dirs): (log message trimmed) | 20:14 |
CIA-27 | Simplified access to dictlike associations. | 20:14 |
CIA-27 | * Replaced Design.components list of DesignComponents with | 20:14 |
CIA-27 | dictionary: { Component : Amount } | 20:14 |
CIA-27 | * Replaced Design.properties list of DesignProperties with | 20:14 |
CIA-27 | dictionary: { Property : Value } | 20:14 |
CIA-27 | * Replaced Component.properties list of ComponentProperties with | 20:14 |
llnz | morning all | 20:26 |
cahirwpz | hi llnz | 20:28 |
llnz | hi cahirwpz | 20:28 |
cahirwpz | do you know where can I find a sample battle xml file ? I looked for it in official repositories but must've overlooked it... | 20:30 |
llnz | in the battlexml repo, there is a couple of files | 20:31 |
llnz | if you need, i can provide some real battlexml files | 20:32 |
cahirwpz | http://github.com/thousandparsec - I cannot find battlexml repo here... | 20:32 |
tpb | Title: thousandparsec's Profile - GitHub (at github.com) | 20:32 |
llnz | try git.thousandparsec.net | 20:34 |
llnz | ah, | 20:34 |
llnz | battleviewer repo | 20:35 |
llnz | on github | 20:35 |
llnz | right at the bottom | 20:35 |
cahirwpz | ok - I found it - thanks :) | 20:36 |
*** Greywhind has quit IRC | 21:05 | |
CIA-27 | Krystian Bacławski gsoc2010 * rd6f1b1e / (4 files in 3 dirs): Added / fixed log messages in a few classes. - http://bit.ly/bwl00f | 21:20 |
tpb | Title: Commit d6f1b1e0cc998fad6e63983648a24bcbc82ace88 to cahirwpz's tpserver-py - GitHub (at bit.ly) | 21:20 |
*** cahirwpz has quit IRC | 21:52 | |
*** verhoevenv has quit IRC | 21:56 | |
*** Greywhind has joined #tp | 22:57 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!