Branch: refs/heads/main
Revision: 5656d662c821bc543316e9d2afee046ddcc0c411
Author: Michael Ferguson
Link: Fix problems with Socket module and adjust skipifs by mppf · Pull Request #21019 · chapel-lang/chapel · GitHub
Log Message:
Fix compilation errors in Socket module and tests
Similar to PR #21013. This PR: * Fixes some compilation failures from the Socket module and tests * Adjust the skipif to better handle libevent missing entirely CHPL_TARGET_PLATFORM=linux64 CHPL_TARGET_COMPILER=gnu start_test test/library/packages/Socket works in several configurations: - all tests are skipped if libevent is not installed - tests run and pass with libevent 2.1.12 - all tests are skipped with libevent 2.0.21 Reviewed by @ronawho - thanks!
Compare: Comparing 6681fe5ada881865aea1ba584f15834a98990e76...5656d662c821bc543316e9d2afee046ddcc0c411 · chapel-lang/chapel · GitHub
Diff: https://github.com/chapel-lang/chapel/pull/21019.diff
Modified Files:
.github/workflows/email.yml,modules/packages/Socket.chpl,test/gpu/native/studies/shoc/triadchpl.gpu-keys,test/library/packages/Socket.skipif,test/library/packages/Socket/ipv6/connect_timeout_ipv6.chpl,test/library/packages/Socket/ipv6/udpio_ipv6.chpl
Added Files:
Removed Files: