-
Notifications
You must be signed in to change notification settings - Fork 17
📝 Add docstrings to fea-enum-prefix-removal
#261
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
Conversation
Docstrings generation was requested by @isVoid. * #259 (comment) The following files were modified: * `numbast/src/numbast/static/enum.py` * `numbast/src/numbast/static/function.py` * `numbast/src/numbast/static/renderer.py` * `numbast/src/numbast/static/struct.py` * `numbast/src/numbast/static/types.py` * `numbast/src/numbast/tools/static_binding_generator.py` * `numbast/src/numbast/tools/tests/test_prefix_removal.py` * `numbast/src/numbast/utils.py`
|
Important Review skippedCodeRabbit bot authored PR detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|
Closing this as docstring request PRs should be created after merge of dependent PR. |
|
Reopening as coderabbit is unable to generate a separate PR since this one is open. |
isVoid
left a comment
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.
Glad it unified the docstring styles across the code. But we should still define a repo (even organizational) level style standards.
Numbast 0.6.0 updates numba-cuda pinnings to 0.21.0+ - bump 0.6.0 - Eagerly use all vended `numba.cuda` modules, Bump supported Numba-CUDA version to 0.21+ (#239) - Support Functions Typed with `__nv_bfloat16_raw` (#262) - Use `TargetRegistry.lower_cast` in separate registry mode (#263) - 📝 Add docstrings to `fea-enum-prefix-removal` (#261) - Allow Prefix Removal for Struct and Enums (#259) - Enable CodeRabbit Auto Review (#257) - use readme.md as PYPI description readme (#254) Co-authored-by: Michael Wang <isVoid@users.noreply.github.com>
Docstrings generation was requested by @isVoid.
The following files were modified:
numbast/src/numbast/static/enum.pynumbast/src/numbast/static/function.pynumbast/src/numbast/static/renderer.pynumbast/src/numbast/static/struct.pynumbast/src/numbast/static/types.pynumbast/src/numbast/tools/static_binding_generator.pynumbast/src/numbast/tools/tests/test_prefix_removal.pynumbast/src/numbast/utils.pyThese files were kept as they were
numbast/src/numbast/tools/tests/test_symbol_exposure.pyThese file types are not supported
numbast/src/numbast/tools/tests/config/prefix_removal.yml.j2numbast/src/numbast/tools/tests/prefix_removal.cuhℹ️ Note