Skip to content

Allow renaming of generic types #503

@adamski

Description

@adamski

For example if one wanted to change MyType_u32 to MyType_U32

I would like to be able to specify it in the export rename section:

"u32" = "U32"

This became apparent after testing #502 where we removed the _ from name mangling, so we got MyTypeu32, and we want MyTypeU32, or even MyTypeUInt32

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