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

Simplify code for generation of struct deserializers #2444

Merged
merged 10 commits into from
Jul 6, 2023

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    7952619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95730dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2796833 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75db730 View commit details
    Browse the repository at this point in the history
  5. Actually, field_names_idents can be calculated using the same code …

    …in both cases
    
    When !cattrs.has_flatten() all fields is !field.attrs.flatten()
    
    Co-authored-by: Oliver Schneider <[email protected]>
    Mingun and oli-obk committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    5ffebeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb3a9e0 View commit details
    Browse the repository at this point in the history
  7. Move deserialize_generated_identifier out from if because the call …

    …is same in both arms
    Mingun committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    bbbd1d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0dfc45 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee7d77d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4cf1fec View commit details
    Browse the repository at this point in the history