Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't consult named-pipes via process substitution #194

Open
chuckhoupt opened this issue May 21, 2020 · 0 comments
Open

Can't consult named-pipes via process substitution #194

chuckhoupt opened this issue May 21, 2020 · 0 comments
Labels
Milestone

Comments

@chuckhoupt
Copy link
Member

Some shells, like Bash, have a Process Substition Feature, that allows the output of one command to be passed to another via an ephemeral FIFO file.

Alspro incorrectly throws an error when trying to consult the FIFO file.

Error Example:

$ alspro <(echo ':- write(hello),nl.')
...
Error: File does not exist: /dev/fd/63.
- Error Attribute: '/dev/fd/63'
- Throw pattern: error(existence_error(file,'/dev/fd/63'),['/dev/fd/63'])

Expected output:

$ alspro <(echo ':- write(hello),nl.')
...
hello
...
@chuckhoupt chuckhoupt added the bug label May 21, 2020
@chuckhoupt chuckhoupt added this to the Next Release milestone May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant