flatbuffers
flatbuffers copied to clipboard
Vector union not supported Python [Python, OS X, master]
Hello,
I was wondering when will vector unions will be available in python?
Thanks.
I don't know of anyone working on it at the moment.
Is there a plan to implement this feature for Python as well or is anyone working on it?
This issue has been automatically marked as stale because it has not had activity for 6 months. It will be closed if no further activity occurs. Thank you for your contributions.
Any updates on this feature?
Feature needed here ;)
Needed here too 😃
I need this too. @aardappel Would you be willing to accept PRs?
@sheinbergon yes, a PR would be great!
Yes we are running into the lack of support of vector of unions in Python as well. Any updates? Can we help?
@jeroenbouma the best way to help would be to write a PR, but it seems @sheinbergon might want to work on it too
This issue is stale because it has been open 6 months with no activity. Please comment or this will be closed in 14 days.
Finally have the time to take a crack at it. You can expect a PR soon :smile:
@sheinbergon Did you take a look at this?
@surculus12 yes I did.
Unfortunately, the C++ flatc compiler code structure was not a "smooth ride" getting into (partially due to the fact I'm not much of c++ dev, and this kind mazy string concat code can be a bit hard to follow ). Then, other open-source efforts got a higher priority and I had to take a step back again.
I did notice a somewhat preliminary feature is missing - support for struct/strict union types (non-vector related). So I will be implementing that first (hopefully this week).
Once I'm done with that, I'll hopefully be more comfortable with tackling the bigger vector of union feature.
@sheinbergon No worries. I took a look and added support in PR #7371.