[Scilab-users] Scilab 6 - Problem with scope and nested lists

2020-10-16 Thread Arvid Rosén
Hi! We have found a tricky issue when moving over from Scilab 5 to Scilab 6 in my organization. We have a lot of code which works with nested lists, and functions modifying those lists. However, when a function is called with some nested lists as an input argument, the body of that function can

Re: [Scilab-users] Scilab 6 - Problem with scope and nested lists

2020-10-16 Thread Stéphane Mottelet
Hello, I think that this is a sufficiently serious issue to diserve a report in bugzilla.scilab.org. But could you prepare a more compact example ? S. Le 16/10/2020 à 13:35, Arvid Rosén a écrit : Hi! We have found a tricky issue when moving over from Scilab 5 to Scilab 6 in my organizatio

Re: [Scilab-users] Scilab 6 - Problem with scope and nested lists

2020-10-16 Thread Arvid Rosén
("Error! inputArgument was changed by function"); end -- From: Scilab Users List on behalf of Stéphane Mottelet Reply to: Users mailing list for Scilab Date: Friday, 16 October 2020 at 13:40 To: "users@lists.scilab.org" Subject: Re: [Scilab-users] Scilab 6 - Problem with sc

Re: [Scilab-users] Scilab 6 - Problem with scope and nested lists

2020-10-16 Thread Stéphane Mottelet
end -- *From: *Scilab Users List on behalf of Stéphane Mottelet *Reply to: *Users mailing list for Scilab *Date: *Friday, 16 October 2020 at 13:40 *To: *"users@lists.scilab.org" *Subject: *Re: [Scilab-users] Scilab 6 - Problem with scope and nested lists Hello, I think that this

Re: [Scilab-users] Scilab 6 - Problem with scope and nested lists

2020-10-16 Thread Arvid Rosén
: Scilab Users List on behalf of Stéphane Mottelet Reply to: Users mailing list for Scilab Date: Friday, 16 October 2020 at 14:20 To: "users@lists.scilab.org" Subject: Re: [Scilab-users] Scilab 6 - Problem with scope and nested lists Your test mix struct and lists can you reproduce

Re: [Scilab-users] Scilab 6 - Problem with scope and nested lists

2020-10-16 Thread Stéphane Mottelet
:20 *To: *"users@lists.scilab.org" *Subject: *Re: [Scilab-users] Scilab 6 - Problem with scope and nested lists Your test mix struct and lists can you reproduce it without using a struct ? Le 16/10/2020 à 14:15, Arvid Rosén a écrit : Hi, I already filed a report here:

Re: [Scilab-users] Scilab 6 - Problem with scope and nested lists

2020-10-16 Thread Arvid Rosén
s List on behalf of Stéphane Mottelet Reply to: Users mailing list for Scilab Date: Friday, 16 October 2020 at 15:14 To: "users@lists.scilab.org" Subject: Re: [Scilab-users] Scilab 6 - Problem with scope and nested lists OK. To me, this is a problem in the recursive insertion, w