Branch: refs/heads/main
Revision: 4927239
Author: vasslitvinov
Link: Update docs for changes in this-intents and ignoring unreachable code by vasslitvinov · Pull Request #20658 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20658 from vasslitvinov/update-online-docs
Update docs for changes in this-intents and ignoring unreachable code
This updates our online docs for the changes implemented in these PRs:
- #20497
- #20601
While there, slightly tidy up the docs on halt()
.
Follow-ups:
- Should the "ignore unreachable" phrasing be "may be ignored,"
rather than the current "definitely is ignored"? - Should we have a subsection to talk about unreachable code,
how it comes about and what happens when it does?
r: @benharsh - thank you!
Modified Files:
M doc/rst/language/spec/data-parallelism.rst
M doc/rst/language/spec/error-handling.rst
M doc/rst/language/spec/procedures.rst
M doc/rst/language/spec/task-parallelism-and-synchronization.rst
M modules/standard/Errors.chpl
Compare: https://github.com/chapel-lang/chapel/compare/78a7be243ee0...492723982438