vshard module versioning support
Open
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Added the ability to get the current version
of the vshard module as a text variable.
tarantool> require('vshard')._VERSION
---
- 0.1.22
...
NO_TEST=
Requested by @GRISHNOV in https://github.com/tarantool/vshard/commit/2a172c6140754ae637abc2394f2c946f6d4c8777.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the vshard module documentation and its version-related entry points. Verify the documented Lua expression require('vshard')._VERSION and describe the returned text value, using the example in this issue as the expected result. Done means the vshard documentation explains how to retrieve the current module version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100