Unused receives disappear, unused sends do not
Open
enhancement
- Dominant language
- Python
- Stars
- 15
- Forks
- 16
- Avg merge
- 17m
- Merged PRs (30d)
- 1
Description
This leads to complaints about mismatched sends and receives. This came up in https://github.com/illinois-ceesd/mirgecom/issues/913.
One way to address this would be to downgrade "missing receive" to a warning and to simply eliminate the corresponding send. The downside to this is that it's potentially error-prone.
cc @majosm
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.