Actions
Architecture #27012
openScala3 - reorganize imports, clean unused values
Status:
Pending release
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Fix check:
To do
Regression:
No
Description
We have several more warning in Scala3 branches:
- a lot of unused import due to better analyses,
- some useless pattern match cases,
- unused local vars,
- a missing serialisation for doobie (same as #26898)
Updated by François ARMAND about 1 month ago
- Related to Architecture #26898: Prepare EventActor serialization for scala3 added
Updated by François ARMAND about 1 month ago
- Status changed from New to In progress
Updated by François ARMAND about 1 month ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Clark ANDRIANASOLO
- Pull Request set to https://github.com/Normation/rudder/pull/6415
Updated by François ARMAND about 1 month ago
- Related to Architecture #27014: Deprecated method in chimney added
Updated by Anonymous about 1 month ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|4c0671051292d1d56a75eab46c23394bedc97fb4.
Actions