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

Bug: Spawning hydration in response to Idle update #19011

Merged
merged 2 commits into from May 27, 2020

Commits on May 27, 2020

  1. Bug: Spawning hydration in response to Idle update

    Adds a test that fails in the new fork.
    acdlite committed May 27, 2020
    Configuration menu
    Copy the full SHA
    15ca2ae View commit details
    Browse the repository at this point in the history
  2. Fix typos related to Idle priority

    These are just silly mistakes that weren't caught by any of our tests.
    
    There's a lot of duplication in the Lanes module right now. It's also
    not super stable as we continue to refine our heuristics. Hopefully the
    final state is simpler and less prone to these types of mistakes.
    acdlite committed May 27, 2020
    Configuration menu
    Copy the full SHA
    a775556 View commit details
    Browse the repository at this point in the history