Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
When running with multidim, multiloc, and runtime checks, I was having the server crash with this error: ``` $CHPL_HOME/modules/internal/ChapelRange.chpl:2772: error: halt reached - With a positive count, the range must have a first index. ``` It ended up being a fairly easy fix once I ran it down... which took a second because this was a new error to me. This PR fixes #3851 Co-authored-by: Tess Hayes <stress-tess@users.noreply.github.com>
- Loading branch information