You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running mettalog with a missing .metta file, the program does not clearly indicate what it’s doing. It appears to hang, but in reality, it’s just waiting for input. The output lacks a newline and prompt clarity, making it non-obvious that the program is still running and accepting input.
Actual Behavior:
The output is confusing, with no indication that the program is waiting for input, leading to the impression that it’s hanging.
Additional Information:
This issue makes it difficult for users to understand the program state, especially when handling errors.
Adding a newline and flushing the output would significantly improve clarity.
Request:
Please update the program to:
Ensure output is flushed correctly.
Add a newline after error messages or other output.
Clearly display the prompt when waiting for input.
The text was updated successfully, but these errors were encountered:
TeamSPoon
changed the title
### Issue: mettalog Hangs When Running with Missing File
### Issue: mettalog Misleading Behavior When File Is Missing
Dec 11, 2024
TeamSPoon
changed the title
### Issue: mettalog Misleading Behavior When File Is Missing mettalog Misleading Behavior When File Is Missing
Dec 11, 2024
When running
mettalog
with a missing.metta
file, the program does not clearly indicate what it’s doing. It appears to hang, but in reality, it’s just waiting for input. The output lacks a newline and prompt clarity, making it non-obvious that the program is still running and accepting input.For example, running:
Produces:
Interrupting with
Ctrl+C
reveals the stack trace, but it’s clear that the program is waiting for input at this point.Steps to Reproduce:
mettalog missing-file.metta
.Ctrl+C
to confirm that the program is still running and waiting for input.Expected Behavior:
Actual Behavior:
The output is confusing, with no indication that the program is waiting for input, leading to the impression that it’s hanging.
Additional Information:
Request:
Please update the program to:
The text was updated successfully, but these errors were encountered: