&parse-at
cannot be used with external stream
#1523
Labels
Enhancement
Improvement of existing functionality
&parse-at
cannot be used with external stream
#1523
We currently explicitly disallow in the documentation to use
&parse-at
with an external stream. This is not symmetric with&parse-from
which allows external data. I think it would make sense to allow using&parse-at
with an external stream so users can directly control the stream (something which we do not allow for the usual input stream).Properly supporting this probably requires correct tracking of current unit iterator (begin and position).
Currently the following fails (like documented):
The text was updated successfully, but these errors were encountered: