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

Generate push_next function for all extended structs #305

Merged
merged 1 commit into from
Jun 16, 2021

Commits on Jun 16, 2021

  1. generator: add missing push_next functions

    * push_next and Extends traits are generated for all root structs.
    root structs are now all structs that are extended by other structs!
    root structs used to be all structs that don't extend any other structs.
    
    * the root_structs local variable that is passed around is now a set of Ident (and no String).
    
    fixes ash-rs#229
    filnet committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    276dd19 View commit details
    Browse the repository at this point in the history