We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
deprecation_reason
Flatbuffers' builtin deprecated attribute is nice, but it's just a boolean.
deprecated
We'd like to have an additional optional deprecation_reason attribute where we can explain why if we want to.
(Or maybe we just modify reflection.fbs to use string instead...? 😬)
reflection.fbs
string
The text was updated successfully, but these errors were encountered:
TimeSeriesScalar
52461cc
Successfully merging a pull request may close this issue.
Flatbuffers' builtin
deprecated
attribute is nice, but it's just a boolean.We'd like to have an additional optional
deprecation_reason
attribute where we can explain why if we want to.(Or maybe we just modify
reflection.fbs
to usestring
instead...? 😬)The text was updated successfully, but these errors were encountered: