Skip to content

minor fix#61

Merged
MOON-CLJ merged 4 commits intodouban:masterfrom
MOON-CLJ:little_fix
Mar 27, 2018
Merged

minor fix#61
MOON-CLJ merged 4 commits intodouban:masterfrom
MOON-CLJ:little_fix

Conversation

@MOON-CLJ
Copy link
Contributor

@MOON-CLJ MOON-CLJ commented Jan 4, 2018

return u64toa(static_cast<uint64_t>(value), buffer);
return u64toa(u, buffer);
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@MOON-CLJ MOON-CLJ force-pushed the little_fix branch 17 times, most recently from c361f03 to 8ccbd76 Compare January 17, 2018 08:35
@MOON-CLJ MOON-CLJ changed the title Little fix[WIP] adjust FSM_GET_BYTES_CAS state handler[WIP] Jan 17, 2018
@MOON-CLJ MOON-CLJ changed the title adjust FSM_GET_BYTES_CAS state handler[WIP] adjust FSM_GET_BYTES_CAS state handler Jan 17, 2018
@MOON-CLJ MOON-CLJ requested a review from mckelvin January 17, 2018 10:04
@MOON-CLJ MOON-CLJ assigned MOON-CLJ and unassigned MOON-CLJ Jan 17, 2018
@MOON-CLJ MOON-CLJ requested a review from youngsofun January 17, 2018 10:05


std::queue<struct ::iovec> m_requestKeys;
std::queue<struct iovec> m_requestKeys;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

"struct iovec" "struct ::iovec" both exists in source code,leave "struct iovec"。

@MOON-CLJ MOON-CLJ force-pushed the little_fix branch 5 times, most recently from 401e3e6 to a472d9f Compare January 17, 2018 13:53
@MOON-CLJ MOON-CLJ changed the title adjust FSM_GET_BYTES_CAS state handler minor fix[WIP] Jan 17, 2018
@MOON-CLJ MOON-CLJ changed the title minor fix[WIP] minor fix Jan 18, 2018
@MOON-CLJ
Copy link
Contributor Author

ping @mckelvin i want to know how do you think about this pr? should i split four commit to four prs?

@MOON-CLJ
Copy link
Contributor Author

ping @mckelvin

@mckelvin
Copy link
Contributor

LGTM

@MOON-CLJ MOON-CLJ merged commit 60e0c88 into douban:master Mar 27, 2018
tclh123 added a commit that referenced this pull request Feb 18, 2019
ChangeLog:

- use pickle protocol version 2 (#52)
- fix rvalue reference (#53)
- Fix tests (#55)
- golibmc_test: Fix fragile test case (#56)
- Use connection pool in golibmc(again) (#57)
- golibmc Quit ret err (#59)
- cmake: Incorporate gtest in a standard way (#58)
- Rename refactor (#60)
- sync rapidjson/itoa.h upstream fix (#65)
- split cppcheck (#67)
- split FSM_GET_BYTES_CAS (#68)
- Avoid noisy recv_err when broadcast quit (#73)
- Try to support updating some servers without affecting others (#74)
- make normalize_key cpdef & add warnings for unpickle unmarshal fail (#66)
- fix fcntl usage when set socket nonblock (#69)
- minor fix (#61)
- add condition log macro (#77)
- Define and use notWaitForRetryTimeout (#82)
- upgrade travis to gcc 7 (#91)
- add func errCodeToString (#79)
- Introduce a reconnect mechanism in waitPoll (#88)
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