修改wax的pod spec,增加xml2和sqlite3的支持;#11
Open
philonpang wants to merge 21 commits into
Open
Conversation
added 8 commits
November 11, 2015 14:40
(2)解决selector被其他framework替换指向_objc_forwardMsg,仍然被拦截处理的bug; (3)增加wax_clear()进行patch现场修复;
* 'master' of https://github.com/philonpang/wax: 修改wax的pod spec,增加xml2和sqlite3的支持;
…ation获取; (2) 修复当覆盖oc方法中有super调用时进入死循环的错误;
…waxClass的所有selector都指向_objc_msgforward 销毁与否没有影响); (2) wax_class 对于一个进程多次重启waxClass,仍然记录waxClass;(即使第一次没有销毁成功,当clear的时候能够再次尝试销毁) (3) wax_instance override 方法重启,当一个method name对应class中确实有两个响应的selector方法时,override两个selector方法;
|
thanks for your PR. but there is so much code ,that i can not merge it all. I will refer some of your code. Thanks again. |
|
in order to make wax more robustness, I think we need to use as less global state variable as possible. such as |
This reverts commit 86456f1.
|
庞辉 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
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.
No description provided.