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

Improve reflector handling of 0-sized values (e.g. ()). #1

Open
da-x opened this issue Feb 15, 2019 · 0 comments
Open

Improve reflector handling of 0-sized values (e.g. ()). #1

da-x opened this issue Feb 15, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@da-x
Copy link
Collaborator

da-x commented Feb 15, 2019

Reflector having issues with 0-sized values such as (), thinking it has already seen them. May need to find a way to use std::mem::size_of to keep from introducing them into the hashset of addresses during reflection.

@da-x da-x self-assigned this Feb 15, 2019
@da-x da-x added the bug Something isn't working label Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant