Branch: refs/heads/main
Revision: ed4fbaf4fae6e6deb480b80b3d1834c28da04c93
Author: benharsh
Link: Remove internal IO helper types by benharsh · Pull Request #28622 · chapel-lang/chapel · GitHub
Log Message:
Remove internal IO helper types (#28622)
This PR removes the chpl_ioLiteral, _internalIoChar, and
_internalIoBits types. These types were once used in the old
readThis/writeThis implementatino, but for expediency were made internal
types when we switched to serializers. This PR replaces the uses of
these types with calls to the relevant methods or external functions.
[reviewed-by @jabraham17]
Diff:
M modules/standard/IO.chpl
https://github.com/chapel-lang/chapel/pull/28622.diff