Skip to content

Coding error in check for duplicate names #734

@bocchino

Description

@bocchino

Running fpp-check on this model results in a crash:

struct S {
  x: F32
  x: U16
  y: U32
}

The code here should use Result.foldLeft instead of foldLeft:

_ <- nodes.foldLeft(result)( (result, node) => {

Thanks to @timcanham for reporting this!

Metadata

Metadata

Assignees

Labels

semanticsIssues related to semantics

Type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions