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

[release/6.0] Fix Crossgen2 bug #61104 and add regression test #64027

Merged
merged 2 commits into from
Jan 20, 2022

Commits on Jan 20, 2022

  1. Fix issue #61104 and add regression test

    The issue tracks the runtime regression failure where
    Crossgen2-compiled app is unable to locate a type with non-ASCII
    characters in its name. The failure was caused by the fact that
    Crossgen2 was incorrectly zero-extended the individual characters
    when calculating the hash whereas runtime is sign-extending them.
    
    Thanks
    
    Tomas
    trylek authored and github-actions committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    6d78dac View commit details
    Browse the repository at this point in the history
  2. Simplify the regression test per Anton's PR feedback

    trylek authored and github-actions committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    e2fb510 View commit details
    Browse the repository at this point in the history