You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, how can I access the commit ID's for the code in the ReVeal dataset (https://drive.google.com/drive/folders/1KuIYgFcvWUXheDhT--cBALsfy1I4utOy)? The field "hash" is present, but this doesn't look to be a commit ID, so I can't figure out how to track down the original commit where the code was checked out. Any help is appreciated. Thanks!
Example from ReVeal, where the commit ID seems to be missing:
Same question here... I can't figure out what kind of hash this is in the first place. It is signed and doesn't have any alphanumeric characters in it. I don't know a hashing algorithm like that.
As can be seen from their process_data Jupyter notebook over here, the hash is already present in a file called debian_data.csv.
But I don't know where this data comes from either and there is also another GitHub issue for that.
Hi, how can I access the commit ID's for the code in the ReVeal dataset (https://drive.google.com/drive/folders/1KuIYgFcvWUXheDhT--cBALsfy1I4utOy)? The field "hash" is present, but this doesn't look to be a commit ID, so I can't figure out how to track down the original commit where the code was checked out. Any help is appreciated. Thanks!
Example from ReVeal, where the commit ID seems to be missing:
Example from Devign, where
commit_id
can be used to check out the repository version for the code:The text was updated successfully, but these errors were encountered: