Command slint broken?

Dear all,

can you please confirm, that slint works well for you in Scilab 2026.0.1?

I tried to analyze my function, but for the first run get in the console message “Module developed with the contribution of CNES.”

Next time I run the slint command, nothing is printed in the console (nor the message as during first run).

Command form I use is most trivial

slint(file_name)

Thank you and best regards,

Jakub

Hi,

It works using the example from the help page : slint(" SCI/modules/slint/tests/unit_tests/files/slint_sample.sci").

The message "Module developed with the contribution of CNES." looks only printed the first time. Maybe your file has no issue?

Dear David,

Thank you for your response.
I found out that the problem was mode - as I ran the slint command from the sce file, changing to mode(0) solved the report.
On the other hand, it is inconsistent that message "Module developed with the contribution of CNES."was shown, but the report itself is not. This confused me, as I expected it should also show the report.

Should I report bug on gitlab - show everything or nothing in console?

Regards,
Jakub

Hello,

This advertising message is completely odd (moreover slint is not a “module”). If all contributors had done like this, using Scilab would be really annoying. As far as I am concerned, I have never had such an idea in my contributions (the copyright in the source file is enough). Reporting an issue would be a good idea, with a possible resolution under the form of the removal of the message + the addition of a CNES copyright notice in the source of slint gateway (scilab/modules/slint/sci_gateway/cpp/sci_slint.cpp · minor · scilab / scilab · GitLab).

S.