Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit int->uint conversion unstable warnings to user code (without ot…
…her flags) (chapel-lang#23453) [reviewed by @mppf] Prior to this change, 3 tests in `release/examples` included these messages for code that was within the standard/internal modules (ChapelRange, IO). We want unstable warnings to only fire in user code unless `--warn-unstable-internal` or `--warn-unstable-standard` are also passed, so limit this message. Passed a full paratest with futures
- Loading branch information