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

Implement configuration/detection for final types and use that inform… #694

Merged
merged 1 commit into from Jan 21, 2019

Commits on Jan 21, 2019

  1. Implement configuration/detection for final types and use that inform…

    …ation
    
    Final types are those that can't have any further subclasses, and as
    such we don't need to generate IsA<_> bounds or NONE_XXX constants and
    also don't need to generate a trait for them.
    
    This replaces the previous "trait" configuration with "final_type",
    which has a slightly wider meaning.
    sdroege committed Jan 21, 2019
    Copy the full SHA
    122dcbf View commit details
    Browse the repository at this point in the history