neg_hide (Hidenori Negishi)
- Login: neg_hide
- Registered on: 12/21/2020
- Last sign in: 01/15/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/15/2021
-
02:44 PM Ruby Feature #17479: Enable to get "--backtrace-limit" value by "$-B"
- I agree with `Thread::Backtrace.limit` because I think it's easy to understand.
12/28/2020
-
02:47 PM Ruby Feature #17479: Enable to get "--backtrace-limit" value by "$-B"
- I am making a library that makes error messages easier to read. Therefore, instead of using `Exception#full_message`, I need to analyze the Exception and output the error message myself.
For example, suppose I have a script like this:...
12/27/2020
-
10:03 AM Ruby Feature #17479 (Closed): Enable to get "--backtrace-limit" value by "$-B"
- # Background
There is currently no way to get "--backtrace-limit" value when outputing backtraces from my script, so I have to ignore this value and output backtraces.
In order to be able to output according to "--backtrace-limit" ...