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

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

[Octave-bug-tracker] [bug #64371] VM causes errors with xlswrite


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #64371] VM causes errors with xlswrite
Date: Fri, 30 Jun 2023 18:06:55 -0400 (EDT)

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

                 Summary: VM causes errors with xlswrite
                   Group: GNU Octave
               Submitter: arungiridhar
               Submitted: Fri 30 Jun 2023 06:06:53 PM EDT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Fri 30 Jun 2023 06:06:53 PM EDT By: Arun Giridhar <arungiridhar>
Split from bug #64366:

With the VM loaded, the following sequence causes an error:


pkg load io
a = 10;
xlswrite ("/tmp/foo.xlsx", a)


The error is:

error: concatenation operator not implemented for 'matrix' by 'scalar struct'
operations
error: called from
    __OCT_oct2xlsx__
    __OCT_oct2spsh__ at line 79 column 16
    oct2xls
    xlswrite


The non-VM version does not give the error.







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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