Actions
Bug #20606
closedRemove warning messages
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
Replace Some(a, b) by Some((a, b))
Updated by Elaad FURREEDAN almost 3 years ago
[WARNING] signature: Some.apply[A](value: A): Some[A]
[WARNING] given arguments: root, cat
[WARNING] after adaptation: Some((root, cat): (com.normation.rudder.rule.category.RuleCategory, com.normation.rudder.rule.category.RuleCategory))
[WARNING] case Some(cat) => Some(root, cat)
[WARNING] ^
[WARNING] /home/elaad/rudder/webapp/sources/rudder/rudder-rest/src/main/scala/com/normation/rudder/rest/lift/RuleApi.scala:1016: warning: adapted the argument list to the expected 2-tuple: add additional parens instead
[WARNING] signature: Some.apply[A](value: A): Some[A]
[WARNING] given arguments: root, missingCategory
[WARNING] after adaptation: Some((root, missingCategory): (com.normation.rudder.rule.category.RuleCategory, com.normation.rudder.rule.category.RuleCategory))
[WARNING] Some(root, missingCategory)
[WARNING] ^
[WARNING] 2 warnings
Updated by Elaad FURREEDAN almost 3 years ago
- Status changed from New to In progress
Updated by Elaad FURREEDAN almost 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Elaad FURREEDAN to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/4126
Updated by Anonymous almost 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|5bcfe20a28e6ec0ff42d2033934c32e38b8e35a7.
Updated by Alexis Mousset almost 3 years ago
- Category set to Architecture - Code maintenance
Updated by Vincent MEMBRÉ almost 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~rc3 which was released today.
Actions