-
Notifications
You must be signed in to change notification settings - Fork 154
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
Use opaque closure to fix ShardedForm #954
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #954 +/- ##
=========================================
- Coverage 8.35% 8.35% -0.01%
=========================================
Files 26 26
Lines 3267 3269 +2
=========================================
Hits 273 273
- Misses 2994 2996 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I guess we have fixed the wrong answers. This branch causes an increase in runtime allocations. Do we want this despite the performance problem? @wsphillips |
@wsphillips said that this branch was giving wrong answers when using Multithreading, but I don't have a reproducer.
Fixes #937