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 shutdown issues. #179

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

Commits on Jul 12, 2017

  1. Fix destruction ordering on shutdown.

    cling is currently tearing down the text input before the Interpreter is destroyed.
    Leading to problems with pipes and file handles being close in the text input layer.
    marsupial committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    1b894b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Windows: Fix DeRegisterEHFrames from erasing a possibly invalid itera…

    …tor.
    
    DeRegisterEHFrames can be called without a a prior call to RegisterEHFrames.
    This can easily be detected so just do nothing when that occurs.
    marsupial committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    3a00e2c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Configuration menu
    Copy the full SHA
    9423506 View commit details
    Browse the repository at this point in the history