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

CLEANUP: Refactor cmdlog include #791

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

cheesecrust
Copy link

@cheesecrust cheesecrust commented Oct 24, 2024

๐Ÿ”— Related Issue

โŒจ๏ธ What I did

  • google style guide ์— ๋งž์ถฐ include ์ˆœ์„œ ๋ณ€๊ฒฝ
  • cmdlog.h์˜ ์œ„์น˜๋ฅผ memcached.h์—์„œ memcached.c๋กœ ์˜ฎ๊น€
  • ํ—ค๋”ํŒŒ์ผ ๋‹จ๋…์œผ๋กœ ์ปดํŒŒ์ผ์ด ๊ฐ€๋Šฅํ•˜๋„๋ก ๋ณ€๊ฒฝ
  • ๊ผญ ํ•„์š”ํ•œ ํŒŒ์ผ๋งŒ include ํ•˜๋„๋ก ๋ณ€๊ฒฝ

@ing-eoking ing-eoking requested a review from namsic October 24, 2024 05:07
@@ -26,9 +28,8 @@
#include <unistd.h>
#include <assert.h>
#include <errno.h>
Copy link
Collaborator

Choose a reason for hiding this comment

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

@cheesecrust
๊ธฐ์กด include์—์„œ ์ œ์™ธํ•  ์ˆ˜ ์žˆ๋Š” ๊ฒƒ์„ ํ™•์ธํ•ด ์ฃผ์„ธ์š”.

Copy link
Author

Choose a reason for hiding this comment

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

stdint, stdbool, unistd์˜ ์ž๋ฃŒํ˜•์ด๋‚˜ ๋ฉ”์„œ๋“œ๋Š” ์“ฐ์ด์ง€๋งŒ cmdlog.c ์—์„œ include ํ•˜๋Š” ํ—ค๋”ํŒŒ์ผ์—์„œ ์ด๋ฏธ include ํ•˜๊ณ  ์žˆ์–ด์„œ ์ œ๊ฑฐํ•˜์˜€์Šต๋‹ˆ๋‹ค.

@cheesecrust cheesecrust force-pushed the cleanup/cmdlog branch 2 times, most recently from 1b22b0f to bfc3b4c Compare October 24, 2024 05:58
@jhpark816 jhpark816 merged commit 82033b7 into naver:develop Oct 24, 2024
1 check passed
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