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

Elide "do nothing" custom functions #215

Open
AsherGlick opened this issue Nov 9, 2023 · 0 comments
Open

Elide "do nothing" custom functions #215

AsherGlick opened this issue Nov 9, 2023 · 0 comments

Comments

@AsherGlick
Copy link
Owner

This requires a little bit of consideration for how the yaml frontmatter should be formatted, but we currently have a case where we are not writing to a protobin field but we still have that field referenced in the frontmatter. Though no reads or writes ever occur to the field it still needs to be present in the proto schema because we still generate accessory functions that just pass into a null function.

We should change the generator the the yaml docs as needed to be able to remove that field from the proto schema.

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

No branches or pull requests

1 participant