ERROR 워링메세지도 debugMessage파일에 추가.#1872
Closed
bjrambo wants to merge 5 commits into
Closed
Conversation
Contributor
|
Contributor
Author
|
@kijin 한번 검토 해보도록 할께요! 항상 도움주셔서 감사합니닷. |
This was referenced Aug 18, 2016
Merged
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.
현재 XE는
E_WARNING메세지에 대해서 전부 무시하고 넘어가도록 되어있습니다.그래서 간단한 워링 에러의 대해서 개발자들이 모르고 넘어가는 경우가 많습니다.
ex : http://xepushapp.com/board_vxJz62/18675
보통은 5.3 웹호스팅에서 아직도 개발하는 서드개발자들이 있어서, object 들이 선언되지않아 일으키는 문제점을 잘 인지 못하는 경우가 많습니다.
그래서 이 부분을 개발자들에게 debugPrint에 사용되는 files에 넣어 함께 기록하도록 개선했습니다.