зеркало из https://github.com/github/ruby.git
Fix pseudo code for NODE_ARYPTN, NODE_HSHPTN
Due to the change in 3893a8dd42
,
there is no longer a need to put true/false.
This commit is contained in:
Родитель
b7e1eda932
Коммит
d6389224da
|
@ -5635,7 +5635,6 @@ iseq_compile_pattern_each(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *c
|
|||
* goto match_failed
|
||||
* end
|
||||
* end
|
||||
* true
|
||||
* goto matched
|
||||
* type_error:
|
||||
* FrozenCore.raise TypeError
|
||||
|
@ -5806,7 +5805,6 @@ iseq_compile_pattern_each(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *c
|
|||
* end
|
||||
* end
|
||||
* end
|
||||
* true
|
||||
* goto matched
|
||||
* type_error:
|
||||
* FrozenCore.raise TypeError
|
||||
|
|
Загрузка…
Ссылка в новой задаче