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
PR #629 introduced Tarantool version as a structure (both in module and pytest) to solve the issue of migrating to new release policy (#619). Tarantool version as a string is stored in context
PR #629 introduced Tarantool version as a structure (both in module and pytest) to solve the issue of migrating to new release policy (#619). Tarantool version as a string is stored in context
cartridge-cli/cli/context/context.go
Line 125 in ba2f832
and validated with its own regexp
cartridge-cli/cli/common/tarantool.go
Line 21 in 7edd6f9
We should explore the code, replace excessive regexps and parsings (if there are some) by replacing them with version as a structure.
Follows up #629 (comment)
The text was updated successfully, but these errors were encountered: