Dmitriy Gertsog
Dmitriy Gertsog
Now it has bin folder with script and ini file. But, it still does not work: tap on file show error that **can't run selected application**. Kindle Whitepaper 3 (5.6.5)...
When I try cross-compiling with a new usage flow, I see that no way to set _ARCH_ value. Method `conan_cmake_autodetect()` has issue: threre is no way to specify target architecture....
Suggestion: move methods `start_app()` and `stop_app()` in common utilities for integration tests. Also, it would be useful to use `Python` class with destructor `__exit__(self, ...)` to catch and stop running...
Added support for autocomplete for `fish` shell and add integration test on completion. @TarantoolBot Title: add completion support for `fish` shell. Added support for autocomplete when working interactively in the...
Added opposite command to remove installed tcm. I didn't forget about (remove if it is not applicable): - [x] Well-written commit messages (see [documentation][how-to-write-commit] how to write a commit message)...
Need to create more unit tests according RFC description on modules. Blocked until other modules task would be ready. Remove `skip` in `create_external_module()` at `test/utils.py` file.
`tt` does not use config file specified with `--cfg` option. Steps to reproduce: ```sh mkdir tmp && cd tmp tt init cp tt.yaml tt.yml tt --cfg tt.yml ``` Got error:...
It should be designed similarly to the usual `search` command, with the module name argument allowing both a full and partial mask for searching and matching available modules. Thus, running...
The `modules install` command should be designed similarly to the simple `install` command. Execution of the command should result in downloading the required module from the _"customer zone"_, the latest...
Deletes modules folder installed on paths specified via configuration file `tt.yaml`. The command does not apply to modules set via environment variable, i.e. modules supplied as part of `SDK` cannot...