-
Notifications
You must be signed in to change notification settings - Fork 15
[2pt] Unable to use crud.common.utils
on Tarantool 1.10.10 without key_def
module
#163
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
Labels
Comments
|
crud.common.utils
on Tarantool 1.10.10 without key_def
modulecrud.common.utils
on Tarantool 1.10.10 without key_def
module
olegrok
added a commit
that referenced
this issue
Jun 4, 2021
After a15e774 (Introduce crud.min and crud.max) module started to throw an error ``` .../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found: ``` Because some 1.10 versions don't have support tuple-keydef module or they didn't installed it near this module. This patch adds a fix that follbacks such lost souls to lua implemented comparators. Also 1.10.6 EE is added to test process to be able verify changes. Closes #163
olegrok
added a commit
that referenced
this issue
Jun 4, 2021
After a15e774 (Introduce crud.min and crud.max) module started to throw an error ``` .../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found: ``` Because some 1.10 versions don't have support tuple-keydef module or they didn't installed it near this module. This patch adds a fix that follbacks such lost souls to lua implemented comparators. Also 1.10.6 EE is added to test process to be able verify changes. Closes #163
olegrok
added a commit
that referenced
this issue
Jun 4, 2021
After a15e774 (Introduce crud.min and crud.max) module started to throw an error ``` .../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found: ``` Because some 1.10 versions don't have support tuple-keydef module or they didn't installed it near this module. This patch adds a fix that fallbacks such lost souls to lua implemented comparators. Also 1.10.6 EE is added to test process to be able verify changes. Closes #163
olegrok
added a commit
that referenced
this issue
Jun 4, 2021
After a15e774 (Introduce crud.min and crud.max) module started to throw an error ``` .../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found: ``` Because some 1.10 versions don't have support tuple-keydef module or they didn't installed it near this module. This patch adds a fix that fallbacks such lost souls to lua implemented comparators. Also 1.10.6 EE is added to test process to be able verify changes. Closes #163
olegrok
added a commit
that referenced
this issue
Jun 7, 2021
After a15e774 (Introduce crud.min and crud.max) module started to throw an error ``` .../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found: ``` Because some 1.10 versions don't have support tuple-keydef module or they didn't installed it near this module. This patch adds a fix that fallbacks such lost souls to lua implemented comparators. Also 1.10.6 EE is added to test process to be able verify changes. Closes #163
olegrok
added a commit
that referenced
this issue
Jun 8, 2021
After a15e774 (Introduce crud.min and crud.max) module started to throw an error ``` .../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found: ``` Because some 1.10 versions don't have support tuple-keydef module or they didn't installed it near this module. This patch adds a fix that fallbacks such lost souls to lua implemented comparators. Also 1.10.6 EE is added to test process to be able verify changes. Closes #163
olegrok
added a commit
that referenced
this issue
Jun 8, 2021
After a15e774 (Introduce crud.min and crud.max) module started to throw an error ``` .../.rocks/share/tarantool/crud/common/compat.lua:20: module 'key_def' not found: ``` Because some 1.10 versions don't have support tuple-keydef module or they didn't installed it near this module. This patch adds a fix that fallbacks such lost souls to lua implemented comparators. Also 1.10.6 EE is added to test process to be able verify changes. Closes #163
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cartridge role requires
crud.common.utils
The text was updated successfully, but these errors were encountered: