[Chapel Merge] Rename Subprocess.send_signal() to Subprocess.send

Branch: refs/heads/main
Revision: 9424222
Author: daviditen
Link: Unavailable
Log Message:

Merge pull request #19094 from daviditen/subprocess-send_signal-rename

Rename Subprocess.send_signal() to Subprocess.sendPosixSignal()

[reviewed by @slnguyen]

Deprecate the name Subprocess.send_signal() and add a deprecation test for it.

Update a test to use the new name.

Signed-off-by: David Iten daviditen@users.noreply.github.com

Modified Files:
A test/deprecated/subprocess-send_signal.chpl

A test/deprecated/subprocess-send_signal.good
M modules/standard/Subprocess.chpl
M test/library/packages/Curl/RunServer.chpl

Compare: https://github.com/chapel-lang/chapel/compare/59a17a912a63...94242224d16c