jezz

Results 63 comments of jezz

@Cooriyou 我最近也在查这个问题,我的app是支持IOS8.3以后的,NSAttributedString initData,crash,有些人会遇到,但是有些人又没有,你怎么发现是和JSPatch有关的?

@Cooriyou 我的好像不是这个问题,你的问题是你脚本中用到了NSAttributedString? 我的直接native code就会偶尔报crash

I find the bug,the ENTBinaryProtocol file,the method: ```objc - (void) writeString: (NSString *) value { if (value != nil) { const char \* utf8Bytes = [value UTF8String]; int length =...

颗粒度太粗了,每种异常应该自由组合,可以指定开启某些异常监听, 这是我的写的,可以交流下:https://github.com/jezzmemo/JJException

if you can create struct Metadata,so you can create struct instance by the name,this is struct Metadata: ```swift struct StructTypeDescriptor: TypeDescriptor { var flags: ContextDescriptorFlags var parent: Int32 var mangledName:...

@LuckyCat7848 建议先关掉KVO的的异常处理

@LuckyCat7848 收到,我稍后将尽快处理

@LuckyCat7848 麻烦能否到fix/kvoBug81这个分支下,帮我确认下有没问题,没问题我再发到主分支和版本

@LuckyCat7848 麻烦合并下最新的fix/kvoBug81分支,你当前的crash解决了!

麻烦再merge fix/kvoBug81分支,帮我检查下,谢谢