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
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
The REPL input history is never written to the configure history file by haskeline.
The reason is that haskeline only writes the file if the InputT monad exits properly, that is without throwing an exceptions. At the moment the radicle binaries only exit on Ctrl-C and EOF. Both cases throw an exception.
The text was updated successfully, but these errors were encountered:
The REPL input history is never written to the configure history file by
haskeline
.The reason is that
haskeline
only writes the file if theInputT
monad exits properly, that is without throwing an exceptions. At the moment theradicle
binaries only exit on Ctrl-C and EOF. Both cases throw an exception.The text was updated successfully, but these errors were encountered: