From sgougeon at free.fr Sat Dec 9 22:29:57 2017 From: sgougeon at free.fr (Samuel Gougeon) Date: Sat, 9 Dec 2017 22:29:57 +0100 Subject: [Scilab-Dev] householder: mismatch between GIT HEAD and the continuous built for the 6.0 branch Message-ID: Hello devs, I wanted to fix an issue with the householder() demo: in the Jenkins built, the file SCI/modules/linear_algebra/macros/householder.sce is missing while householder.sci exec() it when entering householder() without input argument. So, this situation yields an error when entering householder(). But when browsing the GIT after a $ git reset --hard origin/6.0 as usual, one sees that SCI/modules/linear_algebra/macros/householder.sce actually exists and is the right file! I have checked that it is not a matter of OS file hidding. So, how is this possible?? Is there a way to check the built processing, in order to understand where a file is finally removed (or may be other ones added or changed)? Regards Samuel -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: neoebianneikmddd.png Type: image/png Size: 26650 bytes Desc: not available URL: From antoine.elias at scilab-enterprises.com Sun Dec 10 03:20:38 2017 From: antoine.elias at scilab-enterprises.com (Antoine ELIAS) Date: Sun, 10 Dec 2017 03:20:38 +0100 Subject: [Scilab-Dev] householder: mismatch between GIT HEAD and the continuous built for the 6.0 branch In-Reply-To: References: Message-ID: <2d4104d8-a039-c5b9-4c58-b83ca79721e0@scilab-enterprises.com> Hello Samuel, I think the issue comes from linear_algebra.iss, it does not install *.sce files from macros folder. I will patch 6.0 branch to add this file or .sce in Windows installer. Regards, Antoine Le 09/12/2017 ? 22:29, Samuel Gougeon a ?crit?: > > Hello devs, > > I wanted to fix an issue with the householder() demo: in the Jenkins > built, the file > SCI/modules/linear_algebra/macros/householder.sce > is missing while householder.sci exec() it when entering householder() > without input argument. So, this situation yields an error when > entering householder(). > > But when browsing the GIT after a > $ git reset --hard origin/6.0 > as usual, one sees that > SCI/modules/linear_algebra/macros/householder.sce > actually exists and is the right file! > > I have checked that it is not a matter of OS file hidding. > > So, how is this possible?? > Is there a way to check the built processing, in order to understand > where a file is finally removed (or may be other ones added or changed)? > > Regards > Samuel > > > > > _______________________________________________ > 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: neoebianneikmddd.png Type: image/png Size: 26650 bytes Desc: not available URL: From sgougeon at free.fr Sun Dec 10 16:05:50 2017 From: sgougeon at free.fr (Samuel Gougeon) Date: Sun, 10 Dec 2017 16:05:50 +0100 Subject: [Scilab-Dev] householder: mismatch between GIT HEAD and the continuous built for the 6.0 branch In-Reply-To: <2d4104d8-a039-c5b9-4c58-b83ca79721e0@scilab-enterprises.com> References: <2d4104d8-a039-c5b9-4c58-b83ca79721e0@scilab-enterprises.com> Message-ID: <7028d7d6-77f0-d4b0-7190-a39d22098e9e@free.fr> Hello Antoine, Thanks for this clear explanation. It sets some light about the role of *.iss files, that -- so -- do some pre(or post?)compiling actions. Actually, checking after reading your message, linear_algebra.iss does not copy all *.sce files in the macros directory. The linear_algebra module has a unusual ./examples subdirectory. I think this is the best place where to move the householder.sce example file. linear_algebra.iss copies all *sce from/to it. I am going to patch the 6.0 branch in this way, and will set you as reviewer. Thanks Best regards Samuel Le 10/12/2017 ? 03:20, Antoine ELIAS a ?crit : > Hello Samuel, > > I think the issue comes from linear_algebra.iss, it does not install > *.sce files from macros folder. > I will patch 6.0 branch to add this file or .sce in Windows installer. > > Regards, > Antoine > Le 09/12/2017 ? 22:29, Samuel Gougeon a ?crit : >> >> Hello devs, >> >> I wanted to fix an issue with the householder() demo: in the Jenkins >> built, the file >> SCI/modules/linear_algebra/macros/householder.sce >> is missing while householder.sci exec() it when entering householder() >> without input argument. So, this situation yields an error when >> entering householder(). >> >> But when browsing the GIT after a >> $ git reset --hard origin/6.0 >> as usual, one sees that >> SCI/modules/linear_algebra/macros/householder.sce >> actually exists and is the right file! >> >> I have checked that it is not a matter of OS file hidding. >> >> So, how is this possible?? >> Is there a way to check the built processing, in order to understand >> where a file is finally removed (or may be other ones added or changed)? >> >> Regards >> Samuel >> >> >> >> >> _______________________________________________ >> 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: not available Type: image/png Size: 26650 bytes Desc: not available URL: From anuragtomar2510 at gmail.com Sun Dec 24 07:20:41 2017 From: anuragtomar2510 at gmail.com (ANURAG TOMAR) Date: Sat, 23 Dec 2017 22:20:41 -0800 Subject: [Scilab-Dev] New contributor to Scilab Message-ID: Hello everyone, I am Anurag Singh Tomar, a 2nd year Engineering Undergraduate pursuing B.Tech at JIIT Noida. I am new to open source and want to contribute to Scilab. I will give my best to contribute to Scilab in whatever way I can :). I'm new to the code base. Can you tell me where to start ? I will be very glad to see the response soon. Regards, Anurag Singh Tomar -------------- next part -------------- An HTML attachment was scrubbed... URL: From anuragtomar2510 at gmail.com Sun Dec 24 07:30:45 2017 From: anuragtomar2510 at gmail.com (anuragsinghtomar) Date: Sat, 23 Dec 2017 23:30:45 -0700 (MST) Subject: [Scilab-Dev] New contributor to Scilab Message-ID: <1514097045378-0.post@n3.nabble.com> Hello everyone, I am Anurag Singh Tomar, a 2nd year Engineering Undergraduate pursuing B.Tech at JIIT Noida. I am new to open source and want to contribute to Scilab. I will give my best to contribute to Scilab in whatever way I can :). I'm new to the code base. Can you tell me where to start ? I will be very glad to see the response soon. Regards, Anurag Singh Tomar -- Sent from: http://mailinglists.scilab.org/Scilab-developers-Mailing-Lists-Archives-f2574944.html