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

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

[Octave-bug-tracker] [bug #55943] pause() with no arguments returns imme


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #55943] pause() with no arguments returns immediately on Windows
Date: Mon, 3 Jun 2019 15:18:17 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48

Update of bug #55943 (project octave):

                  Status:          Ready For Test => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #23:

Oops, I didn't grasp that the fix had been applied already on April 12 (stupid
me!) so I could have tried a lot earlier.

On Windows 7 and Windows 10 I verified that the bug is there in 5.1.0. Then,
with 6.0.0 builds from April 22 and May 21 the original issue works out as
follows, using F9 from the editor:

>> x=0:.5:10;

>> y1=sin(x)

y1 =
 Columns 1 through 9:
   0.00000   0.47943   0.84147   0.99749   0.90930   0.59847   0.14112 
-0.35078  -0.75680
 Columns 10 through 18:
  -0.97753  -0.95892  -0.70554  -0.27942   0.21512   0.65699   0.93800  
0.98936   0.79849
 Columns 19 through 21:
   0.41212  -0.07515  -0.54402

>> pause;

## delay until focus on terminal and hitting a random key,
## then execution continues

>> y2=cos(x)

y2 =
 Columns 1 through 8:
   1.000000   0.877583   0.540302   0.070737  -0.416147  -0.801144  -0.989992 
-0.936457
 Columns 9 through 16:
  -0.653644  -0.210796   0.283662   0.708670   0.960170   0.976588   0.753902 
 0.346635
 Columns 17 through 21:
  -0.145500  -0.602012  -0.911130  -0.997172  -0.839072



.. so it looks like the bug has been fixed indeed.

Closing report.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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