[Bugzilla] [Bug 14497] Clement DAVID has changed bug_status, cc, resolution

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Tue Mar 27 17:08:28 CEST 2018


https://bugzilla.scilab.org/show_bug.cgi?id=14497
--------- Bug Summary -----------
calling function hosted in mlist results in arguments mismatch

---------- Changed by ------------
clement.david at scilab-enterprises.com

---------- What changed ----------
bug_status, cc, resolution


Clement DAVID <clement.david at scilab-enterprises.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |clement.david at scilab-enterp
                   |                            |rises.com
         Resolution|---                         |FIXED

--- Comment #1 from Clement DAVID <clement.david at scilab-enterprises.com> ---
Every call seems OK to me with Scilab 6.0.1.

--> maMethode(1,2)           //ok

   1.

   2.

--> maMethode(1)             //ok

   1.

 arg2 non defini

--> maMethode(arg2=2,arg1=1) //ok

   1.

   2.

--> maMethode(,2)            //ok



   2.

--> maListe.methode(1,2) //ok

   1.

   2.

--> maListe.methode(1)   //ok

   1.

 arg2 non defini

--> maListe.methode(,2)  //ok



   2.

--> maListe.methode(arg1=1,arg2=2) // FAILED on 5.5.2 : arg1 said undefined, arg2 used with arg1 value

   1.

   2.

--> maListe.methode(arg1=1,2)      // ok !

   1.

   2.

--> maListe.methode(1,arg2=2)      // FAILED on 5.5.2 : arg1 said undefined, arg2 used with arg1 value

   1.

   2.

--> maListe.methode(arg2=2)        // FAILED on 5.5.2 : arg1 used with arg2 value, arg2 said undefined

 arg1 non defini

   2.

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180327/a04c7edd/attachment.htm>


More information about the Bugzilla mailing list