Skip to content

bug907607: scilab-cli doesn't start

Alexis Murzeau requested to merge amurzeau/scilab:fix-scilab-cli-907607 into buster

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).

Merge request reports

Loading