From sgougeon at free.fr Thu Jan 2 18:10:57 2020 From: sgougeon at free.fr (Samuel Gougeon) Date: Thu, 2 Jan 2020 18:10:57 +0100 Subject: [Scilab-Dev] [a,b,a]=(A,B,C) order Message-ID: <212d6af2-b4de-8da0-b59b-2dd4984b6f96@free.fr> Hello devs, For the record: After https://codereview.scilab.org/21012 http://gitweb.scilab.org/?p=scilab.git;a=commit;h=f3392f65b4b553128b0090c6f43b711f249c1db8 [a,b,a]? = (1,2,3) now finally sets a=3 instead of formerly, and quite unexpectedly, a=1 : please see the last sentence before examples in https://help.scilab.org/docs/6.0.2/en_US/brackets.html I do not think that should have any side effect, since repeating a recipient is as well quite unexpected. I'll update the page. Happy new year 2020 with Scilab! Samuel From sgougeon at free.fr Wed Jan 22 20:17:04 2020 From: sgougeon at free.fr (Samuel Gougeon) Date: Wed, 22 Jan 2020 20:17:04 +0100 Subject: [Scilab-Dev] [SEP] Function for implicit plotting In-Reply-To: <54007DF0.1070901@scilab-enterprises.com> References: <54007DF0.1070901@scilab-enterprises.com> Message-ID: <87ff900f-d208-f0f1-3d69-d44a37d8b6b2@free.fr> Hello, Le 29/08/2014 ? 15:19, Pierre-Aim? Agnel a ?crit?: > Hi, > > I created SEP #132 for implicit function plotting. The idea is to be > able to plot F(x,y) = 0 directly instead of having to feval then > contour the plot. > > A first experimentation from can be found here > https://codereview.scilab.org/#/c/15130/ > > If you can give me your insight/comments on this to improve the feature. Thread: http://mailinglists.scilab.org/SEP-Function-for-implicit-plotting-tp4031112p4031724.html In addition to renaming, a list of 7 improvements is proposed at http://bugzilla.scilab.org/16304 Regards Samuel From chinluh.tan at bytecode-asia.com Thu Jan 30 09:33:22 2020 From: chinluh.tan at bytecode-asia.com (Chin Luh Tan) Date: Thu, 30 Jan 2020 16:33:22 +0800 Subject: [Scilab-Dev] Issue Launching Scilab Master After Successful Compilation Message-ID: <16ff5955579.ff089a8e347819.874300750857855177@bytecode-asia.com> Hi,? Greeting. I am trying to compile Scilab under Ubuntu 18.04 and the compilation was successful, however, when I tried to launch Scilab java and scilab-adv-cli, i get following error: Could not access to the Main Scilab Class: Exception in thread "main" java.lang.ExceptionInInitializerError ?? ?at org.scilab.modules.localization.Messages.gettext(Unknown Source) ?? ?at org.scilab.modules.commons.xml.XConfiguration.(Unknown Source) ?? ?at org.scilab.modules.core.Scilab.(Unknown Source) Caused by: java.lang.NullPointerException ?? ?at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847) ?? ?at java.lang.Runtime.loadLibrary0(Runtime.java:871) ?? ?at java.lang.System.loadLibrary(System.java:1124) ?? ?at org.scilab.modules.localization.MessagesJNI.(Unknown Source) ?? ?... 3 more I aware there are some very recent updates to the gcc-9 and also the ant, so I briefly list down the last success launch and compile of the Scilab. Before the thirdparty dependencies update: --> Scilab was compiled and launched successfully with gcc-8, g++-8, openjdk-8 , by using the source form the git.scilab.org, and the dependency from the ttps://github.com/scilab/scilab-prerequirements After the thirdparty dependencies update: --> Scilab was compiled successfully but fail to launch with gcc-9, g++-9, openjdk-8 , by using the source form the git.scilab.org, and the dependency from the ttps://github.com/scilab/scilab-prerequirements I've also tried clean installation but the same issue happened. Please advice. Thanks. Regards, Chin Luh -------------- next part -------------- An HTML attachment was scrubbed... URL: