*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
llnz | back | 00:39 |
---|---|---|
*** nash has joined #tp | 01:06 | |
*** tuna-fish has joined #tp | 01:27 | |
*** tuna-fish has quit IRC | 01:28 | |
*** tuna-fish has joined #tp | 01:32 | |
*** tuna-fish has quit IRC | 02:14 | |
*** glew has quit IRC | 02:40 | |
*** mithro has joined #tp | 03:22 | |
*** nash has quit IRC | 03:48 | |
*** nash has joined #tp | 03:52 | |
*** Vadtec_ has quit IRC | 04:45 | |
*** nash has quit IRC | 04:58 | |
llnz | bbl | 05:02 |
*** llnz has quit IRC | 05:02 | |
*** Vadtec_ has joined #tp | 05:11 | |
*** Vadtec_ has quit IRC | 05:21 | |
*** nash has joined #tp | 05:27 | |
*** Vadtec_ has joined #tp | 05:36 | |
*** Vadtec_ has quit IRC | 06:04 | |
*** tansell-laptop has joined #tp | 06:06 | |
*** Vadtec_ has joined #tp | 06:06 | |
*** Epyon has quit IRC | 06:09 | |
*** nash has quit IRC | 08:00 | |
*** cahirwpz has quit IRC | 08:12 | |
*** Agon-laptop has joined #tp | 08:12 | |
*** cahirwpz has joined #tp | 09:09 | |
CIA-29 | llnz tpserver-cpp * r744e1cdb14a7 /tpserver/net.h: | 09:23 |
CIA-29 | Fixed bug that was the priority queue of timers was sorted the wrong way. | 09:23 |
CIA-29 | This fixes bug #95 | 09:23 |
*** llnz has joined #tp | 09:26 | |
llnz | yay, fixed timer bug | 09:28 |
*** JLP has quit IRC | 09:28 | |
*** JLP has joined #tp | 09:29 | |
*** JLP has joined #tp | 09:29 | |
* llnz wanders off | 09:35 | |
llnz | later all | 09:35 |
*** llnz has quit IRC | 09:35 | |
tansell | cahirwpz, ping? | 10:41 |
cahirwpz | tansell: pong | 10:42 |
tansell | cahirwpz, I've got some time to help with the issues now if you want | 10:43 |
cahirwpz | I don't have time right now - I'm preparing lecture notes for today | 10:43 |
cahirwpz | have you managed to start the client ? | 10:44 |
tansell | cahirwpz, do you have time to push a copy of your code to github? I wasn't able to get your patch to apply | 10:44 |
cahirwpz | don't have time right now :/ | 10:45 |
cahirwpz | I can send it to you by e-mail | 10:45 |
tansell-laptop | I'll give it another try | 10:45 |
cahirwpz | I think you should be able to apply a patch agaist tpserver-py | 10:49 |
cahirwpz | ahh.. and you should put libtpproto2-py into tpserver-py directory | 10:49 |
tansell-laptop | ahh, I need both your patches | 10:54 |
cahirwpz | yes - indeed :) | 11:00 |
tansell-laptop | exceptions.AttributeError: 'module' object has no attribute '_safeFormat' | 11:08 |
cahirwpz | which version of twisted do you have ? | 11:10 |
tansell-laptop | dunno | 11:11 |
cahirwpz | also a context of exception would be nice to know | 11:11 |
tansell-laptop | Searching for twisted | 11:12 |
tansell-laptop | Best match: Twisted 2.5.0 | 11:12 |
tansell-laptop | I changed the following | 11:12 |
tansell-laptop | util.untilConcludes( self.write, '%(time)s%(system)s%(text)s\n' % format ) | 11:12 |
tansell-laptop | from | 11:12 |
tansell-laptop | util.untilConcludes( self.write, log._safeFormat( '%(time)s%(system)s%(text)s\n', format ) ) | 11:12 |
tansell-laptop | and it works | 11:12 |
cahirwpz | Twisted 2.5.0 ?!?! | 11:12 |
cahirwpz | oh... my... such a dinosaur :) | 11:12 |
cahirwpz | latest version is 10.0.0 | 11:12 |
cahirwpz | I used 8.1.0 to write logger stuff | 11:13 |
cahirwpz | your change will cause logger to crash when message is malformed | 11:14 |
tansell-laptop | cahirwpz, see if you can add another 3-4 levels of indirection! :P | 11:16 |
cahirwpz | if they gonna save my ass from nasty bugs - then yes :> | 11:17 |
tansell-laptop | it would be nice if your code output the full traceback instead of just the AttributeError | 11:18 |
cahirwpz | normally it does - only logger stuff shouldn't fool proof | 11:18 |
cahirwpz | look at the beginning of logging.py - there's a pretty printer for traceback | 11:19 |
cahirwpz | its verbosity is affected by logging level | 11:19 |
cahirwpz | ok - back to writing lecture notes | 11:20 |
tansell-laptop | cahirwpz, how do I turn up the logging level? | 11:20 |
cahirwpz | for now it's fixed and may be broken as I removed configuration stuff from logging.py | 11:21 |
cahirwpz | try self.__level in logging.py:135 or logging.py:33 | 11:22 |
cahirwpz | in second case it's variable called level | 11:22 |
cahirwpz | I'll fix it as soon as we settle down with design of configuration handling | 11:23 |
tansell-laptop | cahirwpz, I'm going to have to wait till you have some time as I can't get this thing to give me a traceback of when and where the two errors are occuring | 11:25 |
cahirwpz | you're talking about those two: | 11:26 |
cahirwpz | [ThousandParsecProtocol] AttributeError: No value defined for length | 11:27 |
cahirwpz | [ThousandParsecProtocol] AttributeError: 'NewPacket' object has no attribute '__features' | 11:27 |
cahirwpz | ? | 11:27 |
tansell-laptop | yeah | 11:27 |
cahirwpz | comment out exeception handling at protocol.py:43,54-56 | 11:29 |
cahirwpz | also changing self.__level to 'debug1' in Logger will give more verbose traceback | 11:32 |
tansell-laptop | well, I fixed one error | 11:41 |
cahirwpz | nice - this with double "_" ? | 11:43 |
tansell-laptop | cahirwpz, just about to push now | 11:58 |
cahirwpz | what about my changes ? | 12:03 |
CIA-29 | mithro libtpproto2-py * rd7090b1f15cd /test.sh: Adding final end of line. | 12:06 |
CIA-29 | mithro libtpproto2-py * r97deff2ebf76 /tp/netlib/structures/List.py: Converting to using a single underscore as double underscore is specially mangled. | 12:06 |
CIA-29 | mithro libtpproto2-py * r277fbbee5fb6 /tp/netlib/structures/List.py: Assign the result of unpack somewhere. | 12:06 |
CIA-29 | mithro libtpproto2-py * r05eef94b1f92 /tests/ (testparser.py teststructureaccess.py): Making the tests a little more consistent. | 12:06 |
CIA-29 | mithro libtpproto2-py * r9ac0d0743788 /tests/testparser.py: Making the TP03 test include a non-zero length string. | 12:06 |
CIA-29 | mithro libtpproto2-py * r7064d39a29f7 /tests/teststructureaccess.py: Test an empty list for access. | 12:06 |
CIA-29 | mithro libtpproto2-py * rdb5d5890574b / (4 files in 3 dirs): Adding a way to populate packets using unpack. | 12:06 |
tansell-laptop | cahirwpz, | 12:07 |
tansell-laptop | <CIA-29> mithro libtpproto2-py * r277fbbee5fb6 /tp/netlib/structures/List.py: Assign the result of unpack somewhere. | 12:07 |
tansell-laptop | that line should fix your bug | 12:07 |
cahirwpz | [ThousandParsecProtocol] Received response: | 12:12 |
cahirwpz | [ThousandParsecProtocol] Version: 3 | 12:12 |
cahirwpz | [ThousandParsecProtocol] Sequence: 3 | 12:12 |
cahirwpz | [ThousandParsecProtocol] Type: FEATURES | 12:12 |
cahirwpz | [ThousandParsecProtocol] Length: 48 | 12:12 |
cahirwpz | [ThousandParsecProtocol] Features: [3, 5, 65536, 65537, 65538, 65540, 65541, 65542, 65543, 65539, 1000 | 12:12 |
cahirwpz | great! it works :) | 12:12 |
cahirwpz | ok - I'll continue tomorrow experimenting with libtpproto2-py and TP protocol itself | 12:12 |
mithro | I have a bunch of comments on your style, but it can wait till tommorrow | 12:18 |
cahirwpz | have in mind that some of them are forced by Twisted philosophy | 12:35 |
cahirwpz | I'm eager to hear them... | 12:36 |
mithro | home time for be | 12:50 |
mithro | see ya! | 12:50 |
cahirwpz | bye | 12:54 |
*** mithro has quit IRC | 12:54 | |
*** mithro has joined #tp | 13:16 | |
ezod | ~seen glew | 13:23 |
tpb | ezod: glew was last seen in #tp 13 hours, 28 minutes, and 52 seconds ago: <glew> ezod: hey ezod | 13:23 |
Agon-laptop | JLP, ping? | 13:25 |
JLP | Agon-laptop: pong | 13:26 |
Agon-laptop | Hey, llnz told me to speak to you about Parsek. | 13:27 |
JLP | feel free to :) | 13:28 |
Agon-laptop | About the status of Parsek and if I should upload my code to the KDE repository or a cloned git repo | 13:28 |
JLP | well the kde svn has newer code so you should use that one | 13:31 |
JLP | as for the status, it connects to the server and downloads the objects into a model which is currently displayed by a tree | 13:33 |
JLP | i think it's best if you try it out and just see where it is at | 13:33 |
Agon-laptop | I already checked out the source code from the KDE repo and compiled it, runs atm. but cant really test as no server is running :/ , guess I need to setup one. | 13:34 |
JLP | it looks like this summer i will not work on it as i'll be a gsoc student with kde | 13:34 |
JLP | yeah, it's best to just setup your own server | 13:34 |
Agon-laptop | will do that | 13:37 |
Agon-laptop | Do you think it is better to get access to the KDE svn repo and upload code there or clone the svn repo and migrate to a git repo? | 13:38 |
mithro | Agon-laptop: you'll need your own server to be able to test things properly | 13:38 |
Agon-laptop | mithro: Setting up one atm. | 13:40 |
JLP | Agon-laptop: i'd go with svn and if you plan to work more on it i would just ask for the account, otherwise just send the patches and i'll get them in | 13:53 |
*** cahirwpz has quit IRC | 14:08 | |
*** Epyon has joined #tp | 16:25 | |
*** Epyon has quit IRC | 17:23 | |
*** Epyon has joined #tp | 17:34 | |
*** welterde has quit IRC | 17:35 | |
*** welterde has joined #tp | 17:48 | |
*** welterde has quit IRC | 18:04 | |
*** welterde has joined #tp | 18:16 | |
*** cahirwpz has joined #tp | 18:38 | |
*** cahirwpz has quit IRC | 18:41 | |
*** StupidIncarnate has joined #tp | 19:00 | |
*** Landon has quit IRC | 19:18 | |
*** Landon has joined #tp | 19:18 | |
*** Landon has joined #tp | 19:18 | |
*** cahirwpz has joined #tp | 19:21 | |
*** cahirwpz_ has joined #tp | 19:23 | |
*** cahirwpz_ has quit IRC | 19:23 | |
*** cahirwpz_ has joined #tp | 19:26 | |
*** cahirwpz has quit IRC | 19:26 | |
*** cahirwpz_ has quit IRC | 19:26 | |
*** null_000 has joined #tp | 19:44 | |
*** StupidIncarnate has quit IRC | 20:07 | |
*** null_000 has quit IRC | 21:16 | |
*** llnz has joined #tp | 21:17 | |
llnz | morning all | 21:21 |
Agon-laptop | hello | 21:23 |
Agon-laptop | llnz, should I also setup a blog? | 21:24 |
llnz | if you want, it's an easy way to let everyone know what you are working on and how you are goign | 21:24 |
llnz | i will want to see (by email or blog) weekly (or more frequent) progress reports | 21:26 |
Agon-laptop | after 24 may or starting now? | 21:38 |
* JLP only now realized that Agon-laptop has been accepted as GSoC student working on Parsek :) | 21:39 | |
Agon-laptop | uh I am sorry that I forgot to tell you that :/ | 21:40 |
JLP | hehe, no worries, it looks like i somehow missed that :) | 21:40 |
JLP | in that case i would also propose you add your blog to Planet KDE, if you decide to set it up | 21:41 |
Agon-laptop | I will setup a blog tomorrow, going to bed now. | 21:48 |
Agon-laptop | bye all | 21:49 |
*** Agon-laptop has quit IRC | 21:49 | |
*** cahirwpz has joined #tp | 22:44 | |
*** glew has joined #tp | 23:11 | |
*** mithro has quit IRC | 23:47 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!