1
0
Fork 0
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:
Yusuke Endoh 2020-05-15 01:22:56 +09:00 committed by GitHub
parent 531e4a35f4
commit 39365b46e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

View file

@ -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;