We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
I've noticed an issue with faked function after calling it ~10000 times. Here code to reproduce an issue
(f/with-fakes (let [foo (f/fake [[1] 3])] (dotimes [_ 10000] (foo 1))))
Seems like error appeared inside self-test-unused-fakes function because of too many remove wrappers from -mark-used
self-test-unused-fakes
remove
-mark-used
Would you like to see an MR with fix?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
I've noticed an issue with faked function after calling it ~10000 times.
Here code to reproduce an issue
Seems like error appeared inside
self-test-unused-fakes
function because of too manyremove
wrappers from-mark-used
Would you like to see an MR with fix?
The text was updated successfully, but these errors were encountered: