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

Unify implementation of string constructors accross runtimes #62936

Merged
merged 2 commits into from
Dec 17, 2021

Commits on Dec 17, 2021

  1. Unify implementation of string constructors accross runtimes

    String constructors implementation methods had a dummy this argument on CoreCLR, but not on other runtimes.  It required ifdefs in the implementation. This change removes the ifdefs and makes the string constructors implementation methods uniform accross all runtimes. It is possible to do this cleanup now since we have just bumped R2R version band.
    jkotas committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    09eeb1e View commit details
    Browse the repository at this point in the history
  2. Fix

    jkotas committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    017b722 View commit details
    Browse the repository at this point in the history