Summary
with-input-from-string scsh-process
Metadata
- Id: a661ff8541278e7a4bebd5c5d0a325df34909bf4
- Trac id: 1807
- Type: enhancement
- Reporter: Idiomdrottning
- Owner:
- Cc:
- Status: new
- Component: extensions
- Estimated difficulty:
- Resolution:
- Priority: major
- Milestone: someday
- Version: 5.3.0
- Changetime: 2022-07-11 19:48:56 UTC
- Created: 2022-07-11 17:09:39 UTC
- Keywords: scsh-process
Description
With-input-from-string doesn't work with stdports:
Error: (port->fileno) port has no attached file - Success: #<input port "(string)">
With-input-from-string works fine with other stuff like read-lines and stdports work fine with with-input-from-file.
Changes and comments
[2022-07-11 19:48:56 UTC] sjamaan wrote:
Could you give a minimal example to reproduce this?