CLEANUP: Refactor methods of setting ritems#747
Open
ing-eoking wants to merge 1 commit intonaver:developfrom
Open
CLEANUP: Refactor methods of setting ritems#747ing-eoking wants to merge 1 commit intonaver:developfrom
ing-eoking wants to merge 1 commit intonaver:developfrom
Conversation
26fb268 to
2470626
Compare
This comment was marked as resolved.
This comment was marked as resolved.
namsic
reviewed
Mar 26, 2024
ef3e0ff to
f1ab61b
Compare
namsic
approved these changes
Mar 27, 2024
eed606d to
414953c
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Collaborator
지금 구현 기준으로는 protocol 간 코드 차이가 거의 없어서 분리하지 않아도 될 것 같습니다. |
Collaborator
|
@namsic 리뷰 바랍니다. |
jhpark816
reviewed
Apr 3, 2024
namsic
reviewed
Apr 3, 2024
Collaborator
|
@namsic |
Collaborator
예. 리뷰 마쳤습니다. int i = 0;
if (einfo->nvalue > 0) {
} else {
i++;
}
for (; i < einfo->naddnl && rltotal > 0; i++) { |
Collaborator
코드를 더 간단하고 이해하기 쉬운 형태로 변경해 주면 좋겠습니다. |
06716ca to
3d70157
Compare
This comment was marked as resolved.
This comment was marked as resolved.
jhpark816
reviewed
Apr 5, 2024
This comment was marked as resolved.
This comment was marked as resolved.
Collaborator
Author
|
@jhpark816 @namsic
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Related Issue
⌨️ What I did
rlist를 추가했습니다.ritem_set_first/ritem_set_next,RTYPE를 제거했습니다.add_ritem/add_ritem_mblck/add_ritem_einfo/add_ritem_hinfo를 추가했습니다.rlist의 메모리 부족 처리를 추가하면서 일부 에러 핸들링을 아래의 PR처럼 통일시켰습니다.