-
Notifications
You must be signed in to change notification settings - Fork 160
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
Remove the timeout code #1324
Remove the timeout code #1324
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1324 +/- ##
==========================================
- Coverage 62.64% 62.64% -0.01%
==========================================
Files 1015 1014 -1
Lines 342624 342352 -272
Branches 14218 14182 -36
==========================================
- Hits 214622 214450 -172
+ Misses 124855 124782 -73
+ Partials 3147 3120 -27
|
The AppVeyor failure was due to a hack we had in place that removed Also rebased this. |
Also note that @ChrisJefferson provided a well-working alternative for most use-cases based on |
It had fundamental problems which seem unlikely to be resolved. See also issues gap-system#664, gap-system#695, gap-system#765.
It suffers from fundamental problems which seem unlikely to be resolved.
See also issues #664, #695, #765.
This should not be merged without discussion on the mailing list: After all, it removes a feature that was documented in a previous release. The only reason I am considering doing so at all is that I hope the feature is obscure enough that most people won't notice anyway.