Tuesday, 2010-08-17

*** tpb has joined #tp00:00
*** ChanServ sets mode: +o tpb00:00
*** verhoevenv has quit IRC00:42
*** StupidIncarnate has joined #tp01:06
StupidIncarnatellnz?01:07
*** tansell has joined #tp01:21
*** StupidIncarnate has quit IRC01:35
*** StupidIncarnate has joined #tp01:36
*** jnengland77 has joined #tp02:33
llnzStupidIncarnate: yes?02:44
StupidIncarnatenvm, it's no big deal now02:44
*** StrangerDanger has joined #tp02:46
*** glew has quit IRC02:55
*** Greywhind has joined #tp03:02
*** epyon-sa1ura has quit IRC03:03
*** Linkadmin has quit IRC03:31
llnzbbl, maybe03:53
*** llnz has quit IRC03:53
*** epyon-sakura has joined #tp03:54
*** StupidIncarnate has quit IRC04:15
*** tansell-laptop has joined #tp04:19
*** Linkadmin has joined #tp04:31
*** tansell-laptop has quit IRC04:39
*** jnengland77 has quit IRC05:36
*** epyon-sakura has quit IRC06:08
*** tansell-laptop has joined #tp06:08
*** epyon-sakura has joined #tp06:08
*** tuna-fish has quit IRC07:25
*** Linkadmin has quit IRC07:37
*** cahirwpz has joined #tp07:43
*** bisc has joined #tp08:21
*** StrangerDanger has quit IRC08:25
*** StrangerDanger has joined #tp08:37
CIA-31Krystian Bacławski master * r8576594 / (4 files in 2 dirs): Fixed bugs related to removing objects from Model. - http://bit.ly/9feEoS09:01
tpbTitle: Commit 8576594742430ca2b899be84cca74aca4a7c2303 to cahirwpz's tpserver-py - GitHub (at bit.ly)09:01
tansellepyon-sakura, got a link to those pictures?09:01
tansellcahirwpz, ping?09:02
cahirwpztansell, pong09:02
tansellcahirwpz, according to the logs the last time you communicated with me is 2010-07-2709:04
cahirwpztansell, can't remember when we talked last time - it's very possible09:05
cahirwpzI needed some help last week, but I didn't want to disturb you during the coding week09:06
cahirwpzKornel set up CIA for me - as you can see09:08
tansellso the last I heard is09:10
tansell<cahirwpz> so I'll contact you as soon as the command handling is restored - probably Friday09:10
cahirwpztansell, ouch - seems like my fault :/09:12
tansellto be blunt, at the moment (effectively at the end of GSoC) the only code I feel I can count against your project is the original libtpproto2-py work you did before GSoC started09:13
cahirwpztansell, what about test framework for tpserver-py ?09:14
tansellthe last code I saw was the stuff we discussed right after the mid-term09:15
cahirwpztansell, do you have time now to download my sources and run a series of tests with tpserver-tests tool ?09:17
cahirwpzit should be very easy09:17
tansellcahirwpz, I can't see how I could possibly review a whole GSoC's worth of work in the time remaining before GSoC finishes09:19
tansellERROR: Permission to cahirwpz/libtpproto2-py denied to mithro.09:21
cahirwpztansell, wait a sec09:22
cahirwpztansell, ok - I added you as a collaborator09:24
tansellThe following requirements where not met:09:25
tansell     tp.netlib > 0.4.009:25
cahirwpzhmm... strange - are you sure you've fetched my version of libtpproto2-py ?09:26
tansellyes09:26
tansell * Looking for Thousand Parsec Protocol Library 2 Version,09:27
tanselllist index out of range09:27
cahirwpzplease ensure that file tpserver-py/libtpproto2-py/.git/HEAD contains one line like this:09:27
cahirwpzref: refs/heads/master09:27
cahirwpzI didn't modify requirement.py file, there might be a bug there09:28
tansellcahirwpz, umm the submodule is always going to refer to a specific commit not a branch09:28
cahirwpzhmm... ok - I'll fix that09:28
cahirwpznote that sqlalchemy need sqlite >= 3.6.19 to use foreign keys properly09:30
tansell * Looking for SQLite,09:32
tansell      SQLite support installed, version 3.4.2 (DPI version 2.4.0)09:32
cahirwpznot good - I do recommend updating to newer version - I cannot really tell what may misbehave when foreign keys are not supported09:33
cahirwpzhttp://www.sqlite.org/cvstrac/wiki?p=ForeignKeyTriggers09:34
tpb<http://ln-s.net/7U1_> (at www.sqlite.org)09:34
cahirwpzhttp://www.hwaci.com/sw/sqlite/foreignkeys.html09:35
tpbTitle: SQLite Foreign Key Support (at www.hwaci.com)09:35
cahirwpzalso make sure that you've got a relatively fresh Twisted framework installation (probably any version greater or equal to 8.2 will work)09:36
*** StupidIncarnate has joined #tp09:38
tansellcahirwpz, added a bunch of comments to http://github.com/cahirwpz/libtpproto2-py/commit/18cdd944e83b2c3f519be37701665b01114af9de09:44
tpb<http://ln-s.net/7U1s> (at github.com)09:44
cahirwpztansell, I'm reading it now - I have to reread sources, because I made those changes long time ago09:47
*** epyon-sakura has quit IRC09:47
*** epyon-sakura has joined #tp09:47
cahirwpztansell, how about running the server / the test framework - did you manage to do this?09:47
tansellalso added some comments to09:50
tansellhttp://github.com/cahirwpz/libtpproto2-py/commit/fc52bf28bb5fd15532055746747f7ee4bc4bdd8909:50
tpb<http://ln-s.net/6cvP> (at github.com)09:50
tanselland http://github.com/cahirwpz/libtpproto2-py/commit/cac5ab01024fa67b1576b846c9b512b738c2af0209:54
tpb<http://ln-s.net/7U22> (at github.com)09:55
tanselltansell@tansell:~/foss/tp/tpserver-py$ ./test-all.sh09:58
tansell./tpserver-py-tool:160: Warning: 'with' will become a reserved keyword in Python 2.609:58
tansell  File "./tpserver-py-tool", line 16009:58
tansell    with DatabaseManager().session() as session:09:58
tansell                       ^09:58
cahirwpzI use 2.6 python09:59
tansellyes I see10:00
cahirwpzyou can easily fix it:10:00
cahirwpz from __future__ import with_statement10:00
tansell-laptoptest-all just outputs the requirements.py output10:03
tansell-laptopyour version.py in libtpproto2-py is out of date10:05
tansell-laptopit doesn't handle HEAD files which are bare commits such as those found in sub-modules10:06
cahirwpzit should print out following lines after requirements.py output:10:07
cahirwpz(Main) Game successfully created! You can use the 'tp' name as game identifier.10:07
cahirwpzYou probably want to populate the universe now.10:07
cahirwpz(Main) (Game: tp) (Game: tp) (Game: tp) (Main)10:07
tansell-laptopnope, see the reason above10:07
cahirwpztansell-laptop, I'll clone repositories again and check against those kind of errors10:08
cahirwpzcan you possibly disable a check in requirements.py for a while ?10:09
tansell-laptopI checked out master in libtpproto2-py and then test-all.sh gave your output10:09
tansell-laptop./tpserver-tests doesn't work10:10
tansell-laptophttp://pastebin.com/jC45n4ED10:10
tpbTitle: tansell@tansell-glaptop:~/oss/ - Anonymous - jC45n4ED - Pastebin.com (at pastebin.com)10:10
cahirwpztansell-laptop, forgot to mention - you need to run the server before you start testing it10:14
cahirwpztpserver-tests does not automatically start the server10:15
tansell-laptopcahirwpz, so at the moment I have no idea how to review this code10:20
cahirwpztansell-laptop, ok - let me think for a while10:22
cahirwpztp.server.model package hold all stuff related to the Model and its persistence in a database10:23
cahirwpzto understand how to use the Model it's the best to read test cases10:24
cahirwpzmore specifically - test suite classes10:24
cahirwpztp.server.commands package holds protocol command handlers along with classes responsible for converting between TP packets and Model objects - there's also privileges management there10:27
cahirwpztp.server.ruleset package has more or less the same responsibility as in the old server10:27
cahirwpzmaybe you should just start asking questions how particular data flow works and so on...10:28
tansell-laptopAugust 16: - Firm 'pencils down' date.10:31
cahirwpztansell, that's why I'm not going to make any noncritical changes to the server now - only those requested by you or bug-fixes10:35
tansell-laptopso why does a class ReferenceListParam( object ):#{{{10:36
tansell-laptop create a new table?10:36
tansell-laptopinfact all the parameters seem to match to new tables?10:38
cahirwpzeach parameter type was given a separate table10:38
cahirwpzthere're two ways in SQLAlchemy to map class inheritance onto SB10:39
cahirwpzDB10:39
cahirwpzone - each class, inherited and base is given a separate table10:39
cahirwpzor you can put everything into one table (which is IMHO very muddy solution)10:40
cahirwpzhttp://www.sqlalchemy.org/docs/05/mappers.html#mapping-class-inheritance-hierarchies10:41
tpb<http://ln-s.net/7U2i> (at www.sqlalchemy.org)10:41
cahirwpzanyway - the number of tables is constant10:42
cahirwpzyou might be interested in looking into DB initialized by minisecplus ruleset10:43
cahirwpzplease delete tp.db file, run test-all.sh minisecplus, and browse DB using sqliteman tool10:44
cahirwpzyou should quickly get the idea of how the Model is mapped onto DB10:44
tansell-laptopso a wormhole might have two AbsCoordParam params - how does that work?10:44
cahirwpzthere will be to entries in tp_object_parameter table10:46
tansell-laptopper object?10:46
cahirwpz( object_id, "end1", end1_paremeter_id )10:46
cahirwpz( object_id, "end2", end2_paremeter_id )10:47
cahirwpzyes - per a wormhole object10:47
*** Linkadmin has joined #tp10:50
cahirwpzthis mechanism is very flexible - you actually can parametrize every object in the Model, you just add a few lines two parametrized table and write classes similar to those in tp.server.rules.base.objects10:50
cahirwpzI thought it might be useful for Resources, as you tried to express (in Tim Trader ruleset) resources that are transportable or not10:51
*** epyon-sakura has quit IRC10:51
tansell-laptopcahirwpz, I can't see how I could possibly review all this code and changes in the time we have11:01
tansell-laptopcahirwpz, we also agreed to use the python logging module with an adapter, but you have ended up using something else11:02
cahirwpztansell, what do you propose? maybe we should try to focus on a single part of the server? or maybe the test framework is more interesting and easier to review?11:02
cahirwpztansell, I estimated changing logging mechanism and it was unreasonably high, comparing to log redirection to Twisted11:03
tansell-laptopyou seem to have implemented your own test framework11:04
cahirwpzyes - because of problems related to asynchrony11:05
tansell-laptopmany of your tests depend on a running tpserver-py11:05
cahirwpzI was really disappointed to find standard unittest module to be not enough for my needs11:05
cahirwpzalso I didn't find twisted.trial to match my needs11:06
cahirwpzit was really a hard decision not to use existing solution11:07
cahirwpzany existing solution11:07
tansell-laptopthere are swaths of commented out code11:07
cahirwpzwhat do you exactly mean ?11:09
tansell-laptopin a bunch of files there is a huge amount of code which is commented out11:10
tansell-laptopDesign.py for example11:10
cahirwpzI left out some old code to consult it in the future when I'll need it11:12
tansell-laptopcahirwpz, your still using the configuration.py stuff too11:14
cahirwpztansell, I had a patch for that somewhere, but I didn't commit it11:15
cahirwpzI'll prepare "release" branch and I'll put the patch there11:15
cahirwpzI'll also remove vim folding markers11:16
cahirwpzthe branch will be ready for tomorrow morning (CEST)11:17
tansell-laptopcahirwpz, what I have here is a 85% rewrite of tpserver-py - how am I suppose to evaluate this?11:17
tansell-laptopcahirwpz, I can't test it against an recent AI or client because nothing supports tp03 any more11:18
tansell-laptopcahirwpz, there is way to much code to review in a piece meal fashion11:18
tansell-laptopcahirwpz, and there are quite a few problems that needs to be fixed with no time to fix them11:18
cahirwpztansell, I'm willing to work on the server after GSoC if you don't mind11:20
tansell-laptopcahirwpz, and a number of pieces that need to be rewritten before I'd be happy with them11:20
tansell-laptopcahirwpz, but I can't evaluate you on work you might do in the future11:22
cahirwpztansell, if we're going to use TP04 I guess some things are missing11:22
cahirwpztansell, so what are we going to do?11:24
tansell-laptopcahirwpz, that is what I'm trying to figure out11:26
cahirwpztansell, I've put a lot of work into the server, I believe our communication wasn't as good as it should be - it seems that a large part of guilt is on me11:27
cahirwpzbut on the other hand - I felt you're not particularly interested what I was doing, and to mention - I'm a very self-reliant person11:29
cahirwpztansell, I didn't mention it earlier, but I found a pythonist who might be interested in developing rulesets - he's a Python Developer at Nokia Siemens Networks11:31
tansell-laptopcahirwpz, I know lots of people who are interested in developing rulesets in Python11:39
tansell-laptopcahirwpz, was I not clear at the mid-term evaluation that you needed to communicate with me more?11:39
tansell-laptophttp://www.thousandparsec.net/~irc/logs/%23tp.2010-07-12.log.html#t2010-07-12T06:38:2011:42
tpb<http://ln-s.net/7U3z> (at www.thousandparsec.net)11:42
*** Linkadmin has quit IRC11:42
cahirwpztansell, I felt you were not satisfied with my wiki and information I put there, we didn't talk much how our communication should exactly look like, I can only recall you suggested to communicate personally more often11:43
cahirwpztansell, well... communication is not my strong point - I though you noticed that quite early and would help me with that11:45
tansell-laptopcahirwpz, why did you not poke me about your progress?12:07
tansell-laptopor to ask questions?12:07
tansell-laptopeffectively it's been almost a month since you communicated anything to me12:11
cahirwpzThis has much to do with my character. I consider myself to be really self-reliant - I don't feel a need to be supervised to work effectively. That's a drawback but it's something I cannot escape :/12:12
cahirwpzI also thought that the role of a mentor is to look after the students.12:13
cahirwpztansell, how to add cahirwpz/tpproto2-py repository to cia.vc ?12:16
tansell-laptopcahirwpz, when I was critical of your code at the mid-term, did it not make you think that I should talk with me more about how to do things?12:17
cahirwpztansell, I felt that you were disappointed not with the code, but the fact that I have no working server to show to you12:19
*** glew has joined #tp12:21
CIA-31Krystian Bacławski master * rfc52bf2 / tp/netlib/structures/Enumeration.py :12:31
CIA-31EnumerationStructure fixes and improvements.12:31
CIA-31* stores int type internally so serialization will be always12:31
CIA-31successful12:31
CIA-31* value can be set using integer or string type, string will be12:31
CIA-31converted to integer automatically12:31
CIA-31* EnumerationStructure value can be converted back to string - http://bit.ly/dhPJ4p12:31
CIA-31Krystian Bacławski master * r6dda3f7 / test.sh : Changed path to code coverage tool. - http://bit.ly/9sekJF12:31
tpbTitle: Commit fc52bf28bb5fd15532055746747f7ee4bc4bdd89 to cahirwpz's libtpproto2-py - GitHub (at bit.ly)12:31
CIA-31Krystian Bacławski master * r18cdd94 / (4 files in 2 dirs): Changes that make forked tpserver-py work. - http://bit.ly/bdOsr912:31
tpbTitle: Commit 6dda3f74b425297624874dbbd69501588062f480 to cahirwpz's libtpproto2-py - GitHub (at bit.ly)12:31
tpbTitle: Commit 18cdd944e83b2c3f519be37701665b01114af9de to cahirwpz's libtpproto2-py - GitHub (at bit.ly)12:31
cahirwpzthat was a test only ;-)12:32
tansell-laptopwell I need to go home12:35
tansell-laptopit's 10:35pm here12:35
CIA-31Krystian Bacławski master * r65ff4f6 / tp/netlib/version.py : Fixed version string when used as git submodule. - http://bit.ly/cGf7Go12:36
tpbTitle: Commit 65ff4f68662ce09c061e63c6fe341c26065db2f1 to cahirwpz's libtpproto2-py - GitHub (at bit.ly)12:36
tansell-laptopcahirwpz, I need you to write up a reasonable explanation on why the unittest module does not work for your purposes12:36
tansell-laptopthe same goes for the logging module12:37
cahirwpztansell-laptop, It'll be done till tomorrow - I'll send you an e-mail12:37
tansell-laptopsend it to my work address12:38
cahirwpz@google.com ?12:38
tansell-laptopyes12:38
cahirwpzok12:38
tansell-laptopcahirwpz, and to be clear, the burden of proof to justify why is on your end12:39
cahirwpzI suppose so...12:40
CIA-31Krystian Bacławski master * r6c81ab3 / tp/netlib/objects_auto/Packet.py : Removed spurious print, xstruct refactoring. - http://bit.ly/cuaOTV12:43
CIA-31Krystian Bacławski master * ree92c62 / tp/netlib/parser.py : Changed anonymous closure into named one. - http://bit.ly/cGk6bc12:43
tpbTitle: Commit 6c81ab355eb44eea44103dbff770627f84a04030 to cahirwpz's libtpproto2-py - GitHub (at bit.ly)12:43
tpbTitle: Commit ee92c62caf58c69909ea9fa6ca5060715474c67f to cahirwpz's libtpproto2-py - GitHub (at bit.ly)12:43
*** Greywhind has quit IRC12:46
tansell-laptopcahirwpz, we'll talk more tomorrow12:46
cahirwpzsure12:46
tansell-laptopleaving now12:46
cahirwpzbye12:46
alanptansell-laptop: one of them is on thefacebook12:48
*** tansell-laptop has quit IRC12:51
CIA-31Krystian Bacławski master * r5e7508d / tp/netlib/objects_auto/Header.py : makeHeader should always return a new class. - http://bit.ly/aFQPaf13:13
tpbTitle: Commit 5e7508dbc9bbbf13f38ee9efbbb6decb5e5d8cf9 to cahirwpz's libtpproto2-py - GitHub (at bit.ly)13:13
*** Greywhind has joined #tp13:21
ezodglew: ping13:25
CIA-31Krystian Bacławski master * r036b494 / requirements.py : Corrected requirements. Added Twisted dependency. - http://bit.ly/9XT34213:45
tpbTitle: Commit 036b49451ddd12377c62e99c5b291149f6c92994 to cahirwpz's tpserver-py - GitHub (at bit.ly)13:45
CIA-31Krystian Bacławski master * r4bd7df0 / tp/server/packet.py : Reverted nasty fix. Both protocols are loaded. - http://bit.ly/d6pGbD13:57
tpbTitle: Commit 4bd7df034ad469894de136dea01439ab638e4c0a to cahirwpz's tpserver-py - GitHub (at bit.ly)13:57
glewezod: pong14:04
ezodhi14:05
glewhey14:05
ezodi need you to do a writeup on your blog14:05
ezodfinal report14:05
glewok, any specifics, or just a recap of the project?14:06
ezodrecap of the project - summarize what you accomplished, and particularly what functional features users now have that they didn't before14:06
ezodand also, a procedure that runs through everything14:07
glewfor the procedure, do you mean instructions to demonstrate the work?14:07
ezodyes14:07
glewok14:08
ezodexactly, a demo14:08
ezodif you can create a youtube video of yourself doing the procedure (xvidcap or something) that would be even better14:08
glewok, i'll see if i can get a screencast or something in14:09
glewhaven't done one before, but i'll see14:09
glewezod: i've been running into some errors when running tpclient-pywx, should I ask llnz about them?14:11
ezodwhat kind of errors?14:11
glewthe older version of tpclient-pywx i have functions14:11
glewum14:12
glewhold on14:12
glewValueError: Left over data found for 'ObjectDesc': ''\x00\x00\x00d''14:13
ezodhmm, have you tried merging the latest from the client and server into your branches?14:16
ezodthere's been a lot of protocol-related changes going on lately14:16
glewi had on sunday night14:16
glewso, yes, i did do a pull14:16
glewit could be related to libtpclient-py though14:17
glewi haven't done a pull on that for the recent changes14:17
ezodmaybe libtpproto-py?14:18
ezodwhen you say pull, can you explain what you're doing?14:18
ezodthe problem is you are working on branches that are named the same as the branches in the main repo14:18
ezodwhich isn't technically a problem, but can make merging confusing14:19
glewgit pull upstream master14:19
glewso upstream is the thousand parsec repo14:19
glewand instead of master14:20
glewtp0414:20
ezodyeah ok that should work so long as there are no merge conflicts14:20
glewi got one hte other day because of one thing that changed in the winMain.py but I addressed that14:20
ezodokay14:20
glewbut i'll try merging the new commits to my version of libtpclient-py14:21
ezodwell just make sure that libtpclient and libtpproto submodules are up to date14:21
ezodand also pull upstream in tpserver-cpp14:21
ezodif you haven't already14:22
glewlibtpproto should be up to date, i got that direct from the thousand parsec repo and its tp04 branch14:22
ezodif everything is up to date i don't see why you should be having problems - your code shouldn't trigger any kind of effect like that ObjectDesc frame error14:22
glewno, my libtpclient-py is out of date i think14:23
glewso thats hopefully the source of my problems14:23
CIA-31Krystian Bacławski master * rf378099 / tp/netlib/structures/Enumeration.py : Fixed a bug in Enumeration.check method. - http://bit.ly/b1wBCT14:25
tpbTitle: Commit f37809921d663521b3f9370ad252f3d71b5e00ed to cahirwpz's libtpproto2-py - GitHub (at bit.ly)14:25
CIA-31Krystian Bacławski master * rc98b6cb / tp/netlib/objects_auto/Packet.py : Fixed __str__ method in PacketMeta class. - http://bit.ly/9sBGLJ14:25
tpbTitle: Commit c98b6cb1bdd3a17ed5d0d1826f16c6ea61c07539 to cahirwpz's libtpproto2-py - GitHub (at bit.ly)14:25
CIA-31Krystian Bacławski master * r594e3de / libtpproto2-py : Updated reference to libtpproto2-py. - http://bit.ly/bZsqoY14:26
tpbTitle: Commit 594e3de3de5c43f307b7656374a13e7e555e014e to cahirwpz's tpserver-py - GitHub (at bit.ly)14:26
CIA-31Krystian Bacławski gsoc2010 * r34dc111 / (96 files in 17 dirs): Removed Vim fold markers. - http://bit.ly/9Y9ip014:36
tpbTitle: Commit 34dc11192aa7bd1b7dc382fee83ca02341d4ae4f to cahirwpz's tpserver-py - GitHub (at bit.ly)14:36
*** peres has joined #tp15:00
*** bisc has quit IRC15:27
glewezod: just wanted to let you know, updated everything, and it seems to be working now15:29
ezodgood15:31
CIA-31Krystian Bacławski gsoc2010 * rcd4052e / (11 files in 4 dirs): [mithro request] Pruned cmd line config feature. - http://bit.ly/d15lX215:41
tpbTitle: Commit cd4052e47f4c54e649edcba1e7be1dc38289ff48 to cahirwpz's tpserver-py - GitHub (at bit.ly)15:41
*** verhoevenv has joined #tp16:13
*** Loginx has joined #tp16:30
*** peres has quit IRC17:09
*** StupidIncarnate has quit IRC17:14
*** epyon-sa1ura has joined #tp17:58
*** UltraDMA has joined #tp18:15
*** UltraDMA has quit IRC18:21
*** UltraDMA has joined #tp18:35
*** UltraDMA has quit IRC18:43
*** UltraDMA has joined #tp18:58
*** UltraDMA has left #tp19:04
*** Loginx is now known as Linkadmin19:08
*** epyon-sa1ura has quit IRC20:50
*** llnz has joined #tp20:54
llnzmorning all20:54
CIA-31Krystian Bacławski gsoc2010 * r6f82b74 / (23 files in 7 dirs): [mithro request] Migrated to Python logging module - http://bit.ly/bDE92N21:21
tpbTitle: Commit 6f82b746647ac491579f833a12ef12b063a2eaad to cahirwpz's tpserver-py - GitHub (at bit.ly)21:22
*** cahirwpz has quit IRC21:37
ezodglew: i don't want to rush you, but i do want to rush you - let's see this wrap-up report and (hopefully) screencast asap22:06
glewyeah, trying to figure out using this screencast software22:07
ezodcool22:07
glewezod: how important is recorded sound? thats the part thats giving me trouble22:07
ezodup to you to decide if it's worth it really22:07
glewok22:07
ezodif not, you can just add those youtube callout thingies22:08
glewum, and I understand I need to get this out, i'm not trying to stall or procrastinate22:08
glewok22:08
glewI hope its ok that i touched up the code a little bit, I was only able to test the save function from the file menu today22:09
*** epyon-sakura has joined #tp22:09
ezodyeah i'm just pushing because i have the most insane possible schedule for the remainder of the month and evaluating your stuff is going to take a considerable chunk of time as it is22:09
ezodglew: i'm not worried about it22:09
ezodit's nothing major22:09
glewno, don't worry, I'll try to get it out fast22:10
ezodsounds good to me22:12
*** Greywhind has quit IRC22:16
*** Linkadmin has quit IRC22:17
*** Linkadmin has joined #tp22:34
*** Greywhind has joined #tp22:42
*** jmtan has joined #tp23:42
*** jmtan has quit IRC23:49
tansellllnz, ping?23:55

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