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

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

[Octave-bug-tracker] [bug #56051] Not registering an update of source fi


From: Frank Steinke
Subject: [Octave-bug-tracker] [bug #56051] Not registering an update of source file
Date: Tue, 2 Apr 2019 02:30:35 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0

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

                 Summary: Not registering an update of source file
                 Project: GNU Octave
            Submitted by: fas42
            Submitted on: Tue 02 Apr 2019 06:30:33 AM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

As mentioned in another bug submission, the IDE not processing a changed file,
unless Octave is restarted.

The rundemos.m file in the testfun directory had the line

 input ("Press <enter> to continue: ", "s");

changed to

 input ("Press <backspace> to continue: ", "s");

and continued to use the original prompt, irrespectve of trying everything.
The only thing that worked was exiting, and restarting Octave.

And more bad news: repeated running gave inconsistent behaviour:

C:address@hidden
example 1:
 recorder = audiorecorder (44100, 16, 2);
 record (recorder, 1);
 pause (2);
 player1 = audioplayer (recorder);
 player2 = getplayer (recorder);
 play (player1);
 pause (2);
 play (player2);
 pause (2);
 stop (player1);
 stop (player2);

C:address@hidden
example 1: failed

Invalid call to audioplayer.  Correct usage is:

 -- PLAYER = audioplayer (Y, FS)
 -- PLAYER = audioplayer (Y, FS, NBITS)
 -- PLAYER = audioplayer (Y, FS, NBITS, ID)
 -- PLAYER = audioplayer (RECORDER)
 -- PLAYER = audioplayer (RECORDER, ID)




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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