Hi,

Here is the log of the chatroom at http://community.hackit.cx/chat/ for the 
24/12/2010.


06:59:35 <> Pramendra joins Farsides
08:28:29 <> vlad joins Farsides
08:35:31 <Pramendra> vlad quit (timeout)
08:46:52 <vlad> Hello
08:50:52 <Xavier> hello Vlad!
08:51:01 <Xavier> how are you?
08:51:23 <vlad> good. and you?
08:51:40 <Xavier> very well : ) it's good to have more time to code ;p
08:51:56 <Xavier> how is the project you work on going?
08:52:05 <vlad> iknow. there's ver enough time :)
08:52:13 <Xavier> ahaha, so true ;p
08:53:12 <Xavier> today I think I'm going to focus on missions - adding hooks 
and updating the API documentation
08:54:02 <vlad> ok, then i'm going to work on the gauge as planned. unless you 
need my help wih something else?
08:54:32 <Xavier> so far so good - but I may need your help, I'll tell you if I 
have questions : )
08:55:02 <Xavier> Btw you may want to have a look at the changelog (not sure if 
you have read my last emails) I've changed a few stuff in the workflow for 
missions
08:55:29 <Xavier> And since I've fixed the indentation, be careful to merge 
before modifying stuff, or you'll get conflicts
08:55:37 <vlad> yes, i've read them. I'll start with a merge from t trunk
08:55:51 <Xavier> ok!
08:56:03 <Xavier> if you have questions about the changes let me know
08:56:11 <vlad> sur
08:56:15 <vlad> e
08:56:32 <Xavier> and in general don't hesitate to review my code - when you 
think I'm doing something wrong, it's good for me to know
08:56:59 <vlad> ok
09:05:32 <Xavier> vlad quit (timeout)
09:05:37 <> vlad joins Farsides
09:06:26 <vlad> i get a weird error when running hackit after the merge: 
Warning: require_once(/var/www/hackit/classes/external/KLogger.php): failed to 
open stream: Permission denied in /var/www/hackit/functions/func_log.php on 
line 33
09:07:05 <vlad> i looked at the KLogger file permission and everything seems in 
order. Any ideas?
09:13:56 <vlad> ok, fixed it. The "external" dir didn't have 755 permissions
09:14:38 <> da joins Farsides
09:14:49 <da> hello everyone
09:14:52 <Xavier> oh, sorry for that - thanks for fixing it
09:15:17 <Xavier> Sorry I didn't reply sooner, I was discussing with David who 
just arriver
09:15:24 <Xavier> arrived
09:15:40 <Xavier> hi David : )
09:15:47 <vlad> hi David
09:15:59 <da> hey Xav, hey Vlad
09:16:41 <da> Hey Pramendra
09:17:03 <da> I've got a question for you Vlad :) The remaining bugs from the 
previous milestones, can you give me an update ?
09:17:42 <da> If we can close these milestones it would be good news for 
everyone !
09:19:27 <vlad> i've worked on all the bugs and i've taken them as far as i 
could :)
09:20:08 <vlad> for the php make check. i got it to the point where i get no 
errors on my side. however the notices are still there on Xaviers computer
09:21:39 <da> ok thx I'll check that. For today the gauge is a good plan. If 
there is something remaining on the milestones I'll let you know and you'll see 
some other day what you can do, ok ?
09:22:11 <vlad> yes, sure
09:22:13 <da> Sorry if it was already mentioned before I arrived but Vlad do 
you have any question regarding the gauge for today ?
09:22:16 <da> good
09:22:49 <vlad> at this pont no, but if something comes up i'll ask in the chat
09:23:00 <da> perfect
09:23:21 <da> I'll be there all day, you can grab me at any point
09:23:28 <vlad> great
09:37:00 <Xavier> vlad quit (timeout)
09:44:58 <> vlad joins Farsides
09:54:33 <vlad> Xavier, i get this notice: Use of undefined constant 
logger_dbobject - assumed 'logger_dbobject' in 
/var/www/hackit/includes/init_dbobject.php on line 50
09:54:49 <vlad> Where do you define it? i didn't see it in config.php.dist
09:55:59 <Xavier> I think it's related to klogger
09:56:41 <Xavier> functions/func_log.php imho
10:00:25 <vlad> ok, i saw the function. I put the logger_dbobject in quotes so 
it will not raise the warning
10:01:09 <Pramendra> Xavier quit (timeout)
10:07:02 <Xavier> good - the dbo logger still finds the function at runtime?
10:31:41 <vlad> i think so, it doesn't give me any errors and before the change 
thats how php interpreted it anyways
10:33:59 <Xavier> yup, but I think by default it looks for a file to write it 
on, unless the parameter is a function - to check you can activate 
define('DEBUG', 1); in config.php
10:35:12 <Xavier> which is actually useful to trace dbo errors btw
11:40:19 <da> Xav, when you're available, can you have a look at 
http://farsides.com/forum/index.php?t=msg&th=5941&goto=11962&#msg_11962 please 
? For final review on past milestones
12:03:00 <da> Xav by the way I just read your mail on indentation issues on php 
files -> so I guess the https://bugs.launchpad.net/hackit/+bug/685939 is fixed 
now
12:03:36 <Xavier> yes
12:44:52 <da> Xav - Can you tell me which part of the mission API on the wiki 
is up to date ? (I can update the rest).  I was wondering because in the 
mission itself I see : 1) use of wait_for_action() and not wait_for(), 2) REPLY 
followed by reply_contains() rather than use of REPLY_TEXT and I was wondering 
why
13:04:28 <da> someone knows how it's possible to see diff side-by-side in 
terminal. I typed bzr diff -r116 agent_partone.php , and I'm looking for an 
extra option to see side-by-side but couldn't find it
13:05:23 <Xavier> I don't think so no - but you can probably find an editor of 
diffs that does, the output of bzr diff is standard
13:05:29 <Xavier> look at diff editor
13:05:45 <Xavier> or diff viewer in google - you should find stuff
13:09:54 <da> ok thanks$
15:07:41 <vlad> Xavier, i need to add a function to the mission abstract class 
to hook up the reward functionality. Should i use the version i merged from 
this morning, or is there a newer version taht you would like me to use?
15:10:07 <da> Vlad - Xav is afk for some time. I know he pushed a new version 
on trunk 1/2 hour ago, maybe you could use this one ?
15:10:33 <da> Or you can wait for him to come back if you want a more certain 
answer :)
15:11:36 <vlad> ok, i'll start to work on the frontend and do that part later
15:12:13 <da> ok
16:16:32 <vlad> Pramendra quit (timeout)
17:00:43 <vlad> i think i'm done :)
17:01:05 <vlad> i'm pusing right now to the repository and i'll write an email 
about what i've done
17:01:29 <da> cool ! I'll try it later today :)
17:01:35 <vlad> the branch is called gauges
17:01:39 <da> Anything I should now in order to test it ?
17:01:57 <da> know not now
17:02:27 <vlad> not really. i'll explain everything in the email
17:02:36 <da> ok
17:32:54 <vlad> ok, i sent the email
17:33:20 <vlad> i will go now, since my christmas tree doesn't have any 
decarations in it yet :)
17:33:41 <vlad> have a Merry Christmas!!
17:33:44 <vlad> bye
17:33:56 <da> Merry Christmas Vlad :)
19:26:01 <Xavier> da quit (timeout)
_______________________________________________
Farsides mailing list - [email protected]

Wiki:  http://farsides.com/
List:  http://farsides.com/ml/
Forum: http://farsides.com/forum/
Ideas: http://farsides.com/ideas/
Chat:  http://farsides.com/chat/

Reply via email to