[Bugzilla] [Bug 3439] Samuel GOUGEON has changed bug_file_loc

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Sat Mar 17 01:12:32 CET 2018


http://bugzilla.scilab.org/show_bug.cgi?id=3439
--------- Bug Summary -----------
Lasterror function seems to truncate error message. exec SCI/dummyVeryLongNam

---------- Changed by ------------
sgougeon at free.fr

---------- What changed ----------
bug_file_loc


Samuel GOUGEON <sgougeon at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|-->error(10)
               |
                   |error(10)
                  |
                   |          !--error 10 
     |
                   |Multiplication incohérente. |
                   |                            |
                   |
                           |
                   |at line       1 of exec     |
                   |file called by :    
       |
                   |exec                        |
                   |SCI/dummyVeryLongNameErrorS |
                   |cript.sce
                  |
                   | 
                          |
                   | 
                          |
                   |-->[a,b,c,d]=lasterror()
   |
                   | d  =
                      |
                   | 
                          |
                   | exec SCI/dummyVeryLongNa   |
                   |
                           |
                   | c  =
                      |
                   | 
                          |
                   |    1.  
                   |
                   | b  =
                      |
                   | 
                          |
                   |    10.  
                  |
                   | a  =
                      |
                   | 
                          |
                   | Multiplication             |
                   |incohérente.                |

--- Comment #4 from Samuel GOUGEON <sgougeon at free.fr> ---
In Scilab 6.0.1, we have

mputl("error(""Test"")", "TMPDIR/dummyVeryLongNameErrorScript.sce");
exec TMPDIR/dummyVeryLongNameErrorScript.sce
[a,b,c,d] = lasterror()

--> error("Test")
à la ligne     1 du fichier exécuté TMPDIR\dummyVeryLongNameErrorScript.sce

Test
--> [a,b,c,d] = lasterror()
 d  = 
 exec

 c  = 
   1.

 b  = 
   10000.

 a  = 
 Test

-- 
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/20180317/1c1a59d4/attachment.htm>


More information about the Bugzilla mailing list