Branch: refs/heads/main
Revision: c253b85
Author: aconsroe-hpe
Link: Fix regex serialization with --no-remote-value-forwarding by aconsroe-hpe · Pull Request #18713 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #18713 from aconsroe-hpe/regex-no-rvf
Fix regex serialization with --no-remote-value-forwarding
Reviewed by @ronawho
-
Without const, the runtime thinks that _regexCopy is a remote
pointer even though we execute on this.home -
Adds test coverage
Modified Files:
M modules/standard/Regex.chpl
M test/regex/correctness.compoptsCompare: Comparing 35bf8c1e3b33...c253b85c8f4e · chapel-lang/chapel · GitHub