[SAOC 2024] Improve D Error Messages - Weekly Update #18

Royal Simpson Pinto royalpinto007 at gmail.com
Mon Jan 20 10:56:19 UTC 2025


## Summary of Progress (January 13 – January 19)

This week, I completed the work on the error documentation 
website and successfully hosted it on Vercel.

### What I Worked On

- Completed the development of the error documentation website.
- Hosted the website on Vercel for public access.
- Added detailed content across all sections, including:
   - Various error types with examples and solutions, including 
syntax, runtime, compilation, and deprecation warnings.
   - **Dedicated Error Codes Section**:
     - Assigned Error Codes with detailed insights into compiler 
error codes, such as:
       - **Error Code 001**: Undefined Identifier
       - **Error Code 002**: Missing Semicolon
   - Information on debugging tools, diagnostic handlers, and 
error logging techniques.
   - **Advanced Topics**: SARIF support, custom error types, error 
suppression, and reporting utilities.
   - Resolutions for common D errors.
   - A writing style guide, glossary, and FAQs for contributors.

**Repository**: [GitHub 
Link](https://github.com/royalpinto007/d-errors-docs)
**Hosted Link**: [D Errors 
Docs](https://d-errors-docs.vercel.app/)


More information about the Digitalmars-d mailing list