卜部昌平
|
f402dc3557
|
rb_szqueue_push: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
8fc8912109
|
exec_recursive: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
08fc718e8c
|
indent [ci skip]
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
ad6512f359
|
rb_enc_synmane_type: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
5f926b2b00
|
rb_str_partition: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
e3d821a36c
|
rb_str_crypt: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
a5ae9aebbc
|
trnext: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
c7a4073154
|
chompped_length: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
fdae2063fb
|
get_pat_quoted: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
673ddea934
|
get_pat: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
31e5d138d7
|
rb_str_slice_bang: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
19f2cabed8
|
rb_str_aset: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
841eea4bcb
|
rb_str_subpat_set: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
0358846f8c
|
rb_str_update: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
d49924ed81
|
rb_str_match: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
c422fc4bbc
|
rb_str_rindex_m: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
c29ec1ef1a
|
rb_str_index_m: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
6df790f22e
|
rb_enc_cr_str_buf_cat: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
31a770ac48
|
rb_strftime_with_timespec: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
b5eeb3453e
|
trap_handler: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
224e9c3835
|
signm2signo: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
7cf4625690
|
feature_option: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
689dd3aecb
|
parse_rat: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
d7eec15f8e
|
rb_rational_cmp: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
9c5804ac1c
|
range_each: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
cc27cd26d7
|
rand_range: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
08202d1f0e
|
check_exec_redirect: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
9298631316
|
check_exec_redirect_fd: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
2bfac015d3
|
proc_binding: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
3db159193e
|
rb_obj_singleton_method: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
8b9b51bb3b
|
rb_method_name_error: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
2390a8bd2e
|
bind_local_variable_get: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
82ed66a75a
|
rb_cstr_to_dbl_raise: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
06ed9a7a04
|
rb_convert_to_integer: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
268962077a
|
rb_mod_const_location: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
60212cd8ee
|
rb_mod_const_defined: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
3b8d9badab
|
rb_mod_const_get: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
1f6e74106f
|
class_or_module_required: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
03354feb6a
|
fix_pow: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
250189f54f
|
int_pow: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
bf19820bb3
|
flo_to_s: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
41703fcfab
|
r_object0: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
6575766ea0
|
search_required: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
e551dfda9f
|
rb_feature_p: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
9e92292e30
|
rb_io_modestr_fmode: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
0e4ee71546
|
rb_io_each_codepoint: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
1e8461424c
|
rb_hash_transient_heap_evacuate: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
5f60538245
|
any_hash: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
b5adaa8dbd
|
goruby_options: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |
卜部昌平
|
c5f4345138
|
get_envparam_double: do not goto into a branch
I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.
|
2020-06-29 11:05:41 +09:00 |