feat(repl): Replace StdIO when executing IO-based monads #231
No reviewers
Labels
No Label
category
bug
category
chore
category
doc
category
feature
category
optimization
category
organization
part/Delation
part/Elab
part/Environment
part/FFI
part/Frontend
part/Goal
part/REPL
part/Serial
priority
high
priority
irrelevant
priority
low
priority
medium
priority
pending-measurement
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
#230 Isolate std I/O streams during tactic execution
aniva/Pantograph
Reference: aniva/Pantograph#231
Loading…
Reference in New Issue
No description provided.
Delete Branch "repl/replace-io"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves #230
There are a couple of different ways to handle these outputs. Since they're strays, I'm inclined to pipe the stdout into stderr and let the user decide on what to do with them.