Dan Zimmerman
Dan Zimmerman
Chatted a bit with Ben offline about the second stack trace. Sounds like the debug info being emitted is *technically* malformed but wouldn't cause any issue at runtime- I guess...
Here's proof I signed the CLA: Also I fixed the build failures I had & `clang-format`d them :D
Ahh, that's a good point @agampe ! Thanks for giving this a thoughtful review. I'll go ahead and default the PROGUARD trace to `1` so that by default users see...
Hey, just wanted to bump this thread as I've ran into the same issues described above. Could I help in anyway to get the PRs mentioned above pushed forward? Cheers
@dkinzer I'm on Xcode 7.3.1 and ran into this issue. I cloned the repo and checked out the master branch at d0ee97d2a136d723d4a7ce4f9b515a8515db1d9f and the bug appears to have disappeared (meaning...
Wow, amazing investigation @benjaminRomano - thank you!! Redex has a similar optimization as R8 where it tries to reduce the `ADVANCE_POSITION` instructions by remapping line numbers. I'll look for that...