octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #60675] the call debug_on_error(1) generates a


From: PIERRE LABRECHE
Subject: [Octave-bug-tracker] [bug #60675] the call debug_on_error(1) generates a warning: implicit conversion from matrix to sq_string
Date: Wed, 26 May 2021 16:36:14 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36

Follow-up Comment #8, bug #60675 (project octave):

Here is a complete session log

GNU Octave, version 6.2.0
Copyright (C) 2021 The Octave Project Developers.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.

Octave was configured for "x86_64-w64-mingw32".

Additional information about Octave is available at https://www.octave.org.

Please contribute if you find this software useful.
For more information, visit https://www.octave.org/get-involved.html

Read https://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.

>> strftime( "%Y-%m-%d %R", localtime( time() ) )
ans = 2021-05-26 16:28
>> _init
error: '_init' undefined near line 1, column 1
>> clear all; close all;
>> folder_str = "C:/Users/pierr/Documents/Photo private/src" ;
>> addpath (folder_str)
>> cd      (folder_str)
>> pkg load image
>> debug_on_error (1) #
>> strftime( "%Y-%m-%d %R", localtime( time() ) )
ans = 2021-05-26 16:28
>> strftime( "%Y-%m-%d %R", localtime( time() ) )
ans = 2021-05-26 16:29
>> strftime( "%Y-%m-%d %R %S", localtime( time() ) )
ans = 2021-05-26 16:31 37
>> _init
>> strftime( "%Y-%m-%d %R", localtime( time() ) )
ans = 2021-05-26 16:32
>> strftime( "%Y-%m-%d %R %S", localtime( time() ) )
ans = 2021-05-26 16:32 06
>> warning: implicit conversion from matrix to sq_string
strftime( "%Y-%m-%d %R %S", localtime( time() ) )
ans = 2021-05-26 16:32 26
>>


The file _init.m contains:

clear all; close all; 
folder_str = "C:/Users/pierr/Documents/Photo private/src" ;
addpath (folder_str)
cd      (folder_str)
pkg load image
debug_on_error (1) # 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60675>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]