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 #15374: Make sure prefix of outer select has the correct class symbol #15592

Merged
merged 2 commits into from
Jul 6, 2022

Commits on Jul 5, 2022

  1. Fix scala#15374: Make sure prefix of outer select has the correct cla…

    …ss symbol
    
    If we have an outer select `e.outer_<hops>`, we must make sure that the class symbol
    of `e` is the class where the outer this is located in. Otherwise, the phase
    `ElimOuterSelect` would get confused.
    
    Co-authored-by: Dale Wijnand <dale.wijnand@gmail.com>
    liufengyun and dwijnand committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    29b12b4 View commit details
    Browse the repository at this point in the history
  2. Fix another outerSelect

    liufengyun committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    ad698a5 View commit details
    Browse the repository at this point in the history