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: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #55437] Files in editor are reported as modified while heavily parsing date strings with datenum()
Date: Fri, 11 Jan 2019 09:56:06 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Update of bug #55437 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

I modified your script to generate N open m-files easily.


N = 100;
list = dir ('/path/to/repo/scripts/*/*.m');
list = strcat({list.folder}', filesep (), {list.name}');
cellfun (@edit, list(1:N))

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


But I cannot reproduce the problem on openSUSE 15.0, Intel Core i5, 16 GB
RAM.


>> __octave_config_info__ ("hg_id")
ans = 02a9e1bb314a


You speak of slow systems, what does this mean for you?  Do you store the
files on some special location?  The opened files are stored on a XFS
partition.



    _______________________________________________________

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]