Skip to content

Regression: incorrect null value for char enums #917

Closed
@jkolobok

Description

@jkolobok

I use ilink binary schema.
For CmtaGiveUpCD enum it generates incorrect code for null value.
generated:
NULL_VAL((byte)48); //48=='0'
must be
NULL_VAL((byte)0);

it was working fine on 1.25.1 and got broken in 1.26

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions