We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://boa.cs.iastate.edu/boa/?q=boa/job/85063
Is there a reason why I can't use committer.username as an identifier to output? It results in blank output after execution (no error).
people[node.committer.username] << 1
The text was updated successfully, but these errors were encountered:
seems some fields are strangely blank!
http://boa.cs.iastate.edu/boa/?q=boa/job/public/85874
You can see which fields are actually set. So maybe change your code to use node.author.username instead.
node.author.username
Note that for this dataset, all fields in a Person object actually contain 'real name'. So any that isnt blank will give the same result.
Person
Sorry, something went wrong.
it seems like these fields are blank:
Revision.author.real_name
Revision.committer.real_name
Revision.committer.email
node.author.username did the trick for me.
No branches or pull requests
http://boa.cs.iastate.edu/boa/?q=boa/job/85063
Is there a reason why I can't use committer.username as an identifier to output? It results in blank output after execution (no error).
The text was updated successfully, but these errors were encountered: