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

Allow adding object methods when in namespace #3284

Merged
merged 1 commit into from
Jan 12, 2021

Commits on Nov 28, 2020

  1. Allow adding object methods when in namespace

    Builtin object types such as Texture2D add all their object methods
    to the associated decl context when they are first seen. However,
    previously, if the code meant to effect that was found in a namespace
    it would skip this addition. This removes that restriction so that
    the methods can be added and then found when needed.
    
    Fixes microsoft#2472
    pow2clk committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    6506b63 View commit details
    Browse the repository at this point in the history