-
Notifications
You must be signed in to change notification settings - Fork 13
Fix windows INITIAL contributions bugs #202
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
Conversation
|
No AI authorship found for these commits. Please install git-ai to start tracking AI generated code in your commits. |
|
Hey @svarlamov - I made a bunch of changes to how we handle paths on windows. There's only one test in ai_tab I can't get to pass. It seems like it's all being processed properly and the checkpoints are correct. Few questions: What is the Bit confused so if it's all right can I leave this to you to finish or pair? |
Yup, in the current design it gets lost unless it's saved before the commit is run.
Since ai tab completions aren't saved to disk when they are accepted and the file may be dirty prior to acceptance as well, it's testing that the entire ai tab completions flow uses the contents from the dirty files. Finally, pre commit, the file is "saved" with the AI tab completion changes and commit is run. It's expected that the human pre commit checkpoint will retain the AI tab attributions since the files weren't changed since the last time that they were seen as dirty files. |
d8ac703 to
d0ceff5
Compare
|
No AI authorship found for these commits. Please install git-ai to start tracking AI generated code in your commits. |
d0ceff5 to
6cfa65d
Compare
Uh oh!
There was an error while loading. Please reload this page.