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

Interactive problems via IO #287

Closed
DietPawel opened this issue Nov 11, 2023 · 3 comments · Fixed by #378
Closed

Interactive problems via IO #287

DietPawel opened this issue Nov 11, 2023 · 3 comments · Fixed by #378
Assignees

Comments

@DietPawel
Copy link
Contributor

We have a request to support interactive problems via stdio + flush rather than with a library on Szkopuł.

Consider this as an example

@MasloMaslane
Copy link
Member

@DietPawel
Copy link
Contributor Author

I think we can get away without introducing third process to forward the communication as described in the 4.14.1 by utilizing WTERMSIG on status from waitpid(2). If the user process returns due to SIGPIPE we can ignore it if checker gave us the answer or treat it as SE when checker did not gave the verdict.

@geoff128
Copy link
Contributor

@geoff128 geoff128 linked a pull request May 15, 2024 that will close this issue
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 a pull request may close this issue.

3 participants