Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeSize() always reports 4 bytes #73

Open
CodyFagley opened this issue Jun 15, 2021 · 0 comments
Open

TypeSize() always reports 4 bytes #73

CodyFagley opened this issue Jun 15, 2021 · 0 comments
Labels
enhancement New feature or request prebug Not a bug yet, but will be soon

Comments

@CodyFagley
Copy link
Member

(See TypeSize() in Context Manager)

Right now, the size of all types is 4, because it was easiest to work with 32-bit integers in early testing. This should instead report the actual size for the requested TypeID.

It is most efficient for this to stay 4 by default, but as the type's size grows beyond 8 bytes, this should update as well.

@CodyFagley CodyFagley added enhancement New feature or request prebug Not a bug yet, but will be soon labels Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prebug Not a bug yet, but will be soon
Projects
None yet
Development

No branches or pull requests

1 participant