Commit message available for other languages except Java

44 views
Skip to first unread message

Rakibul Islam

unread,
Dec 27, 2015, 4:57:49 PM12/27/15
to Boa Language and Infrastructure User Forum

Hi,

Can I get all the commit messages of a project If that project solely development in C#?

Thanks
Rakibul

Robert E Dyer

unread,
Dec 27, 2015, 6:24:05 PM12/27/15
to boa-...@googlegroups.com
Hi Rakibul,

For the Sept 2013 (SF.net) dataset - yes.  For the current Sept 2015 (Github) dataset - no.

Future Github based datasets would include this information, but a bug prevented it from appearing in the current dataset.

- Robert

--
More information about Boa: http://boa.cs.iastate.edu/
---
You received this message because you are subscribed to the Google Groups "Boa Language and Infrastructure User Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to boa-user+u...@googlegroups.com.
To post to this group, send email to boa-...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

________________________________________________
Robert Dyer | Assistant Professor | Department of Computer Science
BGSU | rd...@bgsu.edu | 419.372.3469 | 244 Hayes | Bowling Green, OH

Want to mine ultra-large-scale software repositories with minimal initial
investment? Check out Boa! http://boa.cs.iastate.edu/

Rakibul Islam

unread,
Jan 5, 2016, 7:05:33 PM1/5/16
to Boa Language and Infrastructure User Forum

Hi Robert,

I run the following query in data set "2013 September/SF (small)"; but got 0 bytes. In the query I choose only one project ID '103545' which is developed in C#. 

committers: output collection[string] of string;
visit(input, visitor {
    before rev: Revision ->
        if (input.id=="103545") {
            #seen[rev.committer.email] = true;
            committers[format("%s",rev.id)] << rev.committer.username;
        }
});


 Why the result is 0 bytes? Have I selected wrong data set? 

Hoan Nguyen

unread,
Jan 5, 2016, 11:39:02 PM1/5/16
to boa-...@googlegroups.com
The 2013 September/SF (small) dataset  does not contain project ID 103545.

Hoan

Rakibul Islam

unread,
Jan 6, 2016, 1:08:53 PM1/6/16
to Boa Language and Infrastructure User Forum
Dear  Hoan,

I run the below query in "2013 September/SF (small)" dataset and got the output where one project id is 103545 and that's programming language is c#.

p_language: output collection[string] of string;
Delim:=";";
p: Project = input;
foreach (i: int; def(p.programming_languages[i]))
    p_language[p.id] << format("%s",p.id)+Delim+p.programming_languages[i];

Could you please let me know if anything incorrect in my BOA queries?


On Tuesday, January 5, 2016 at 10:39:02 PM UTC-6, Hoan Nguyen wrote:
The 2 103545  does not contain project ID 103545.

Hoan

Hoan Nguyen

unread,
Jan 6, 2016, 2:44:04 PM1/6/16
to boa-...@googlegroups.com

I am sorry for the previous email. I ran on the GitHub small dataset instead of SF.

103545 is the id of project ManagedGL
http://sourceforge.net/projects/managedgl/

It has no code repository. Thats why you did not get any commits/committers.

Hoan

Reply all
Reply to author
Forward
0 new messages