Actions
Architecture #27012
closedScala3 - reorganize imports, clean unused values
Status:
Released
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 2 months ago
- Related to Architecture #26898: Prepare EventActor serialization for scala3 added
Updated by François ARMAND about 2 months ago
- Status changed from New to In progress
Updated by François ARMAND about 2 months 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 2 months ago
- Related to Architecture #27014: Deprecated method in chimney added
Updated by Anonymous about 2 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|4c0671051292d1d56a75eab46c23394bedc97fb4.
Updated by Alexis Mousset about 15 hours ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 9.0.0~alpha1 which was released today.
Actions