Jamie Smith
Jamie Smith
Most likely, yeah.
Yes, I believe that it does use some CMake 3.8 specific features. But 3.8 should be available on any modern linux distro at this point, it's a years old release....
I think the code that needs to be fixed is here: https://github.com/google/flatbuffers/blob/5ba80c24e09ab4a34c14a8dae225eb222b58ebe7/src/idl_gen_python.cpp#L1081 and here: https://github.com/google/flatbuffers/blob/5ba80c24e09ab4a34c14a8dae225eb222b58ebe7/src/idl_gen_python.cpp#L1128
Um, is this a bad time to mention that I've just found a bug in this PR? Actually been using it for several months in our company's project, and this...
@HaiyiMei's workaround from [here](https://github.com/tiangolo/typer/issues/182#issuecomment-1708245110) seems to actually work quite well for this. ``` import typer import click import enum from typing import Annotated class Color(enum.IntEnum): RED = 0xFF0000 GREEN =...
@pennam If you submit https://github.com/ARMmbed/mbed-os/pull/14600 to mbed-ce/mbed-os, I will review and merge!
@bennybp any way you could take a look at this? We are using MIRP on the QUICK project and this is causing us some issues integrating it.
It's up to you I guess. Having a source release should be fine though.