mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Merge pull request #3047 from mame/suppress-backtrace
Add `--suppress-backtrace=num` option to limit the backtrace length
This commit is contained in:
parent
531e4a35f4
commit
39365b46e2
Notes:
git
2020-05-15 01:23:19 +09:00
Merged-By: mame <mame@ruby-lang.org>
5 changed files with 35 additions and 12 deletions
|
@ -46,6 +46,7 @@ typedef enum {
|
|||
RB_WARN_CATEGORY_EXPERIMENTAL,
|
||||
} rb_warning_category_t;
|
||||
|
||||
extern long rb_backtrace_length_limit;
|
||||
extern VALUE rb_eEAGAIN;
|
||||
extern VALUE rb_eEWOULDBLOCK;
|
||||
extern VALUE rb_eEINPROGRESS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue