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

*: unify all integer types to int64 and uint64 #89

Merged
merged 3 commits into from
Sep 10, 2015

Conversation

coocood
Copy link
Member

@coocood coocood commented Sep 10, 2015

Simplify type related code.

} else {
casted = uint32(val)
casted = uint64(val)
}
} else {
if val > 1<<23-1 || errCode == errCodeOverflowUpper {
Copy link
Member

Choose a reason for hiding this comment

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

we may define a const for MinInt24/MaxInt24/MaxUint24

Copy link
Member

Choose a reason for hiding this comment

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

+1

@siddontang
Copy link
Member

LGTM

1 similar comment
@qiuyesuifeng
Copy link
Member

LGTM

coocood added a commit that referenced this pull request Sep 10, 2015
*: unify all integer types to int64 and uint64
@coocood coocood merged commit 89455ad into master Sep 10, 2015
@coocood coocood deleted the coocood/unify-int-type branch September 10, 2015 03:27
YuJuncen pushed a commit to YuJuncen/tidb that referenced this pull request Apr 23, 2021
* vendor: truly turn on Go 1.11 modules

Since the dependencies like TiDB are now compatible with modules, we could
now switch on GO111MODULE and remove the $GOPATH requirement.

* tests: fix spurious test failure caused by non-deterministic start order
xhebox pushed a commit to xhebox/tidb that referenced this pull request Sep 28, 2021
xhebox pushed a commit to xhebox/tidb that referenced this pull request Oct 8, 2021
okJiang pushed a commit to okJiang/tidb that referenced this pull request Oct 19, 2021
* move special named file to bash

* Revert "move special named file to bash"

This reverts commit 2bf11a984c7362763e21a9536c45d27af1d1bcf9.

* refine code

* fix bug

* change mv to cp
hawkingrei pushed a commit to hawkingrei/tidb that referenced this pull request May 31, 2022
iosmanthus pushed a commit to iosmanthus/tidb that referenced this pull request Oct 31, 2022
Signed-off-by: disksing <i@disksing.com>

Signed-off-by: disksing <i@disksing.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants