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

Fix python type annotation output when not enabled #7983

Merged
merged 2 commits into from Nov 29, 2023

Conversation

akb825
Copy link
Contributor

@akb825 akb825 commented May 29, 2023

Added conditional to output typing for Start*Vector() functions.

Fixes #7971

@github-actions github-actions bot added c++ codegen Involving generating code from schema python labels May 29, 2023
@akb825 akb825 changed the title Fix python type annotation output when not enabled (#7971) Fix python type annotation output when not enabled May 29, 2023
@akb825
Copy link
Contributor Author

akb825 commented Jun 5, 2023

@dbaileychess just making sure you've seen this PR. This avoids failures for configurations that don't support Python typing annotations.

@github-actions
Copy link

github-actions bot commented Jul 7, 2023

This pull request is stale because it has been open 3 weeks with no activity. Please comment or label not-stale, or this will be closed in 7 days.

@github-actions github-actions bot added the stale label Jul 7, 2023
@akb825
Copy link
Contributor Author

akb825 commented Jul 8, 2023

not-stale

@dbaileychess dbaileychess merged commit 5ba80c2 into google:master Nov 29, 2023
49 checks passed
candysonya pushed a commit to candysonya/flatbuffers that referenced this pull request Jan 8, 2024
Fixes google#7971

Co-authored-by: Derek Bailey <derekbailey@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ codegen Involving generating code from schema python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Python][23.5.9] Type annotations in generated code without enabling --python-typing.
2 participants