Toru Hisai

Results 3 comments of Toru Hisai

Hi @MartinDelille and @banool , Did you already sign the CLA above? I guess both of you need to sign the agreement to get this PR merged.

Hmm... The return value is encoded here: https://github.com/torus/Lua-Objective-C-Bridge/blob/master/LuaBridge.m#L371 A Boolean value is converted to NSNumber with [numberWithBool:](https://developer.apple.com/library/prerelease/ios/documentation/Cocoa/Reference/Foundation/Classes/NSNumber_Class/index.html#//apple_ref/occ/clm/NSNumber/numberWithBool:). Can you try to add a break point on this line and see...