Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Write REPL history to file #172

@geigerzaehler

Description

@geigerzaehler

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions