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

Get rid of the struct wrappers around list types. #284

Merged
merged 1 commit into from
Aug 2, 2022

Commits on Aug 1, 2022

  1. Get rid of the struct wrappers around list types.

    ...to make this consistent with structs and capabilities.
    
    This introduces a helper script (./internal/gen/gen.go) to generate a
    lot of the boilerplate methods, since not embedding means that we don't
    just inherit these anymore.
    
    In the future, it may make sense to move more of the boilerplate into
    this script; there's a fair chunk of it beyond what this patch added.
    zenhack committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    4eb6586 View commit details
    Browse the repository at this point in the history