bug907607: scilab-cli doesn't start
scilab require modules to have .start and .quit files to be loaded properly. But some modules have empty .start and/or .quit files. Without this fix, these modules fail to load:
- commons
- graphic_objects
- ui_data
- graph
- history_browser
- slint
- coverage
The module loading implementation is here: modules/functions_manager/src/cpp/funcmanager.cpp:192
These load errors make the cli not working interactively (but it was still working when not in interactive mode, like piping commands to scilab-cli).