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

Add support for pipe/redirect stdin #298

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

dylanbeattie
Copy link
Collaborator

This has a WEIRD bug. Redirected IO works fine, but if you run it WITHOUT redirected IO, you have to press Enter once the first time you're prompted for input - and then the SECOND time, it'll actually read the input.

NodeJS FTW...

This has a WEIRD bug. Redirected IO works fine, but if you run it WITHOUT redirected IO, you have to press Enter once the first time you're prompted for input - and then the SECOND time, it'll actually read the input.

NodeJS FTW...
r3trofitted added a commit to r3trofitted/advent-of-code-2023 that referenced this pull request Dec 1, 2023
We'll be using a patched version of Satriani for this. (The patch is
from RockstarLang/rockstar#298 because of
RockstarLang/rockstar#297)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to read stdin from file or pipe input to rockstar program on command line in Satriani?
1 participant