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

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

[Octave-bug-tracker] [bug #65069] Octave reports .m file undefined after


From: anonymous
Subject: [Octave-bug-tracker] [bug #65069] Octave reports .m file undefined after creating file on rclone share
Date: Thu, 21 Dec 2023 03:34:33 -0500 (EST)

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

                 Summary: Octave reports .m file undefined after creating file
on rclone share
                   Group: GNU Octave
               Submitter: None
               Submitted: Thu 21 Dec 2023 08:34:31 AM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: Martijn van de Giessen
        Originator Email: mvandegiessen@gmail.com
             Open/Closed: Open
                 Release: 8.4.0
         Discussion Lock: Any
        Operating System: GNU/Linux
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Thu 21 Dec 2023 08:34:31 AM UTC By: Anonymous
When creating a new .m file on an rclone share in the Octave GUI, Octave does
not recognize the file and report that the function is undefined. After
restarting Octave, functionality is as expected.

This behavior can be reproduced as:

>> edit rcloneTest.m # With 'disp "test"' as only line
>> rcloneTest
error: 'rcloneTest' undefined near line 1, column 1
>> exit


Then, restart Octave:

>> rcloneTest
test


I am using the Flathub flatpak version of Octave from 5 November 2023. No
other program that I am using shows this behavior, including other flatpaks,
hence I am suspecting it is something Octave specific.

The command line version of the Octave flatpak shows the same behavior,
reproducible as:


flatpak run org.octave.Octave
<< create and edit testRclone.m with an external editor with 'disp "test"' as
only line >>
octave:1> rcloneTest
error: 'rcloneTest' undefined near line 1, column 1
octave:2> exit
<< restart Octave >>
flatpak run org.octave.Octave
octave:1> rcloneTest
test


The rclone version that I am using is:

rclone v1.60.1
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 6.2.0-39-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.19.3
- go/linking: static
- go/tags: none










    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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