-
Notifications
You must be signed in to change notification settings - Fork 749
Closed as not planned
Labels
Description
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