Skip to content

Disable Int32 (and any similar) CodeGen types #3592

@PatrickDanino

Description

@PatrickDanino

Summary

While I understand that Int32 may technically be "more correct", this causes huge amounts of headaches when trying to use these types in real world projects. This is particularly true of cases where we already have thousands of other types that depend on Int, and converting each of those would be a headache.

The docs seem to imply that this wasn't meant to be final, but it appears to have been included without the option of turning it off. Can we switch it back or at least make this configurable in the code generator?

Version

2.0

Steps to reproduce the behavior

  • Generate any type that uses Int

Logs

Anything else?

Docs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions