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

Refactor annotations code #5

Open
4 tasks
sdsen opened this issue Aug 16, 2023 · 0 comments
Open
4 tasks

Refactor annotations code #5

sdsen opened this issue Aug 16, 2023 · 0 comments

Comments

@sdsen
Copy link
Member

sdsen commented Aug 16, 2023

Add following functions

  1. gen_comment_stubs_w_src_code() IP: Takes a repo path and commit_id and checkout the code and puts it in src_dir OP: Generates comment stub for the code in src_dir and puts it in op_dir, also takes txl_op_dir
  2. gen_human_annotations_from_annotate_src_code(): IP: Takes a repo path and commit_id and checksout the code and puts it in src_dir (optionally the location of src code checked out) OP: JSON format OPENED annotations file for each function in the source code folder
  3. gen_opened_annotations_from_src_code(): IP: Takes a repo path and commit_id and checksout the code and puts it in src_dir (optionally the location of src code checked out) OP: JSON format OPENED annotations file for each function in the source code folder.
  4. gen_llm_annotations_from_src_code(): IP: Takes a repo path and commit_id and checksout the code and puts it in src_dir (optionally the location of src code checked out) OP: JSON format AI annotations file for each function in the source code folder.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant