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

Simplify the definition of the "entry" concept #2499

Merged
merged 2 commits into from
Apr 18, 2017
Merged

Commits on Apr 3, 2017

  1. Simplify the definition of the "entry" concept

    It turns out that the "entrance counter" concept was unnecessary.
    Whenever we run script, we increment it, and whenever we clean up after
    running script, we decrement it. So it is always nonzero. Thus we can
    simply look for whether it's a realm execution context.
    
    Fixes #2441.
    domenic committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    210a70a View commit details
    Browse the repository at this point in the history
  2. Tweak acks

    domenic committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    41501d7 View commit details
    Browse the repository at this point in the history