Summary of Progress (December 30 – January 5)
This week, I enabled verrors=context
globally for users without making any changes to the test files. I also started looking into tasks in the bug tracker related to opDispatch
error messages and am waiting for inputs on the planned error documentation/website.
What I Worked On
PR: feat(errors): enable verrors=context globally - #20576
- Cleared CI after resolving issues with
COMPILE
andRUN
test files. - Fixed a FreeBSD-specific complaint about a backslash to ensure compatibility.
- Adjusted
COMPILE
andRUN
test files manually, as the global change affects deprecations. The approach ensures deprecations continue to run with-dw
(deprecations as warnings, default) instead of-de
(deprecations as errors).
Exploring Bug Tracker/GitHub Issues for tasks
- While awaiting inputs for the planned error documentation/website, I started reviewing the bug tracker for tasks.
- Currently looking into issues with
opDispatch
error messages for potential fixes.
- Currently looking into issues with
Next Steps
- Investigate and address
opDispatch
error message bugs. - Finalize plans for the error documentation/website after receiving mentor inputs.