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

Fix for issue #89(Improve savestate error handling) #92

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Fix for issue #89(Improve savestate error handling) #92

wants to merge 8 commits into from

Commits on Apr 16, 2015

  1. Improve savestate error handling.

    Add better error messages for two problems. One is using savestate before having loaded at least a pubkey, and work as that identity. Another is using savestate to a write-protected file.
    XuefengHuang committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    00fc172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5e4d7f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Added an unit test for savestate command

    This unit test is to test error messages when using savestate before having loaded at least a pubkey, and work as that identity.
    XuefengHuang committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    7112869 View commit details
    Browse the repository at this point in the history
  2. Added an unit test for savestate command

    This unit test is to test error messages when using savestate to a write-protected file.
    XuefengHuang committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    41857af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ca6cc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcb0243 View commit details
    Browse the repository at this point in the history
  5. Modify error message

    XuefengHuang committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    507c1b4 View commit details
    Browse the repository at this point in the history
  6. Modify error message

    XuefengHuang committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    4827887 View commit details
    Browse the repository at this point in the history