olabusayoT commented on PR #1532: URL: https://github.com/apache/daffodil/pull/1532#issuecomment-3185785450
> Ran into one issue that we might want to address or at least document a work around for. Some of the test code for a schema project sets a private variable for it's InputSourceDataInputStream: > > `var dis: InputSourceDataInputStream = _` > > This 'dis' var then gets set later on in a different function. With these changes there is no InputSourceDataInputStream type to import. This can be worked around but is it worth while to expose the InputSourceDataInputStream type (and possibly the InfosetInputter/Outputter types as well)? We do expose it, it's in the api under org.apache.daffodil.api.InputSourceDataInputStream -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
