mikekap (Mike Kaplinskiy)
- Login: mikekap
- Registered on: 10/17/2016
- Last sign in: 10/17/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/18/2016
-
05:44 AM Ruby Bug #12847: Documentation of instance method Thread.abort_on_exception= is wrong
- Hah sorry about that, I completely misread the sentence. I would suggest changing the docs to be a bit more clear that this is different than `Thread.abort_on_exception=` (though it is logical). Maybe something like:
~~~
When set to ...
10/17/2016
-
05:09 PM Ruby Bug #12847 (Rejected): Documentation of instance method Thread.abort_on_exception= is wrong
- The documentation for the instance method says that the setting is global: https://ruby-doc.org/core-2.3.0/Thread.html#method-i-abort_on_exception-3D:
~~~
When set to true, all threads (including the main program) will abort if an ex...