Project

General

Profile

Actions

Architecture #11969

closed

Architecture #11955: Remove most scala compilation warning

Remove "non-uniry def overrides unary def"

Added by François ARMAND about 6 years ago. Updated about 6 years ago.

Status:
Released
Priority:
N/A
Category:
Architecture - Code maintenance
Target version:
Effort required:
Name check:
Fix check:
Regression:

Description

In Scala, you are able to do:


trait Foo { def bar: String }
class C extends Foo { override dev bar(): String = ???

Which makes little sense, and rise a warning.

Remove these cases.

Actions #1

Updated by François ARMAND about 6 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/1829
Actions #2

Updated by Rudder Quality Assistant about 6 years ago

  • Assignee changed from Vincent MEMBRÉ to François ARMAND
Actions #3

Updated by François ARMAND about 6 years ago

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

Updated by Vincent MEMBRÉ about 6 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 4.3.0~beta1 which was released today.

Actions

Also available in: Atom PDF