-
Notifications
You must be signed in to change notification settings - Fork 5
api: add hardcoded versioning support #62
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
api: add hardcoded versioning support #62
Conversation
note: |
c38e945
to
ef31f34
Compare
Added the _VERSION variable to the exported table. Is part of the task [1]. 1. github.com/tarantool/roadmap-internal/issues/204
ef31f34
to
eaf7c3f
Compare
It seems like it could be fixed with one-line commit. Let's do it |
Bump test workflow OS to Ubuntu 20.04 and install gcc/g++. If there are more work will be discovered, let's ignore it. |
d69fc6a
to
766bd09
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not fix CI any longer. File an issue, tarantool/http@c08227d is likely to be the reason. You may also add test xfail/skip to get a green light.
766bd09
to
eaf7c3f
Compare
Done |
Git222 is deprecated. Also, to build dependent modules, an ubuntu bump was needed and added gcc/gcc-c++ to centos packages installation.
37b7adb
to
b275349
Compare
Overview This release introduces new API to check module version in code. New features * Add versioning support (PR #62).
Overview This release introduces new API to check module version in code. New features * Add versioning support (PR #62).
Add versioning support, now the module api has
_VERSION
hardcoded variable. Is part of the task [1].