Support collation in position function#9601
Conversation
|
/cc @windtalker @yibin87 |
|
Generally, use ++variable instead of variable++ unless we do need to keep the unchanged value. |
Modern compiler should know if it needs to create a tmp object for variable++, so I think there is no difference between variable++ and ++variable. |
|
/cc @windtalker |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: windtalker, yibin87 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
|
/retest |
|
/cherrypick release-8.1 |
|
@xzhangxian1008: once the present PR merges, I will cherry-pick it on top of release-8.1 in the new PR and assign it to you. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
/retest |
1 similar comment
|
/retest |
|
@xzhangxian1008: new pull request created to branch DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
/cherrypick release-8.5 |
|
@xzhangxian1008: new pull request created to branch DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
close #9377 Co-authored-by: xzhangxian1008 <xzhangxian@foxmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
What problem does this PR solve?
Issue Number: close #9377
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note