Conversation
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. |
bbaa6f5 to
271615f
Compare
…and proxies from being swizzled
|
I tested this locally - and noticed that if Ideally we should remove swizzling for |
…nt to not crash / swizzle if it's in the denylist.
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates Firebase Performance to honor the swizzle denylist when registering objects, proxies, and classes, and adds corresponding unit tests. Feedback highlights a potential crash in isClassInstrumentable: if aClass is Nil, as passing nil to containsObject: raises an exception, and suggests adding defensive checks.
Updates usage of
firebase_performance_swizzle_denylistto also apply to objects and proxies. Adds relevant unit tests.This will be followed up with google/GoogleUtilities#244
See - #16469