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

Scripting: Remove unnecessary generic type from ScriptContext #24877

Merged
merged 1 commit into from
May 25, 2017

Commits on May 25, 2017

  1. Scripting: Remove unnecessary generic type from ScriptContext

    When developing the new ScriptContext, the compiled type was original
    generic, so that the instance type was also necessary. However, since
    CompiledType is all that is used by the compile method signature, we
    actually don't need the instance type to be generic. This commit removes
    the InstanceType, and finds the Class for it through reflection on the
    CompiledType method.
    rjernst committed May 25, 2017
    Configuration menu
    Copy the full SHA
    cfcb934 View commit details
    Browse the repository at this point in the history