mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-03-23 07:42:52 +08:00
Update win-4-execution.prompt.md
This commit is contained in:
4
.github/prompts/win-4-execution.prompt.md
vendored
4
.github/prompts/win-4-execution.prompt.md
vendored
@@ -17,7 +17,7 @@
|
||||
|
||||
## Step 2. Make Sure the Code Compiles but DO NOT Run Unit Test
|
||||
|
||||
- Check out `Compile the Solution` for details about compiling the solution but DO NOT run unit test. If there is any compilation error, address all of them:
|
||||
- Check out `Compile the Solution` for details about compiling the solution but DO NOT run unit test. If there is any compilation warning or error, address all of them:
|
||||
- If there is any compile warning, only fix warnings that caused by your code change. Do no fix any other warnings.
|
||||
- If there is any compile error, you need to carefully identify, is the issue in the callee side or the caller side. Check out similar code before making a decision.
|
||||
- For every attempt of fixing the source code:
|
||||
@@ -25,7 +25,7 @@
|
||||
- Explain what you need to do.
|
||||
- Explain why you think it would solve the build break.
|
||||
- Log these in `Copilot_Execution.md`, with section `## Fixing attempt No.<attempt_number>` in `# FIXING ATTEMPTS`.
|
||||
- Go back to `Step 5. Make Sure the Code Compiles`
|
||||
- Redo `Step 2. Make Sure the Code Compiles but DO NOT Run Unit Test`.
|
||||
- When the code compiles:
|
||||
- DO NOT run any tests, the code will be verified in future tasks.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user