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

Export-API: trim output a bit #311

Merged
merged 2 commits into from
Jan 7, 2025
Merged

Conversation

trrwilson
Copy link
Collaborator

  • IJsonModel<T> and IPersistableModel<T> interface implementations are required for compilation and directly inferable via the type declaration; the extra ~5 lines per type add up fast and don't add anything
  • The odd _dummy* members appear to be tool artifacts (they don't exist in code) and are also private, to boot; distracting and misleading

In total, these two extra fixups remove hundreds of lines from the API output and make it quite a bit easier to focus on.

@trrwilson trrwilson force-pushed the user/travisw/export-api-tidying branch from cfc2ba9 to cf3fb1b Compare January 6, 2025 23:32
@trrwilson trrwilson merged commit 8d01b2a into main Jan 7, 2025
4 checks passed
@trrwilson trrwilson deleted the user/travisw/export-api-tidying branch January 7, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants