From nikhilgoel199797 at gmail.com Mon Jan 2 08:42:33 2017 From: nikhilgoel199797 at gmail.com (nikhil goel) Date: Mon, 2 Jan 2017 13:12:33 +0530 Subject: [Scilab-Dev] Contributing to scilab In-Reply-To: References: Message-ID: Sir/ Ma'am I am Nikhil Goel, a second year engineering student from BITS Pilani, India. I am currently an amateur coder and would like to contribute in Scilab to learn more about software development practices. I had sent a mail two weeks ago but I wasn't subscribed to the dev mailing list. Within this period I have developed a deeper understanding of work flow and the code of scilab. After becoming familiar with the compilation of the software solved a bug that was reported on bugzilla.scilab.org. but I havent submitted the patch yet as I am unclear on the process. Pointers/ suggestions on what to solve would be greatly appreciated. As I get more comfortable with the tech stack, I would like to further contribute more substantially. Thanking you in anticipation Regards Nikhil Goel -------------- next part -------------- An HTML attachment was scrubbed... URL: From georgeyjohn1 at gmail.com Tue Jan 3 07:52:42 2017 From: georgeyjohn1 at gmail.com (GG) Date: Mon, 2 Jan 2017 23:52:42 -0700 (MST) Subject: [Scilab-Dev] "The shared archive was not loaded" error on few systems while loading a toolbox Message-ID: <1483426362848-4035308.post@n3.nabble.com> Hi all, I am working on FOSSEE Optimization Toolbox for scilab. We are getting the following error on few Windows system while loading the toolbox. atomsLoad: An error occurred while loading 'FOT': addinter: The shared archive was not loaded: Unknown Error I saw on this link that there was a similar problem for this toolbox. Can someone elaborate on the cause of this problem and the solution for the issue. Georgey -- View this message in context: http://mailinglists.scilab.org/The-shared-archive-was-not-loaded-error-on-few-systems-while-loading-a-toolbox-tp4035308.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From clement.david at scilab-enterprises.com Tue Jan 3 08:22:37 2017 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment?= David) Date: Tue, 03 Jan 2017 08:22:37 +0100 Subject: [Scilab-Dev] "The shared archive was not loaded" error on few systems while loading a toolbox In-Reply-To: <1483426362848-4035308.post@n3.nabble.com> References: <1483426362848-4035308.post@n3.nabble.com> Message-ID: <1483428157.2015.1.camel@scilab-enterprises.com> Le lundi 02 janvier 2017 ? 23:52 -0700, GG a ?crit?: > Hi all, > I am working on FOSSEE Optimization Toolbox for scilab. We are getting the > following error on few Windows system while loading the toolbox. > > atomsLoad: An error occurred while loading 'FOT': > addinter: The shared archive was not loaded: Unknown Error > > I saw on this??link > ???that there was > a similar problem for this toolbox. Can someone elaborate on the cause of > this problem and the solution for the issue. Hi Georgey, This is probably due to a missing dependency at loading time. For exemple, you built the toolbox on a windows system which has a specific .NET framework or runtime and you try to run it on a windows system without this runtime. This was the case for the VISA runtime, I initially built it with an up-to-date version but users expected to use it with old version as well (and do not want to update). As the VISA ABI is stable, I was able to build it with the old version and it will run with both the old and the new runtime. Do not hesitate to check using "Dependency Walker" and post further information. Thanks, -- Cl?ment From clement.david at scilab-enterprises.com Tue Jan 3 08:28:44 2017 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment?= David) Date: Tue, 03 Jan 2017 08:28:44 +0100 Subject: [Scilab-Dev] Contributing to scilab In-Reply-To: References: Message-ID: <1483428524.2015.3.camel@scilab-enterprises.com> Hi Nikhil and welcome, I saw your mail and accepted it but a bit late :). About the process, we usually do not assign a bug to new-comers as the Assignee field is just a reminder for us. You should select a bug, fix it and either mail the patch (using `git format-patch`) or push it to the codereview (and add a reviewer). All (and probably too much :) ) information are on the wiki.scilab.org, do not hesitate to use the gsoc ML for beginners question (compiling scilab, commit and push a patch). Thanks, -- Cl?ment Le lundi 02 janvier 2017 ? 13:12 +0530, nikhil goel a ?crit?: > Sir/ Ma'am > I am Nikhil Goel, a second year engineering student from BITS Pilani, India. I am currently an > amateur coder and would like to contribute in Scilab to learn more about software development > practices. > I had sent a mail two weeks ago but I wasn't subscribed to the dev mailing list.? > Within this period I have developed a deeper understanding of work flow and the code of scilab. > After becoming familiar with the compilation of the software solved a bug that was reported on > bugzilla.scilab.org. but I havent submitted the patch yet as I am unclear on the process. > Pointers/ suggestions on what to solve would be greatly appreciated. > As I get more comfortable with the tech stack, I would like to further contribute more > substantially. > Thanking you in anticipation? > Regards? > Nikhil Goel > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev From nikhilgoel199797 at gmail.com Wed Jan 4 07:02:25 2017 From: nikhilgoel199797 at gmail.com (nikhil goel) Date: Wed, 4 Jan 2017 11:32:25 +0530 Subject: [Scilab-Dev] Contributing to scilab In-Reply-To: <1483428524.2015.3.camel@scilab-enterprises.com> References: <1483428524.2015.3.camel@scilab-enterprises.com> Message-ID: Hello Attached below is the patch for bug 14483. The patch is in 2 parts. First part has the non regression test and the second part has the changes along with changes.md file. If you could please review the changes and see if things are in order. Thanks Nikhil On Tue, Jan 3, 2017 at 12:58 PM, Cl?ment David < clement.david at scilab-enterprises.com> wrote: > Hi Nikhil and welcome, > > I saw your mail and accepted it but a bit late :). About the process, we > usually do not assign a bug > to new-comers as the Assignee field is just a reminder for us. You should > select a bug, fix it and > either mail the patch (using `git format-patch`) or push it to the > codereview (and add a reviewer). > > All (and probably too much :) ) information are on the wiki.scilab.org, > do not hesitate to use the > gsoc ML for beginners question (compiling scilab, commit and push a patch). > > Thanks, > > -- > Cl?ment > > Le lundi 02 janvier 2017 ? 13:12 +0530, nikhil goel a ?crit : > > Sir/ Ma'am > > I am Nikhil Goel, a second year engineering student from BITS Pilani, > India. I am currently an > > amateur coder and would like to contribute in Scilab to learn more about > software development > > practices. > > I had sent a mail two weeks ago but I wasn't subscribed to the dev > mailing list. > > Within this period I have developed a deeper understanding of work flow > and the code of scilab. > > After becoming familiar with the compilation of the software solved a > bug that was reported on > > bugzilla.scilab.org. but I havent submitted the patch yet as I am > unclear on the process. > > Pointers/ suggestions on what to solve would be greatly appreciated. > > As I get more comfortable with the tech stack, I would like to further > contribute more > > substantially. > > Thanking you in anticipation > > Regards > > Nikhil Goel > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > http://lists.scilab.org/mailman/listinfo/dev > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-name-alias-for-figure_name.patch Type: text/x-patch Size: 2780 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-name-alias-for-figure_name.patch Type: text/x-patch Size: 2930 bytes Desc: not available URL: From clement.david at scilab-enterprises.com Wed Jan 4 08:47:16 2017 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment?= David) Date: Wed, 04 Jan 2017 08:47:16 +0100 Subject: [Scilab-Dev] Contributing to scilab In-Reply-To: References: <1483428524.2015.3.camel@scilab-enterprises.com> Message-ID: <1483516036.2002.1.camel@scilab-enterprises.com> Hi Nikhil, Thanks for the patches, for such a correction we expect all the modification in a single commit so you should `git commit --amend`. We also require the updated english documentation to ensure consistency. The documentation is written in XML files and I suggest you to use `git grep` to found the references to "figure_name". Could you also update your name on the Copyright lines please ? Thanks, -- Cl?ment Le mercredi 04 janvier 2017 ? 11:32 +0530, nikhil goel a ?crit?: > Hello > > Attached below is the patch for bug 14483. The patch is in 2 parts. First part has the non > regression test and the second part has the changes along with?changes.md?file. > > If you could please review the changes and see if things are in order. > > Thanks > > Nikhil > > On Tue, Jan 3, 2017 at 12:58 PM, Cl?ment David wrote: > > Hi Nikhil and welcome, > > > > I saw your mail and accepted it but a bit late :). About the process, we usually do not assign a > > bug > > to new-comers as the Assignee field is just a reminder for us. You should select a bug, fix it > > and > > either mail the patch (using `git format-patch`) or push it to the codereview (and add a > > reviewer). > > > > All (and probably too much :) ) information are on the wiki.scilab.org, do not hesitate to use > > the > > gsoc ML for beginners question (compiling scilab, commit and push a patch). > > > > Thanks, > > > > -- > > Cl?ment > > > > Le lundi 02 janvier 2017 ? 13:12 +0530, nikhil goel a ?crit?: > > > Sir/ Ma'am > > > I am Nikhil Goel, a second year engineering student from BITS Pilani, India. I am currently an > > > amateur coder and would like to contribute in Scilab to learn more about software development > > > practices. > > > I had sent a mail two weeks ago but I wasn't subscribed to the dev mailing list.? > > > Within this period I have developed a deeper understanding of work flow and the code of > > scilab. > > > After becoming familiar with the compilation of the software solved a bug that was reported on > > > bugzilla.scilab.org. but I havent submitted the patch yet as I am unclear on the process. > > > Pointers/ suggestions on what to solve would be greatly appreciated. > > > As I get more comfortable with the tech stack, I would like to further contribute more > > > substantially. > > > Thanking you in anticipation? > > > Regards? > > > Nikhil Goel > > > _______________________________________________ > > > dev mailing list > > > dev at lists.scilab.org > > > http://lists.scilab.org/mailman/listinfo/dev > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > http://lists.scilab.org/mailman/listinfo/dev > > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev From nikhilgoel199797 at gmail.com Thu Jan 5 16:23:34 2017 From: nikhilgoel199797 at gmail.com (nikhil goel) Date: Thu, 5 Jan 2017 20:53:34 +0530 Subject: [Scilab-Dev] Contributing to scilab In-Reply-To: <1483516036.2002.1.camel@scilab-enterprises.com> References: <1483428524.2015.3.camel@scilab-enterprises.com> <1483516036.2002.1.camel@scilab-enterprises.com> Message-ID: Hi Clement, I apologize for the delayed response. I have attached the updated patch. All the modifications are done in a single commit. I was not too sure about the English documentation. I added the term 'name' in figure_property in en_us help. Should I do this for other languages as well? Also I updated my name in the Copyright lines. If there are any other mistakes, please let me know. Thanks Nikhil On Wed, Jan 4, 2017 at 1:17 PM, Cl?ment David < clement.david at scilab-enterprises.com> wrote: > Hi Nikhil, > > Thanks for the patches, for such a correction we expect all the > modification in a single commit so > you should `git commit --amend`. > > We also require the updated english documentation to ensure consistency. > The documentation is > written in XML files and I suggest you to use `git grep` to found the > references to "figure_name". > > Could you also update your name on the Copyright lines please ? > > Thanks, > > -- > Cl?ment > > Le mercredi 04 janvier 2017 ? 11:32 +0530, nikhil goel a ?crit : > > Hello > > > > Attached below is the patch for bug 14483. The patch is in 2 parts. > First part has the non > > regression test and the second part has the changes along with > changes.md file. > > > > If you could please review the changes and see if things are in order. > > > > Thanks > > > > Nikhil > > > > On Tue, Jan 3, 2017 at 12:58 PM, Cl?ment David enterprises.com> wrote: > > > Hi Nikhil and welcome, > > > > > > I saw your mail and accepted it but a bit late :). About the process, > we usually do not assign a > > > bug > > > to new-comers as the Assignee field is just a reminder for us. You > should select a bug, fix it > > > and > > > either mail the patch (using `git format-patch`) or push it to the > codereview (and add a > > > reviewer). > > > > > > All (and probably too much :) ) information are on the wiki.scilab.org, > do not hesitate to use > > > the > > > gsoc ML for beginners question (compiling scilab, commit and push a > patch). > > > > > > Thanks, > > > > > > -- > > > Cl?ment > > > > > > Le lundi 02 janvier 2017 ? 13:12 +0530, nikhil goel a ?crit : > > > > Sir/ Ma'am > > > > I am Nikhil Goel, a second year engineering student from BITS > Pilani, India. I am currently an > > > > amateur coder and would like to contribute in Scilab to learn more > about software development > > > > practices. > > > > I had sent a mail two weeks ago but I wasn't subscribed to the dev > mailing list. > > > > Within this period I have developed a deeper understanding of work > flow and the code of > > > scilab. > > > > After becoming familiar with the compilation of the software solved > a bug that was reported on > > > > bugzilla.scilab.org. but I havent submitted the patch yet as I am > unclear on the process. > > > > Pointers/ suggestions on what to solve would be greatly appreciated. > > > > As I get more comfortable with the tech stack, I would like to > further contribute more > > > > substantially. > > > > Thanking you in anticipation > > > > Regards > > > > Nikhil Goel > > > > _______________________________________________ > > > > dev mailing list > > > > dev at lists.scilab.org > > > > http://lists.scilab.org/mailman/listinfo/dev > > > _______________________________________________ > > > dev mailing list > > > dev at lists.scilab.org > > > http://lists.scilab.org/mailman/listinfo/dev > > > > > > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > http://lists.scilab.org/mailman/listinfo/dev > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-name-alias-for-figure_name.patch Type: text/x-patch Size: 6290 bytes Desc: not available URL: From paul.bignier at scilab-enterprises.com Thu Jan 5 19:00:48 2017 From: paul.bignier at scilab-enterprises.com (Paul Bignier) Date: Thu, 5 Jan 2017 19:00:48 +0100 Subject: [Scilab-Dev] Contributing to scilab In-Reply-To: References: <1483428524.2015.3.camel@scilab-enterprises.com> <1483516036.2002.1.camel@scilab-enterprises.com> Message-ID: Hello Nikhil, Thank you for your patch, here is the commit at your name! The help page was only translated in japanese, I handled it. Best regards, Paul On 01/05/2017 04:23 PM, nikhil goel wrote: > Hi Clement, > > I apologize for the delayed response. I have attached the updated patch. > All the modifications are done in a single commit. > I was not too sure about the English documentation. I added the term > 'name' in figure_property in en_us help. Should I do this for other > languages as well? > Also I updated my name in the Copyright lines. > If there are any other mistakes, please let me know. > > Thanks > Nikhil > > On Wed, Jan 4, 2017 at 1:17 PM, Cl?ment David > > wrote: > > Hi Nikhil, > > Thanks for the patches, for such a correction we expect all the > modification in a single commit so > you should `git commit --amend`. > > We also require the updated english documentation to ensure > consistency. The documentation is > written in XML files and I suggest you to use `git grep` to found > the references to "figure_name". > > Could you also update your name on the Copyright lines please ? > > Thanks, > > -- > Cl?ment > > Le mercredi 04 janvier 2017 ? 11:32 +0530, nikhil goel a ?crit : > > Hello > > > > Attached below is the patch for bug 14483. The patch is in 2 > parts. First part has the non > > regression test and the second part has the changes along with > changes.md file. > > > > If you could please review the changes and see if things are in > order. > > > > Thanks > > > > Nikhil > > > > On Tue, Jan 3, 2017 at 12:58 PM, Cl?ment David > > wrote: > > > Hi Nikhil and welcome, > > > > > > I saw your mail and accepted it but a bit late :). About the > process, we usually do not assign a > > > bug > > > to new-comers as the Assignee field is just a reminder for us. > You should select a bug, fix it > > > and > > > either mail the patch (using `git format-patch`) or push it to > the codereview (and add a > > > reviewer). > > > > > > All (and probably too much :) ) information are on the > wiki.scilab.org , do not hesitate to use > > > the > > > gsoc ML for beginners question (compiling scilab, commit and > push a patch). > > > > > > Thanks, > > > > > > -- > > > Cl?ment > > > > > > Le lundi 02 janvier 2017 ? 13:12 +0530, nikhil goel a ?crit : > > > > Sir/ Ma'am > > > > I am Nikhil Goel, a second year engineering student from > BITS Pilani, India. I am currently an > > > > amateur coder and would like to contribute in Scilab to > learn more about software development > > > > practices. > > > > I had sent a mail two weeks ago but I wasn't subscribed to > the dev mailing list. > > > > Within this period I have developed a deeper understanding > of work flow and the code of > > > scilab. > > > > After becoming familiar with the compilation of the software > solved a bug that was reported on > > > > bugzilla.scilab.org . but I > havent submitted the patch yet as I am unclear on the process. > > > > Pointers/ suggestions on what to solve would be greatly > appreciated. > > > > As I get more comfortable with the tech stack, I would like > to further contribute more > > > > substantially. > > > > Thanking you in anticipation > > > > Regards > > > > Nikhil Goel > > > > _______________________________________________ > > > > dev mailing list > > > > dev at lists.scilab.org > > > > http://lists.scilab.org/mailman/listinfo/dev > > > > _______________________________________________ > > > dev mailing list > > > dev at lists.scilab.org > > > http://lists.scilab.org/mailman/listinfo/dev > > > > > > > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > http://lists.scilab.org/mailman/listinfo/dev > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > > > > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev -- Paul BIGNIER Development engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Phone: +33.1.80.77.04.68 http://www.scilab-enterprises.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From nikhilgoel199797 at gmail.com Sat Jan 14 21:31:40 2017 From: nikhilgoel199797 at gmail.com (nikhil goel) Date: Sun, 15 Jan 2017 02:01:40 +0530 Subject: [Scilab-Dev] Patch for bug #14911 Message-ID: Hi, Attached below is the patch for the bug #14911. The patch includes CHANGES.md file and the java file in which changes were done. I was not able to attach the screenshots of the manual non_reg test due to the 100kb constraint. It is still in process of being accepted. Please see the attached screenshots in that mail. If any other changes have to be done or any other files have to be edited, Please tell me. I was also wondering if it's possible for me to directly send pull requests. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-add-Label-Title-in-the-graphic-context-menu-on-figur.patch Type: text/x-patch Size: 3555 bytes Desc: not available URL: From clement.david at scilab-enterprises.com Mon Jan 16 08:49:49 2017 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment?= David) Date: Mon, 16 Jan 2017 08:49:49 +0100 Subject: [Scilab-Dev] Patch for bug #14911 In-Reply-To: References: Message-ID: <1484552989.19025.1.camel@scilab-enterprises.com> Hi Nikhil, Thanks for the patch, I have only one remark ; when fixing a bug, you should indicate it in the commit message ; take a look at `git log` for examples. For submitting the patch (using git), you could use the codereview.scilab.org website using your scilab account (mail and password). Instead of sending "pull requests" we use gerrit to review patches, please set it up accordingly to the wiki instructions. PS: in that case a non-regression tests is optional as this is only a GUI improvement. Thanks, -- Clement Le dimanche 15 janvier 2017 ? 02:01 +0530, nikhil goel a ?crit?: > Hi, > > ?Attached below is the patch for the bug #14911. > > ?The patch includes CHANGES.md file and the java file in which changes were done. > > ?I was not able to attach the screenshots of the manual non_reg test due to the 100kb constraint. > It is still in process of being accepted. Please see the attached screenshots in that mail.? > > ?If any other changes have to be done or any other files have to be edited, Please tell me. I was > also wondering if it's possible for me to directly send pull requests.? > > Thanks > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev From nikhilgoel199797 at gmail.com Fri Jan 13 15:55:38 2017 From: nikhilgoel199797 at gmail.com (nikhil goel) Date: Fri, 13 Jan 2017 20:25:38 +0530 Subject: [Scilab-Dev] Patch for bug #14911 Message-ID: Hi, Attached below is the patch for the bug #14911. The patch includes CHANGES.md file and the java file in which changes were done. Since the non_reg test was done manually and only the screenshots of the non_reg tests were possible, I have attached screenshots of the non_reg test. If any other changes have to be done, Please tell me. I was also wondering if it's possible for me to directly send pull requests. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot from 2017-01-13 19:58:59.png Type: image/png Size: 182823 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot from 2017-01-13 19:59:21.png Type: image/png Size: 172046 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot from 2017-01-13 19:59:47.png Type: image/png Size: 168190 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-add-Label-Title-in-the-graphic-context-menu-on-figur.patch Type: text/x-patch Size: 3555 bytes Desc: not available URL: From konstantin8105 at gmail.com Tue Jan 17 12:34:25 2017 From: konstantin8105 at gmail.com (=?UTF-8?B?0JrQvtC90YHRgtCw0L3RgtC40L0g0JjQt9GO0LzQvtCy?=) Date: Tue, 17 Jan 2017 12:34:25 +0100 Subject: [Scilab-Dev] Bug: GUI: Font Message-ID: Dear colleguase, Could you change font for header like console font. In picture - you will see location of header. [image: ?????????? ??????????? 2] Best regards, ? ?????????, *Izymov Konstantin* *?????? ??????????* konstantin8105 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 22766 bytes Desc: not available URL: From fedebergero at gmail.com Fri Jan 20 15:43:08 2017 From: fedebergero at gmail.com (Federico Bergero) Date: Fri, 20 Jan 2017 11:43:08 -0300 Subject: [Scilab-Dev] Query about ATOMS module Message-ID: Hi all, I'm the developer of the BackDoor ATOMS module for Scilab. I see in the ATOMS webpage that the module is being built for windows and Linux. But in my current instalation of Ubuntu 16.04 using Scilab 5.5.2 I cannot install it from the repository. Appearently Scilab is using the http://atoms.scilab.org/5.5 repo. Who should I contact to solve this issue? Best Fede I find television very educational. Every time someone switches it on, I go into another room and read a good book. From nikhilgoel199797 at gmail.com Fri Jan 20 19:17:01 2017 From: nikhilgoel199797 at gmail.com (nikhil goel) Date: Fri, 20 Jan 2017 23:47:01 +0530 Subject: [Scilab-Dev] Patch for bug #14911 In-Reply-To: <1484552989.19025.1.camel@scilab-enterprises.com> References: <1484552989.19025.1.camel@scilab-enterprises.com> Message-ID: Hi, I have uploaded the changes on codereview ( https://codereview.scilab.org/#/c/18895/). Do we have to upload the patch for the bug somewhere? Is there anything else I need to do for this bug? Also could you tell me where to find the SHA1 hash needed to make changes the to uploaded file. If I'm unable to reproduce some of the bugs on bugzilla, should I comment on them or write something? On 16 Jan 2017 1:20 p.m., "Cl?ment David" < clement.david at scilab-enterprises.com> wrote: > Hi Nikhil, > > Thanks for the patch, I have only one remark ; when fixing a bug, you > should indicate it in the > commit message ; take a look at `git log` for examples. > > For submitting the patch (using git), you could use the > codereview.scilab.org website using your > scilab account (mail and password). Instead of sending "pull requests" we > use gerrit to review > patches, please set it up accordingly to the wiki instructions. > > PS: in that case a non-regression tests is optional as this is only a GUI > improvement. > > Thanks, > > -- > Clement > > Le dimanche 15 janvier 2017 ? 02:01 +0530, nikhil goel a ?crit : > > Hi, > > > > Attached below is the patch for the bug #14911. > > > > The patch includes CHANGES.md file and the java file in which changes > were done. > > > > I was not able to attach the screenshots of the manual non_reg test due > to the 100kb constraint. > > It is still in process of being accepted. Please see the attached > screenshots in that mail. > > > > If any other changes have to be done or any other files have to be > edited, Please tell me. I was > > also wondering if it's possible for me to directly send pull requests. > > > > Thanks > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > http://lists.scilab.org/mailman/listinfo/dev > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From simon.marchetto at scilab-enterprises.com Tue Jan 24 10:57:52 2017 From: simon.marchetto at scilab-enterprises.com (Simon Marchetto) Date: Tue, 24 Jan 2017 10:57:52 +0100 Subject: [Scilab-Dev] Query about ATOMS module In-Reply-To: References: Message-ID: <9e7b8504-803d-a2dd-d700-bfc15e7ede4c@scilab-enterprises.com> Hi, The binaries for 5.5.2, Linux & Windows, are now available. Regards, Simon Le 20/01/2017 ? 15:43, Federico Bergero a ?crit : > Hi all, I'm the developer of the BackDoor ATOMS module for Scilab. > > I see in the ATOMS webpage that the module is being built for windows and Linux. > But in my current instalation of Ubuntu 16.04 using Scilab 5.5.2 I > cannot install it from the repository. > Appearently Scilab is using the http://atoms.scilab.org/5.5 repo. > > Who should I contact to solve this issue? > > Best > Fede > I find television very educational. Every time someone switches it on, > I go into another room and read a good book. > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev From fedebergero at gmail.com Tue Jan 24 13:40:10 2017 From: fedebergero at gmail.com (Federico Bergero) Date: Tue, 24 Jan 2017 09:40:10 -0300 Subject: [Scilab-Dev] Query about ATOMS module In-Reply-To: <9e7b8504-803d-a2dd-d700-bfc15e7ede4c@scilab-enterprises.com> References: <9e7b8504-803d-a2dd-d700-bfc15e7ede4c@scilab-enterprises.com> Message-ID: Thanks Simon. I now see that there is a problem with the filename cases. I have already corrected it in the SVN. Could you recompile them? Best Fede I find television very educational. Every time someone switches it on, I go into another room and read a good book. On Tue, Jan 24, 2017 at 6:57 AM, Simon Marchetto wrote: > Hi, > > The binaries for 5.5.2, Linux & Windows, are now available. > > Regards, > > Simon > > > > Le 20/01/2017 ? 15:43, Federico Bergero a ?crit : >> >> Hi all, I'm the developer of the BackDoor ATOMS module for Scilab. >> >> I see in the ATOMS webpage that the module is being built for windows and >> Linux. >> But in my current instalation of Ubuntu 16.04 using Scilab 5.5.2 I >> cannot install it from the repository. >> Appearently Scilab is using the http://atoms.scilab.org/5.5 repo. >> >> Who should I contact to solve this issue? >> >> Best >> Fede >> I find television very educational. Every time someone switches it on, >> I go into another room and read a good book. >> _______________________________________________ >> dev mailing list >> dev at lists.scilab.org >> http://lists.scilab.org/mailman/listinfo/dev > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev From clement.david at scilab-enterprises.com Fri Jan 27 18:13:02 2017 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment?= David) Date: Fri, 27 Jan 2017 18:13:02 +0100 Subject: [Scilab-Dev] 6.0 branched from master Message-ID: <1485537182.2387.13.camel@scilab-enterprises.com> Dear developers, advanced users, The 6.0 branch has been created and will be used for Scilab 6.0.0 . If you want to have a bug correction applied for the release you should now `git push HEAD:refs/for/6.0` or edit your .git/config file to do so. Do not hesitate to ping us if you already have some bugfix commit in review on master and want them to be applied on the 6.0 branch. Thanks for your involvement, -- Cl?ment & the Scilab team From sgougeon at free.fr Mon Jan 30 17:31:47 2017 From: sgougeon at free.fr (Samuel Gougeon) Date: Mon, 30 Jan 2017 17:31:47 +0100 Subject: [Scilab-Dev] 6.0 branched from master In-Reply-To: <1485537182.2387.13.camel@scilab-enterprises.com> References: <1485537182.2387.13.camel@scilab-enterprises.com> Message-ID: Hello Cl?ment, Le 27/01/2017 ? 18:13, Cl?ment David a ?crit : > Dear developers, advanced users, > > The 6.0 branch has been created and will be used for Scilab 6.0.0 . If you want to have a bug > correction applied for the release you should now `git push HEAD:refs/for/6.0` or edit your > .git/config file to do so. > > Do not hesitate to ping us if you already have some bugfix commit in review on master and want them > to be applied on the 6.0 branch. So, after 10 years of YaSP and (6.0) master activity, this is somewhat the true birth date of Scilab 6.0 :) These new indications are somewhat breaking guidelines described on the wiki: https://wiki.scilab.org/How%20to%20contribute%20to%20Scilab If these news are not transient just for 6.0, the wiki could be updated to not mislead anyone. By the way, Antoine just answered to some of my questions on the CodeReview: AFAIU, commits pushed on the master must be abandoned after being copied to the 6.0 branch. Finally, > Do not hesitate to ping us if you already have some bugfix commit in review on master and want them > to be applied on the 6.0 branch. Doesn't the CodeReview *+1* flag just mean this? I believed it does. Best regards Samuel -------------- next part -------------- An HTML attachment was scrubbed... URL: From clement.david at scilab-enterprises.com Tue Jan 31 14:53:05 2017 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment?= David) Date: Tue, 31 Jan 2017 14:53:05 +0100 Subject: [Scilab-Dev] 6.0 branched from master In-Reply-To: References: <1485537182.2387.13.camel@scilab-enterprises.com> Message-ID: <1485870785.2059.5.camel@scilab-enterprises.com> Hi Samuel, > > Do not hesitate to ping us if you already have some bugfix commit in review on master and want > > them > > to be applied on the 6.0 branch. > ? > So, after 10 years of YaSP and (6.0) master activity, this is somewhat the true birth date of > Scilab 6.0 :) > > These new indications are somewhat breaking guidelines described on the wiki: > https://wiki.scilab.org/How%20to%20contribute%20to%20Scilab > If these news are not transient just for 6.0, the wiki could be updated to not mislead anyone. Regular developments should still be done on the master branch. I just wanted to inform that commits merged on master branch will not be present on the upcoming 6.0.x releases. IMHO the wiki instructions are still applicable for new features and Scilab improvements. > By the way, Antoine just answered to some of my questions on the CodeReview: AFAIU, commits pushed > on the master must be abandoned after being copied to the 6.0 branch. Yep the 6.0 branch will be merged back to the master branch regularly and change-set should not be duplicated. > Finally,? > > Do not hesitate to ping us if you already have some bugfix commit in review on master and want > > them > > to be applied on the 6.0 branch. > ??Doesn't the CodeReview +1 flag just mean this? I believed it does. Yes it does for commit to be merged *in the master branch*. For already pushed commits that are currently in master but expected to be part of 6.0.0, you should ask the team or re-push on refs/for/6.0 by yourself. Note: we will probably not accept re-factoring nor new features on the 6.0 branch (only bug correction and regression fixes). Thanks, -- Cl?ment From martin.marmsoler at gmail.com Tue Jan 31 15:21:34 2017 From: martin.marmsoler at gmail.com (Murmele) Date: Tue, 31 Jan 2017 07:21:34 -0700 (MST) Subject: [Scilab-Dev] Appimage or Flatpak for Scilab Message-ID: <1485872494776-4035432.post@n3.nabble.com> Hello, I would like to ask if there already exist a flatpak or appimage package for scilab or if there is a plan to build one? Best regards, Martin -- View this message in context: http://mailinglists.scilab.org/Appimage-or-Flatpak-for-Scilab-tp4035432.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From clement.david at scilab-enterprises.com Tue Jan 31 18:28:25 2017 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment?= David) Date: Tue, 31 Jan 2017 18:28:25 +0100 Subject: [Scilab-Dev] Appimage or Flatpak for Scilab In-Reply-To: <1485872494776-4035432.post@n3.nabble.com> References: <1485872494776-4035432.post@n3.nabble.com> Message-ID: <1485883705.2059.9.camel@scilab-enterprises.com> Hello Martin, Le mardi 31 janvier 2017 ? 07:21 -0700, Murmele a ?crit?: > Hello,? > > I would like to ask if there already exist a flatpak or appimage package for > scilab or if there is a plan to build one? Currently there is no plan to do so as the scilab binary is working well on Linux. I though about making a flatpack based on org.freedesktop.Platform some months ago but the hard task is to rebuild Scilab dependencies on the restricted env. to be consistent. AFAIK there is also no flatpak runtime for OpenJDK/JRE. -- Cl?ment