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

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

[Octave-bug-tracker] [bug #55437] Files in editor are reported as modifi


From: Lars Kindermann
Subject: [Octave-bug-tracker] [bug #55437] Files in editor are reported as modified while heavily parsing date strings with datenum()
Date: Thu, 10 Jan 2019 06:06:41 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0

URL:
  <https://savannah.gnu.org/bugs/?55437>

                 Summary: Files in editor are reported as modified while
heavily parsing date strings with datenum()
                 Project: GNU Octave
            Submitted by: larskindermann
            Submitted on: Thu 10 Jan 2019 11:06:39 AM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.0.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Reappearing behaviour of bug #53539, which was fixed a year ago.

How to trigger: Open some files in the editor (the more the better), including
this script


disp preparing
for i=1:100000
 s(i,:)='20010101-000000';
end
disp starting 
t=datenum(s,'yyyymmdd-HHMMSS');
disp done


Running this script, during datenum() the GUI sometimes pops up a message box,
stating that some file opened in editor has changed. 

It happens more frequently on a slower CPU.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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