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

Correct max call depth #669

Merged
merged 1 commit into from
Dec 29, 2020
Merged

Correct max call depth #669

merged 1 commit into from
Dec 29, 2020

Conversation

chfast
Copy link
Collaborator

@chfast chfast commented Nov 27, 2020

Previously there were 2049 number of recursive calls allowed (depth levels from 0 to 2048). With this change the number is reduced to 2048 (depth levels from 0 to 2047).

@chfast chfast force-pushed the correct_max_call_depth branch 2 times, most recently from 9df36dc to bec86e9 Compare November 27, 2020 13:06
@codecov
Copy link

codecov bot commented Nov 27, 2020

Codecov Report

Merging #669 (4e411f0) into master (879829b) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #669   +/-   ##
=======================================
  Coverage   99.27%   99.27%           
=======================================
  Files          71       71           
  Lines        9855     9855           
=======================================
  Hits         9784     9784           
  Misses         71       71           
Flag Coverage Δ
spectests 91.48% <100.00%> (ø)
unittests 99.27% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/fizzy/execute.cpp 100.00% <100.00%> (ø)
test/unittests/execute_call_test.cpp 100.00% <100.00%> (ø)

Copy link
Collaborator

@gumb0 gumb0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine, but consider merging two tests here or in #666
#666 (comment)

@chfast chfast changed the base branch from master to test_call_depth December 4, 2020 14:20
Base automatically changed from test_call_depth to master December 4, 2020 16:01
Previously there were 2049 number of recursive calls allowed (depth
levels from 0 to 2048). With this change the number is reduced to 2048
(depth levels from 0 to 2047).
@chfast chfast merged commit f8f26c5 into master Dec 29, 2020
@chfast chfast deleted the correct_max_call_depth branch December 29, 2020 19:23
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.

3 participants