Tuesday, 2014-07-15

*** mlncn has joined #npoacct00:56
*** bkuhn is now known as bkuhnIdle01:20
*** mlncn has quit IRC01:36
*** bkuhnIdle is now known as bkuhn01:56
*** mlncn has joined #npoacct02:05
*** garrison has joined #npoacct02:22
*** bkuhn has quit IRC03:07
*** mlncn has quit IRC03:16
*** mlncn has joined #npoacct03:24
*** mlncn has quit IRC03:30
*** garrison has quit IRC03:57
*** garrison has joined #npoacct04:11
*** mlncn has joined #npoacct04:16
*** mlncn has quit IRC05:12
*** jelmer has quit IRC05:12
*** tbm has quit IRC05:12
*** garrison has quit IRC05:12
*** mlinksva has quit IRC05:12
*** joar has quit IRC05:12
*** tgnit has quit IRC05:12
*** nesciens has quit IRC05:12
*** ChanServ has quit IRC05:12
*** mlncn has joined #npoacct05:20
*** garrison has joined #npoacct05:20
*** tgnit has joined #npoacct05:20
*** nesciens has joined #npoacct05:20
*** jelmer has joined #npoacct05:20
*** tbm has joined #npoacct05:20
*** mlinksva has joined #npoacct05:20
*** joar has joined #npoacct05:20
*** dickson.freenode.net sets mode: +o joar05:20
*** ChanServ has joined #npoacct05:23
*** dickson.freenode.net sets mode: +o ChanServ05:23
*** garrison has quit IRC05:42
*** mlncn has quit IRC07:38
*** mlncn has joined #npoacct07:58
*** mlncn has quit IRC09:50
*** bkuhn has joined #npoacct11:45
*** ChanServ has quit IRC11:55
*** jelmer has quit IRC11:56
*** tbm has quit IRC11:56
*** mlinksva has quit IRC11:56
*** bkuhn has quit IRC11:56
*** joar has quit IRC11:56
*** tgnit has quit IRC11:56
*** nesciens has quit IRC11:56
*** paroneayea has quit IRC11:56
*** scott_gonzalez has quit IRC11:56
*** paroneayea has joined #npoacct12:03
*** bkuhnIdle has joined #npoacct12:03
*** ChanServ has joined #npoacct12:03
*** joar has joined #npoacct12:03
*** mlinksva has joined #npoacct12:03
*** tbm has joined #npoacct12:03
*** jelmer has joined #npoacct12:03
*** nesciens has joined #npoacct12:03
*** tgnit has joined #npoacct12:03
*** dickson.freenode.net sets mode: +oo ChanServ joar12:03
*** scott_gonzalez has joined #npoacct12:03
*** bkuhnIdle is now known as bkuhn12:54
*** mlncn has joined #npoacct14:12
*** mlncn has quit IRC14:19
*** bkuhn is now known as bkuhnIdle14:21
*** bkuhnIdle is now known as bkuhn14:55
tgnitbkuhn:  greetings!14:57
bkuhngreetings.14:58
tgnitbkuhn: did you check the report?15:00
bkuhnI'll take a look now.15:07
tgnitok15:08
*** mlncn has joined #npoacct15:12
bkuhntgnit: ok, I'm lookking at the coverage report now.15:31
bkuhntgnit: what do you think about spending the rest of your GSoC time trying to get that coverage up to as close to 100% as we can go?15:32
tgnitbkuhn: i am okay with it?  and about the patch?15:33
bkuhntgnit: well, we should finish the patch too.15:33
bkuhnWhat's the status on that?15:33
bkuhn(Has it been submitted upstream?  Or, are you still looking for that bug you and tbm were talking about?)15:33
tgniti looked on the bug,  it is not due to what i think, as tbm said it require larger changes.15:34
bkuhntbm: ping?15:34
bkuhntgnit: And your patch causes the bug to happen (i.e., it's not there already without your patch)?15:35
tgnitbkuhn:  i am analysing and i found some possible places to restructure15:36
bkuhntgnit: ok, that's definitely worth the work for sure.  If you are not completely stuck on it.15:36
tgnitits not a bug but needs restructuring to avoid showing rounding error  in balance with large number of transactions15:37
tgnitbkuhn : not completely stuck but it will eat up coverage time of this week.15:38
tgnitbkuhn:  what files do you think needs more coverage?15:38
bkuhntgnit: Ideally, we'd have  100% coverage.15:39
bkuhntgnit: I would suggest that you focus on files that have almost no coverage and start there.15:39
bkuhntgnit: I'd really like you to complete the patch -- it's an important part of your project.15:40
bkuhnI think realistically, given the time in the rest of the program:15:40
bkuhnyou should be able to finish that patch and do a good amount of tests as well.15:40
tgnittgnit:  but are they important?15:40
bkuhntgnit: have you talked with johnw about the issue?15:40
tgnitbkuhn: i too hope the same15:40
bkuhntgnit: well, I think all of it is important.15:40
tgnitjohnw is not available till next Wednesday15:41
tgnitbkuhn: ok15:41
tgniti hope to solve it before that time15:41
bkuhnok.15:42
bkuhnanyway, for the code coverage:15:42
bkuhntgnit: I suggest for the code coverage to pick some files that you can make big strides in covering.15:42
bkuhnIf you think a particular area is not used often, then feel free to ask me and tbm before diving into it.15:43
tgnitbkuhn: hmm15:43
tbmcoverage how? with test cases?15:43
bkuhntbm: yes, that's what I'm talking about15:44
tbmok15:44
bkuhntbm: tgnit ran lcov for the gcov data from ledger15:44
bkuhnand generated a report.15:44
bkuhnIt's in his fork of the ledgerl-cli-npo project.15:44
bkuhntgnit: I think you should pick an area of the code that interests you that currently has < 60% coverage and see how much larger you can make it by writing more tests.15:45
tgnittbm: the issue we were talking about is not due to price rounding,  i am yet to try some things that i hope will fix it.15:45
bkuhntgnit: also, another idea: it would be useful if ledger could generate the lcov report from acprep15:46
tgnitbkuhn: ok15:46
bkuhnso you might want to do that first.15:46
bkuhnthose are my ideas of where you can proceed, within that, I'm sure there's plenty of work to find. :)15:46
tgnitbkuhn:  it already hav gcov configuration but somehow its not working for me.  may be because it require clang and i use gcc15:47
bkuhntgnit: hmm, there you go -- maybe figure out why it doesn't work with gcc and offer a patch that makes it work??15:47
tgnitbkuhn:  got you,  i can surely try that15:47
bkuhnLet me know if you get stuck.  Let's check back in in a day or two... it sounds like you should be able to at least make progress on the patch by then, and if not, something related to the tests ideas mentioned above.15:48
tgnitabsolutely  :)15:48
*** mlncn has quit IRC16:01
*** mlncn has joined #npoacct16:02
*** mlncn has quit IRC16:08
*** mlncn has joined #npoacct16:13
*** mlncn has quit IRC16:54
*** mlncn has joined #npoacct17:49
*** mlncn has quit IRC18:36
*** mlncn has joined #npoacct18:41
*** mlncn has quit IRC19:22
*** bkuhn is now known as bkuhnIdle19:25
*** bkuhnIdle is now known as bkuhn19:55
*** mlncn has joined #npoacct20:44
*** mlncn has quit IRC23:31
*** mlncn has joined #npoacct23:31
*** mlncn has quit IRC23:45

Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!