You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, we heavily use annotations for our database https://tarantool.io/ and we add new functions and parameters with each minor release. Is there any legal way to specify version of the platform (like you use @Version for Lua) since from which the method (or option of the class) is available?
For example:
---@meta---@since 2.10.0---@paramkeystring---@paramvalueanyfunctionbox.broadcast(key, value) end
I think that openresty have the same issue, don't they?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, we heavily use annotations for our database https://tarantool.io/ and we add new functions and parameters with each minor release. Is there any legal way to specify version of the platform (like you use @Version for Lua) since from which the method (or option of the class) is available?
For example:
I think that openresty have the same issue, don't they?
Beta Was this translation helpful? Give feedback.
All reactions