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

SharedMemory: struct fields #3

Open
okbalefthanded opened this issue Jul 20, 2018 · 2 comments
Open

SharedMemory: struct fields #3

okbalefthanded opened this issue Jul 20, 2018 · 2 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@okbalefthanded
Copy link
Owner

SharedMemory has a bug for structs, it fails to clone structs with fieldnames of different names length.

@okbalefthanded okbalefthanded added the bug Something isn't working label Jul 20, 2018
@okbalefthanded
Copy link
Owner Author

Update: the same bug occurs for nested fieldnames, all fields should have the same number of subfields.

@okbalefthanded okbalefthanded added the wontfix This will not be worked on label Jul 24, 2018
@okbalefthanded
Copy link
Owner Author

A hack of this is to choose fieldnames that passes the issue and add functions to convert/recover the correct fieldnames for structs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant