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

ReadChar in command-line feeds from the buffered input reader #78

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

privat
Copy link
Collaborator

@privat privat commented Aug 13, 2024

Using the read system call cause buffering issue since characters might be in the buffer, so no more available.

Using the read system call cause buffering issue since characters
might be in the buffer, so no more available.
Copy link

Test Results

12 files  ±0  12 suites  ±0   38s ⏱️ +5s
 8 tests ±0   8 ✅ ±0  0 💤 ±0  0 ❌ ±0 
24 runs  ±0  24 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 969e138. ± Comparison against base commit 0f36747.

@dullin dullin merged commit 01e7cbd into rarsm:master Aug 15, 2024
6 checks passed
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.

2 participants