mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Update unified-diffs.md
This commit is contained in:
parent
f0cd7a6c4c
commit
1fa67f0aef
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ help:
|
|||
GPT frequently makes imperfect diffs that won't apply cleanly.
|
||||
They exhibit a variety of problems:
|
||||
|
||||
- GPT forgets to include semantically irrelevant details. Often GPT forgets things like comments, docstrings, blank lines, etc. Or it skips over some code that it doesn't intend to change.
|
||||
- GPT forgets things like comments, docstrings, blank lines, etc. Or it skips over some code that it doesn't intend to change.
|
||||
- GPT forgets the leading *plus* `+` character to mark novel lines that it wants to add to the file. It incorrectly includes them with a leading *space* ` ` as if they were already there.
|
||||
- GPT jumps ahead to show edits to a different part of the file without starting a new hunk with a `@@ ... @@` divider.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue