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

Introduce a new implementation of implicit shadowing #49

Closed
wants to merge 2 commits into from

Commits on May 29, 2019

  1. Introduce a new implementation of implicit shadowing

    Avoid building up a set of all in-scope implicits during each
    implicit search.
    
    Instead, do the filtering of shadowed implicits in a second
    pass.
    retronym committed May 29, 2019
    Configuration menu
    Copy the full SHA
    21b585d View commit details
    Browse the repository at this point in the history
  2. Enable new implementation by default

    With an opt-out system property
    retronym committed May 29, 2019
    Configuration menu
    Copy the full SHA
    3d1ab81 View commit details
    Browse the repository at this point in the history