-
-
Notifications
You must be signed in to change notification settings - Fork 562
refactor(transformer/class-properties): debug assert private_field_count
is 0 at end of transform
#10457
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Instrumentation Performance ReportMerging #10457 will not alter performanceComparing Summary
|
@Dunqing Oh dear! |
ccc2df1
to
e68cb60
Compare
e68cb60
to
51a8979
Compare
I fixed the panic in #10463 and moved this PR to be based on that. |
Merge activity
|
…ount` is 0 at end of transform (#10457) `private_field_count` is incremented when entering a class with private properties/methods and decremented when leaving it. Make sure this is working correctly by ensuring `private_field_count == 0` at the end of the transform. As suggested in #10447 (review).
51a8979
to
e0ef9a8
Compare
private_field_count
is incremented when entering a class with private properties/methods and decremented when leaving it. Make sure this is working correctly by ensuringprivate_field_count == 0
at the end of the transform.As suggested in #10447 (review).