fixup foreach
[?]
Oct 20, 2021, 4:42 PM
YBLOX35FG6MJSM5LE5FIPOLOKQAJZXKXDKP76FKVXCNUWWZO2ATACDependencies
- [2]
NGNOA7C3perlcritic: each() called at line 752, column 35. The each function may cause undefined behavior when operating on the hash while iterating. Use a foreach loop over the hash's keys or values instead. - [3]
BCFAS6VOdeclarative projects: support fully static, declarative configuration - [4]
6WRGCITDEnable declarative projects. - [5]
K4TJNA56updateDeclarativeJobset: only set the emailresponsible column when defined (#788) - [6]
34SOPSVFAllow to configure the timeout value for the GitInput plugin in different places. - [7]
PIRYGQWSGitInput: only convert integer option values to int - [*]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate - [*]
JAH3UPWASupport revision control systems via plugins
Change contents
- replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 68
my $data = $declSpec->{"inputs"}{$name};my $data = $declSpec->{"inputs"}->{$name}; - replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 89
my $spec = $declSpec{$jobsetName};my $spec = $declSpec->{$jobsetName}; - replacement in src/lib/Hydra/Plugin/GitInput.pm at line 122
my $opt_value = $options{$opt_name};my $opt_value = $options->{$opt_name};