Adam
Adam
Hi, I just wanted to put a plug in for this patch. We tested this last week on multiple computers running for an entire week with many simultaneous syphon servers/clients...
Do you have any stand-alone example code which illustrates the problem? It would be easier to debug if there was a nice example.
Well, unfortunately, this appears to be a tough nut to crack. When the delegate method implementation is called, there doesn't appear to be any information we can use to find...
Nope. That's why I put in the little "surprise!" text. You might look at http://landonf.bikemonkey.org/code/objc/imp_implementationWithBlock.20110413.html to understand why that is. i.e. _cmd does not exist in the block implementation that...
Well your still left with having to store the mapping between the function and the selector somewhere - although in this case you could probably put it in the shim...
JavaScriptCore isn't included in the 2.0 branch of Mocha, which is a new and improved rewrite and seems to be the one being maintained currently.
FYI, --fast-resolver worked for me when I had a similar issue (Carthage 0.32.0)
Yes. I'm currently running 10.9.2 using the latest pull from the repository.
Well the actual revision where the break occurs is SVN r120897 of WebKit, but note that if I revert that particular revision it fixes the problem with the example script...
I currently believe this is more an issue with JavaScriptCore than with CS (or Mocha), so you can probably close this if you like. I've filed an Apple rdar://19378158 (http://openradar.appspot.com/radar?id=6174800997253120)....