I’m pretty sure the issue is related to events not being properly handled. 
Although blinding might be worth looking into.

I’ll look into it some more when I have more time.

Thanks!

> On Dec 1, 2021, at 7:14 PM, Josh Tynjala <joshtynj...@bowlerhat.dev> wrote:
> 
>> It *almost* works. I found and fixed two cases of bracket access which
> broke things. Now I’m getting no errors, but it’s still not quite working.
> I’m guessing it’s something simple that I need to fix.
> 
> Have you tried a smaller set of prevent-rename options? That might help you
> narrow things down, if things start working better. I'd try allowing public
> variables, and maybe public accessors, to be renamed first, and see if that
> works. Those types of symbols are most likely to be getting accessed
> dynamically somehow. However, I don't really have much in the way of tips
> to narrow it down from there. ConstantBinding would be one thing to look
> out for, which I mentioned in my summary.

Reply via email to