Skip to content

Swift: make codegen run also outside bazel #12164

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

Merged
merged 1 commit into from
Feb 13, 2023

Conversation

redsun82
Copy link
Contributor

This allows running codegen.py in isolation, without needing bazel run //swift/codegen. This is mainly intended for debugging.

When running like this, the user is required to make sure python dependencies are installed. You can do so with

pip3 install -r swift/codegen/requirements.txt

@redsun82 redsun82 merged commit f07c598 into main Feb 13, 2023
@redsun82 redsun82 deleted the redsun82/swift-codegen-outside-bazel branch February 13, 2023 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants