You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
[deprecation] add deprecation warning for fetch_typed, etc. (#318)
I think TypedParams provide a much neater API to do all conversion at once. It also helps converting boolean string or integer string to native ruby type.
Plus, we found through profiling that BooleanString and IntegerString incurs some cost in type-checking String, even when they are not used directly. This deprecation will help us getting rid of them as well.
Slated to remove them by v0.7, but issue a warning for now.
Test plan: spec shows the warning now!
Pull Request Branch: manhhung741/deprecation_add_deprecation_warning_for_f
Pull Request Link: #318
0 commit comments