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

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

[Octave-bug-tracker] [bug #32096] A cs-list cannot be further indexed


From: Pascal Dupuis
Subject: [Octave-bug-tracker] [bug #32096] A cs-list cannot be further indexed
Date: Tue, 11 Jan 2011 14:19:01 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13

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

                 Summary: A cs-list cannot be further indexed
                 Project: GNU Octave
            Submitted by: cdemills
            Submitted on: mar 11 jan 2011 14:19:00 GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Pascal Dupuis
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.3.54
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Context: testing dataframes (version from octave-forge repo) under 3.3.54+

x=dataframe(randn(3,3)) : OK
x.types(2)
ans = 
{
  [1,1] = double
}
OK: a cellstr with the type of the second column

x.types(2) = 'single' 
error: a cs-list cannot be further indexed
error: invalid assignment to cs-list outside multiple assignment

The last expression should be handled by subsasgn, it's OK under 3.2.3. I
added a 'keyboard' statement at the beginning of the overloaded subsasgn
function, it is not called. The problem thus occurs before. Any idea ?

Pascal




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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