-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add killswitch for raise_notice on Reflection::getConstants
Summary: Add a killswitch for raising notice whenever `ReflectionClass::getConstants` is used on enums or enum classes that use/extend other enums. Reviewed By: viratyosin Differential Revision: D65240052 fbshipit-source-id: 5109742c83f19c2cdd8d3237e90cb41d42fca45a
- Loading branch information
1 parent
7df3692
commit 363a891
Showing
3 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-vEval.ReflectionMissConstantFromIncludedEnumsNotice=true |