[Chapel Merge] Move Errors from internal module to standard

Branch: refs/heads/main
Revision: 46ccbfe
Author: mppf
Log Message:

Merge pull request #18113 from mppf/move-errors-standard

Move Errors from internal module to standard

Follow-up to PR #18028.

This PR moves modules/internal/Errors.chpl to
modules/standard/Errors.chpl and makes a small compiler adjustment to
handle that.

Reviewed by @daviditen - thanks!

  • [x] full local testing

    Modified Files:
    A modules/standard/Errors.chpl
    R modules/internal/Errors.chpl
    M compiler/parser/parser.cpp
    M doc/rst/meta/modules/standard.rst
    M modules/Makefile
    M modules/internal/fixInternalDocs.sh
    M test/functions/diten/compilerWarningDepth.good
    M test/functions/vass/resolution/param-detuple.good
    M test/modules/bradc/printModStuff/foo.good

    Compare: Comparing c89e0f34965c...46ccbfedf804 · chapel-lang/chapel · GitHub