Re: [GSoC] What is status of Git's Google Summer of Code 2008 projects?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sverre Rabbelier
Date: Sunday, July 20, 2008 - 3:43 pm

On Mon, Jul 21, 2008 at 12:29 AM, Jakub Narebski <jnareb@gmail.com> wrote:

I've been feeling guilty about not writing a summary yet, sorry for that :(.


* stats.py bug -t: Calculates a 'score' for a specific commit,
representing how likely it is to be a bugfix. There are four metrics
used to determine this: "Commits x reverts another commit y", "Commit
x belongs to one of the specified branches (e.g., 'maint')", "The diff
for commit x contains a specific phrase", "The msg for commit x
contains a specific phrase". A rating can be given to each metric by
the user.
* stats.py bug -a: Aggregates the 'bug -t' metric over a range of
commits. The default is the last 10 commits on HEAD. This routine is
optimized to   not recalculate metrics/to not redo work   that was
already done in a 'bug -t' call for another commit. As such there is a
set setup time to determine the type of the first commit, after which
calculation time increases at a much lower pace. (So 'bug -a' on 10
commits might take 4 seconds, and running it over 11 commits might
take only 4.5".)


a commit 'belongs to' a branch when the commit is made on that branch.


This has been moved to 'diff -r'.


I think the rest is a nice summary of what I've been doing :).



My deadline is August 1 since my vacation starts then and I can't work
during my vacation (all hail American tax laws), but David is
confident that I will have a finished product before then, and I plan
not to let him down on that expectation.


I tried to as best as I could :).


No, thank you! Thanks for writing up this summary, very nicely done.

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [GSoC] What is status of Git's Google Summer of Code 2 ..., Johannes Schindelin, (Tue Jul 8, 9:45 am)
Re: [GSoC] What is status of Git's Google Summer of Code 2 ..., Sverre Rabbelier, (Sun Jul 20, 3:43 pm)
Re: [GSoC] What is status of Git's Google Summer of Code 2 ..., Johannes Schindelin, (Sun Jul 20, 6:05 pm)
Re: [GSoC] What is status of Git's Google Summer of Code 2 ..., Johannes Schindelin, (Thu Aug 14, 4:04 pm)
Re: [GSoC] What is status of Git's Google Summer of Code 2 ..., Sverre Rabbelier, (Sat Aug 16, 10:26 pm)