Files
mruby-mruby/mrbgems
dearblue 12d51807a3 Insert an empty hash before the first NODE_KW_REST_ARGS
I expect this will fix the two problems that "#5640" didn't address.

- It is expected to raise an exception `TypeError`, but it didn't before.

  ```console
  % bin/mruby -e 'p [**1]'
  [1]
  ```

- The variable `h` is expected to keep an empty hash, but it didn't before.

  ```console
  % bin/mruby -e 'h = {}; p(**h, a: 1, b: 2); p h'
  {:a=>1, :b=>2}
  {:a=>1, :b=>2}
  ```
2022-02-18 22:15:50 +09:00
..
2021-10-31 23:36:10 +09:00
2020-12-21 21:48:50 +09:00
2020-12-21 21:48:50 +09:00
2020-12-21 21:48:50 +09:00
2020-12-21 21:48:50 +09:00
2022-01-24 18:13:28 +09:00