Branch: refs/heads/main
Revision: d5d6ede
Author: daviditen
Link: Rename 'SystemError.fromSyserr()' by daviditen · Pull Request #20469 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20469 from daviditen/rename-fromSyserr
Rename 'SystemError.fromSyserr()'
[reviewed by @lydia-duncan, thanks!]
Deprecate 'SystemError.fromSyserr()' type methods in favor of standalone
procedures named 'createSystemError()'. Update modules and one test to use
the new name. Add a deprecated test for 'SystemError.fromSyserr()'.
Modified Files:
A test/deprecated/fromSyserrTest.chpl
A test/deprecated/fromSyserrTest.good
M modules/packages/Crypto.chpl
M modules/packages/Curl.chpl
M modules/packages/HDFS.chpl
M modules/packages/Socket.chpl
M modules/packages/ZMQ.chpl
M modules/standard/IO.chpl
M modules/standard/OS.chpl
M modules/standard/Subprocess.chpl
M modules/standard/Sys.chpl
M test/errhandling/ferguson/issue-18103.chpl
Compare: https://github.com/chapel-lang/chapel/compare/593fba9decf7...d5d6eded2306