Skip to content
New issue

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

blank output: committer.username as an identifier to output #260

Open
neoblizz opened this issue Oct 24, 2019 · 3 comments
Open

blank output: committer.username as an identifier to output #260

neoblizz opened this issue Oct 24, 2019 · 3 comments

Comments

@neoblizz
Copy link

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
@psybers
Copy link
Member

psybers commented Oct 29, 2019

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.

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.

@psybers
Copy link
Member

psybers commented Oct 29, 2019

it seems like these fields are blank:

  • Revision.author.real_name
  • Revision.committer.real_name
  • Revision.committer.email

@neoblizz
Copy link
Author

node.author.username did the trick for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants