-
Notifications
You must be signed in to change notification settings - Fork 29
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
Bugfixes and minor API changes #39
base: master
Are you sure you want to change the base?
Conversation
Hey brother, thanks so much for the contribution. Can you, please, split the improvements and the bug fixes into 2 different pull requests? For the bugs, can you please add tests to cover the issues? Lets try this and I will review your PR again? Quick one about the bitflags, adding that fixes any issues you mentioned? |
Sure, I will split up the PR. The metadata parsing errors were not detected because the tests had errors too, for example a string property was expected to be a float array. I fixed the tests so that they expect the correct values. For the memory leak issue I'm not sure if I can write a test. Changing PostProcess to bitflags did not fix any issues, but I think it is more convenient because:
|
Thanks for the comprehension. |
Hi!
I fixed some issues:
Minor API changes:
Let me know what you think :) I would be happy to contribute!