A module for parsing versions (PEP-440) #7006
Totktonada
started this conversation in
Ideas
Replies: 1 comment
-
BTW, there is a separate library libversion that compares version in different formats. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Authors of external tarantool modules often need to determine a version of tarantool either to enable/disable some functionality or for the sake of conditional testing. It is easy to obtain the version string, but splitting to components is implemented in modules again and again.
Examples of tarantool version parsing code:
I propose to extend the problem and implement a general version parsing code in tarantool. In particular, it should be applicable for parsing of tarantool's version.
Materials to dive into the topic:
brew
Beta Was this translation helpful? Give feedback.
All reactions