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

rjust and center operations implementation #4044

Merged
merged 2 commits into from May 7, 2019

Conversation

shssf
Copy link
Contributor

@shssf shssf commented May 2, 2019

This PR is implements rjust and center operations.
Tests are added into the group of similar operations: center, ljust and rjust.
This PR is ready for review.

@stuartarchibald
Copy link
Contributor

@shssf thanks for the patch, I've scheduled it for review.

Copy link
Contributor

@stuartarchibald stuartarchibald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch. Couple of minor things to resolve then this is good to merge.

numba/unicode.py Outdated Show resolved Hide resolved
numba/unicode.py Outdated Show resolved Hide resolved
@stuartarchibald stuartarchibald added 4 - Waiting on author Waiting for author to respond to review and removed 3 - Ready for Review labels May 2, 2019
@shssf
Copy link
Contributor Author

shssf commented May 3, 2019

@stuartarchibald I think I address all your comments. If I understood you incorrectly, please let me know.

Copy link
Contributor

@stuartarchibald stuartarchibald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fixes, looks good. This can be merged once CI passes.

@stuartarchibald stuartarchibald added 5 - Ready to merge Review and testing done, is ready to merge and removed 4 - Waiting on author Waiting for author to respond to review labels May 3, 2019
@seibert seibert merged commit 26bf420 into numba:master May 7, 2019
@shssf shssf deleted the unicode_rjust_center_operation branch May 8, 2019 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to merge Review and testing done, is ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants