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 crash in daemon mode if there is a decode error #6064

Merged
merged 7 commits into from Dec 14, 2018

Commits on Dec 10, 2018

  1. Fix crash in daemon mode if there is a decode error

    I got a crash after I accidentally inserted a non-ascii
    character to a file I was editing.
    
    This also fixes a similar issue when the file can't be
    read. I didn't add a test case for this since that
    would have required changes to the test support code.
    JukkaL committed Dec 10, 2018
    Copy the full SHA
    4dd2087 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9b51a1e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3c37623 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Copy the full SHA
    636e73a View commit details
    Browse the repository at this point in the history
  2. Update tests

    JukkaL committed Dec 13, 2018
    Copy the full SHA
    a4e20c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Update test cases

    JukkaL committed Dec 14, 2018
    Copy the full SHA
    09b168e View commit details
    Browse the repository at this point in the history
  2. Add Python 2 test case

    JukkaL committed Dec 14, 2018
    Copy the full SHA
    56a10f7 View commit details
    Browse the repository at this point in the history