Fix #1477 프로토콜 상대주소 처리 개선#1478
Merged
1 commit merged intoMay 19, 2015
Merged
Conversation
This pull request was closed.
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.
#1290 에서
//로 시작하는 프로토콜 상대주소를 사용할 수 있도록 했지만, 여전히 여러 모듈과 애드온들이 예전의 버그를 우회하기 위해///로 시작하는 상대주소를 사용하고 있습니다. 그래서 #1477 과 같은 문제가 발생하고요.그래서
///로 시작하는 예전 방식의 상대주소를 사용할 경우 자동으로//로 변환해 주어 XE 1.8에서도 정상적으로 작동하도록 고쳤습니다.