Project

General

Profile

Actions

Bug #16578

closed

Bug #16491: Port Rudder to Scala 2.13

Node details show properties in each pages

Added by François ARMAND over 4 years ago. Updated about 4 years ago.

Status:
Released
Priority:
N/A
Category:
Architecture - Code maintenance
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:

Description

There is still some places where List[Node] is infered in place of NodeSeq, which leads to bad HTML generation (repetition of code in place of replacing in it).

I propose to add : NodeSeq for all methods where it used to be inferred (we could only add it in places where List[Node] is inferred, but it seems to be a bit fragile, as we don't know what will be inferred if we change bits).


Subtasks 1 (0 open1 closed)

Bug #16673: Avoid Seq[Node] in place of NodeSeq with updated version of scala-xmlReleasedVincent MEMBRÉActions
Actions #1

Updated by François ARMAND over 4 years ago

  • Status changed from New to In progress
Actions #2

Updated by François ARMAND over 4 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from François ARMAND to Vincent MEMBRÉ
  • Pull Request set to https://github.com/Normation/rudder/pull/2726
Actions #3

Updated by François ARMAND over 4 years ago

  • Status changed from Pending technical review to Pending release
Actions #4

Updated by François ARMAND about 4 years ago

  • Fix check changed from To do to Checked
Actions #5

Updated by Alexis Mousset about 4 years ago

  • Name check changed from To do to Reviewed
Actions #6

Updated by Vincent MEMBRÉ about 4 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 6.0.3 which was released today.

Actions

Also available in: Atom PDF