Project

General

Profile

Actions

Patch #32542

closed

Fix ruby 2.7 warning: The last argument is used as the keyword parameter

Added by Seiei Miyagi over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Ruby support
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

I run rake test on ruby 2.7, there are several warnings about keyword argument.
I fix it by adding `**`.


Files


Related issues

Related to Redmine - Feature #31500: Ruby 2.7 supportClosedGo MAEDA

Actions
Actions #1

Updated by Mischa The Evil over 4 years ago

Just my two cents on this: given all the reverts in the 2.7 pre-releases, I'd suggest to wait with the commit of this patch until a 2.7 final release.

Actions #2

Updated by Seiei Miyagi over 4 years ago

I updated the patch.
Change **options.merge(other: opt) to **options, other: opt.

Actions #4

Updated by Go MAEDA over 4 years ago

Actions #5

Updated by Go MAEDA about 4 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA

Committed as a part of #31500. Thank you.

Actions

Also available in: Atom PDF