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

Go: Fix missing promoted fields due to name clash #18001

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 17, 2024

  1. Add test showing promoted field bug

    NCField should be promoted to EmbedsNameClash. Currently it isn't
    because its embedded parent pkg2.NameClash is not a promoted field in
    EmbedsNameClash (because of a name clash with pkg1.NameClash), but this
    should not make a difference.
    owen-mc committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    ebedb90 View commit details
    Browse the repository at this point in the history
  2. Fix bug

    owen-mc committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    0bf21ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3919325 View commit details
    Browse the repository at this point in the history
  4. Add change note

    owen-mc committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    7c51705 View commit details
    Browse the repository at this point in the history