moaible / MOAspects

AOP Library for iOS
MIT License
163 stars 25 forks source link

Problem with hooking overridden instance methods #5

Closed 3ign0n closed 9 years ago

3ign0n commented 9 years ago

This test case is failed. The hooked usingBlock has never been called for instance methods. https://gist.github.com/3ign0n/58c9c34ac2c1c5f9a1ff

moaible commented 9 years ago

@3ign0n I'll see to it right away.

moaible commented 9 years ago

@3ign0n Thank you for reporting! There was a bug in MOAspects.m. I fixed that bug and pushed to master (v0.1.3).

moaible commented 9 years ago

@3ign0n

Thank you for reporting! There was a bug in MOAspects.m. I fixed that bug and pushed to master (v0.1.3).

Sorry, master branch still doesn't work.

3ign0n commented 9 years ago

I confirmed v0.1.4 fixes this issue. Thank you.