-
Notifications
You must be signed in to change notification settings - Fork 982
Structure error references in range [C3381, C3420] #5678
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
Structure error references in range [C3381, C3420] #5678
Conversation
|
@Rageking8 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
@Rageking8 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
PRMerger Results
|
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR structures error references for Microsoft C++ compiler errors in the range C3381-C3420 by standardizing their format and improving readability. This is part of batch 57 of a systematic effort to structure error/warning references across the documentation.
Key changes include:
- Standardizing YAML frontmatter format by reordering fields and removing quotes from dates
- Converting error messages to blockquotes using the
>syntax - Adding consistent "## Remarks" sections to separate error descriptions from error messages
- Updating example text from "sample" to "example" for consistency
Reviewed Changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| compiler-error-c3381.md | Restructured YAML frontmatter, converted error message to blockquote, added Remarks section |
| compiler-error-c3382.md | Applied standard formatting with blockquote error message and Remarks section |
| compiler-error-c3383.md | Standardized structure with proper YAML formatting and added Remarks section |
| compiler-error-c3384.md | Updated formatting and changed "sample" to "example" in text |
| compiler-error-c3385.md | Applied consistent structure with blockquote error message and Example section |
| compiler-error-c3386.md | Restructured with standard YAML format and added Remarks section |
| compiler-error-c3387.md | Standardized formatting and added proper Example section heading |
| compiler-error-c3388.md | Applied consistent structure with blockquote and Remarks section |
| compiler-error-c3389.md | Updated formatting and changed "sample" to "example" |
| compiler-error-c3390.md | Restructured content organization and updated example references |
| compiler-error-c3391.md | Applied standard formatting and updated sample references to examples |
| compiler-error-c3392.md | Standardized structure and changed sample references to examples |
| compiler-error-c3393.md | Updated formatting with blockquote and Example section |
| compiler-error-c3394.md | Applied consistent structure and added Example section |
| compiler-error-c3395.md | Standardized formatting and added proper Example section |
| compiler-error-c3396.md | Updated YAML frontmatter and converted error message to blockquote |
| compiler-error-c3397.md | Applied standard formatting with Remarks and Example sections |
| compiler-error-c3398.md | Standardized structure with blockquote error message and Remarks |
| compiler-error-c3399.md | Updated formatting and changed sample references to examples |
| compiler-error-c3400.md | Applied consistent structure with Example section |
| compiler-error-c3408.md | Standardized formatting and updated sample reference to example |
| compiler-error-c3409.md | Updated YAML frontmatter format only |
| compiler-error-c3412.md | Applied formatting changes and updated sample references |
| compiler-error-c3413.md | Standardized structure with Example section |
| compiler-error-c3414.md | Updated formatting and added proper Example section |
| compiler-error-c3415.md | Applied consistent structure and added Example section |
| compiler-error-c3417.md | Standardized formatting and corrected error number reference |
| compiler-error-c3418.md | Updated structure with blockquote and Example section |
| compiler-error-c3420.md | Applied standard formatting and updated sample reference |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Learn Build status updates of commit 3b8a3e7: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. |
PRMerger Results
|
|
#sign-off |
This is batch 57 that structures error/warning references. See #5465 for more information.