Skip to content

Tighten checking of numeric values #102

@bocchino

Description

@bocchino

If a numeric value is put into a type that can't hold it, throw an error. For example, this will not be allowed:

array A = [3] U32 default -1

because the type U32 cannot represent the integer value -1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    proposed featureA proposed new featuresemanticsIssues related to semanticsspecIssues related to the FPP language specificationuser's guideIssues related to the FPP User's Guide

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions