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

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

[Octave-bug-tracker] [bug #58382] Wrong scope when saving variables with


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #58382] Wrong scope when saving variables with "Run Selection"
Date: Sun, 17 May 2020 06:53:16 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0

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

                 Summary: Wrong scope when saving variables with "Run
Selection"
                 Project: GNU Octave
            Submitted by: mmuetzel
            Submitted on: Sun 17 May 2020 12:53:14 PM CEST
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.0.90
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

A variable in the current scope cannot be saved with "Run Selection" (F9):

A = 1;
save ("A.mat", "A");


First execute the first line of the code snippet. Then, select the second line
and press F9.
The variable "A" should be stored in "A.mat". Instead, I see the following
warning and the resulting file cannot be loaded:

warning: save: no such variable 'A'
warning: called from
    /tmp/octave/octave_cUzvHO.m at line 1 column 4





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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