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

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

[Octave-bug-tracker] [bug #30923] OO code failing under 3.3.52+


From: Pascal Dupuis
Subject: [Octave-bug-tracker] [bug #30923] OO code failing under 3.3.52+
Date: Tue, 31 Aug 2010 16:48:38 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8

URL:
  <http://savannah.gnu.org/bugs/?30923>

                 Summary: OO code failing under 3.3.52+
                 Project: GNU Octave
            Submitted by: cdemills
            Submitted on: mar 31 aoû 2010 16:48:37 GMT
                Category: Interpreter
                Severity: 3 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Pascal Dupuis
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Context: install the dataframe package from octave-forge.

Under 3.2.4, the following code works OK:
x=dataframe('octave_frame/data_test.csv');
x.rownames = [];


Under latest from hg:
- the first line works as bug 30909 is fixed
- the second fails with
'Invalid assignment to cs-list outside multiple assignment"

Under 3.2.4, the assignment is performed by @dataframe/subasgn.m. Under
3.3.52+, said code is not called.

Regards

Pascal




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30923>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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