Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[VarExporter] Deprecate per-property lazy-initializers#19132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[VarExporter] Deprecate per-property lazy-initializers#19132
Uh oh!
There was an error while loading.Please reload this page.
Conversation
74945cf to9510391CompareOskarStark commentedNov 14, 2023
Rebase unlocked ✅ |
9510391 to49ac88dComparealexandre-daubois commentedNov 14, 2023
Rebase achieved ✔️ |
components/var_exporter.rst Outdated
| ..deprecated::6.4 | ||
| Using an array of closure for property-based initialization in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
| Using an array ofclosure for property-based initialization in the | |
| Using an array ofclosures for property-based initialization in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Good catch, thank you
49ac88d tod17116aComparejaviereguiluz commentedNov 16, 2023
Nice one! Thanks Alex. |
Uh oh!
There was an error while loading.Please reload this page.
Fix#19131
Renamed from
computeHashtopopulateHashand changed return type tovoidto better reflect an initializer at object-level.