Skip to content
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

core: fix too many nesting levels bug #3810

Merged
merged 1 commit into from
Feb 13, 2025
Merged

core: fix too many nesting levels bug #3810

merged 1 commit into from
Feb 13, 2025

Conversation

AliceInHunterland
Copy link
Contributor

Close #3809

Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.88%. Comparing base (62972eb) to head (75d1208).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3810      +/-   ##
==========================================
- Coverage   82.89%   82.88%   -0.02%     
==========================================
  Files         338      338              
  Lines       47422    47422              
==========================================
- Hits        39309    39304       -5     
- Misses       6496     6499       +3     
- Partials     1617     1619       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The C# implementation only decrements the nesting depth once in the
parent composite condition (And, Or, or Not) and then passes that
already‐decremented value onto its subconditions without further
decrementing inside the loop.

Close #3809

Signed-off-by: Ekaterina Pavlova <[email protected]>
@roman-khimov roman-khimov merged commit e05863d into master Feb 13, 2025
33 of 34 checks passed
@roman-khimov roman-khimov deleted the nested-levels branch February 13, 2025 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't process block 5450030 of T5 testnet
2 participants