Actions
Bug #10719
closedempty splatting literal hash after other keywords causes SEGV
Bug #10719:
empty splatting literal hash after other keywords causes SEGV
Description
Updated by nobu (Nobuyoshi Nakada) over 11 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset r49193.
parse.y: eliminate empty hashes
- parse.y (assocs, assoc): eliminate splatting empty literal
hashes. [ruby-core:67446] [Bug #10719] - compile.c (compile_array_): supprt splatted hash in hash type.
Updated by naruse (Yui NARUSE) over 11 years ago
- Backport changed from 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONE
ruby_2_2 r49302 merged revision(s) 49193.
Updated by shugo (Shugo Maeda) over 11 years ago
- Related to Bug #10856: Splat with empty keyword args gives unexpected results added
Actions