gpt4 book ai didi

Perl 评论家 : Comma used to separate statements

转载 作者:行者123 更新时间:2023-12-04 11:57:33 25 4
gpt4 key购买 nike

Critic 不接受以下代码,严重性为 4:

return {
'debug' => $debug,
'identifier' => $identifier
};

我收到此错误:
# Perl::Critic found these violations in "filename.pl":
# Comma used to separate statements at line 356, column 3. See pages 68,71 of PBP. (Severity: 4)

但是这段代码被接受了,没有任何注释:
my $result = {
'debug' => $debug,
'identifier' => $identifier
};

return $result;

使用临时变量写我的返回真的更好吗,或者评论家在检测 Comma used to separate statements 时是错误的吗?而我只是在构建和返回一个 hashref ?

最佳答案

我在 1.105 版本中发现了这个错误,它在 1.116 版本中消失了。它在那里之间的某个地方得到了修复。

更改日志中未提及修复程序,但提到了 PPI 更改。可能是 PPI 错误。

关于Perl 评论家 : Comma used to separate statements,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9110962/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com