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

πŸ› Avoid stack overflow during shrinking of tuples #3428

Merged
merged 10 commits into from Dec 1, 2022

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Nov 28, 2022

Category:

  • ✨ Introduce new features
  • πŸ“ Add or update documentation
  • βœ… Add or update tests
  • πŸ› Fix a bug
  • 🏷️ Add or update types
  • ⚑️ Improve performance
  • Other(s): ...

Potential impacts:

  • Generated values
  • Shrink values
  • Performance
  • Typings
  • Other(s): ...

@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 28, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 828926b:

Sandbox Source
Vanilla Configuration
@fast-check/examples Configuration

@codecov
Copy link

codecov bot commented Dec 1, 2022

Codecov Report

Merging #3428 (828926b) into main (b22a857) will not change coverage.
The diff coverage is 92.30%.

@@           Coverage Diff           @@
##             main    #3428   +/-   ##
=======================================
  Coverage   95.49%   95.49%           
=======================================
  Files         213      213           
  Lines        5842     5842           
  Branches     1076     1076           
=======================================
  Hits         5579     5579           
  Misses        263      263           
Flag Coverage Ξ”
unit-tests 95.49% <92.30%> (ΓΈ)
unit-tests-14.x-Linux 95.48% <92.30%> (-0.02%) ⬇️
unit-tests-16.x-Linux 95.49% <92.30%> (ΓΈ)
unit-tests-18.x-Linux 95.48% <92.30%> (-0.02%) ⬇️

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

Impacted Files Coverage Ξ”
...t-check/src/arbitrary/_internals/TupleArbitrary.ts 98.33% <92.30%> (ΓΈ)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dubzzz dubzzz merged commit dfd86f1 into main Dec 1, 2022
@dubzzz dubzzz deleted the ensure-no-stack-overflow-tuple branch December 1, 2022 19:58
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.

None yet

1 participant