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 for field layout verification across version bubble boundary #50364

Merged
merged 15 commits into from
Apr 7, 2021

Commits on Apr 5, 2021

  1. Fix for field layout verification across version bubble boundary

    When verifying field offset consistency, we shouldn't be checking
    base class size when the base class doesn't belong to the current
    version bubble. I have fixed this by adding a special case for
    the existing fixup encoding indicated by base class size being
    zero; please let me know if you find it preferable to create
    a new fixup type for this purpose instead. I have also created
    a simple regression test that was previously failing when run
    against the framework compiled with CG2 assembly by assembly.
    
    Thanks
    
    Tomas
    trylek committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    d7cc48c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff09d66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66d4608 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1334047 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0de1c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95fe35f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    970283b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a180e11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d196751 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cdb4b0c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    db2146e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2c9bbd4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8db3511 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    943cd4d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    bf43f05 View commit details
    Browse the repository at this point in the history