Branch: refs/heads/main
Revision: 10696ff7904cbc9b95eda570482470336301b68a
Author: Anna Rift
Link: Deprecate the SysBasic module by riftEmber · Pull Request #20998 · chapel-lang/chapel · GitHub
Log Message:
First pass at removing SysBasic symbols from modules
Resolves #3943. This deprecates the entire SysBasic module per module review discussion. See meta issue https://github.com/Cray/chapel-private/issues/3467. Testing: - paratest
Compare: Comparing 70429b14e684fdaa05ec9f8ff089726b5d3c4b71...10696ff7904cbc9b95eda570482470336301b68a · chapel-lang/chapel · GitHub
Diff: https://github.com/chapel-lang/chapel/pull/20998.diff
Modified Files:
.github/workflows/email.yml,compiler/llvm/clangUtil.cpp,compiler/resolution/functionResolution.cpp,frontend/lib/immediates/num.cpp,modules/internal/ChapelBase.chpl,modules/internal/ChapelDomain.chpl,modules/internal/ChapelRange.chpl,modules/packages/Buffers.chpl,modules/packages/Curl.chpl,modules/packages/HDFS.chpl,modules/packages/Socket.chpl,modules/standard/BigInteger.chpl,modules/standard/ChapelIO.chpl,modules/standard/FileSystem.chpl,modules/standard/IO.chpl,modules/standard/OS.chpl,modules/standard/Subprocess.chpl,modules/standard/Sys.chpl,modules/standard/SysBasic.chpl,test/compflags/ferguson/print-module-resolution.good,test/deprecated/SysBasic/chapel_specific_errors.good,test/deprecated/SysBasic/qio_err_t.good,test/domains/sungeun/rect/expand.chpl,test/domains/sungeun/rect/expand.good,test/domains/sungeun/rect/exterior.chpl,test/domains/sungeun/rect/exterior.good,test/domains/sungeun/rect/interior.chpl,test/domains/sungeun/rect/interior.good,test/domains/sungeun/rect/translate.chpl,test/domains/sungeun/rect/translate.good,test/domains/sungeun/rect/translate_illegal.good,test/functions/diten/unary_uint64_param_minus.good,test/io/sungeun/ioerror.chpl,test/modules/bradc/printModStuff/foo.good,test/trivial/deitz/integers/negate_uint32.good,test/users/ferguson/err_tmp.chpl,test/visibility/except/operatorsExceptions/exceptNegation.good
Added Files:
test/domains/sungeun/rect/translate_illegal.prediff,test/extern/ExternBlockClangError.chpl,test/extern/ExternBlockClangError.compopts,test/extern/ExternBlockClangError.good,test/param/ferguson/inf-nan-narrowing.chpl,test/param/ferguson/inf-nan-narrowing.good
Removed Files: