-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Refactor] Prevent modules in lang being wild imported and exposed #4140
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/taichi-api-docs-preview/taichi/CFuaYmLyYp9p1SB1N9HjT8F8Hu5a |
✔️ Deploy Preview for docsite-preview canceled. 🔨 Explore the source changes: 8f4bf15 🔍 Inspect the deploy log: https://app.netlify.com/sites/docsite-preview/deploys/61f10bff9f1ab30007ac6e78 |
/format |
/format |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Related issue = #3782
This PR prevents the modules in
lang/
being exposed such as'kernel_arguments', 'kernel_impl', 'ops' etc
, exceptti.tape
andti.sort
.