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

Also available in: Atom PDF