bugGNU Octave - Bugs: bug #41238, Cell bracket constructor has...

 
 

bug #41238: Cell bracket constructor has problems with function handle and space

Submitter:  None
Submitted:  Wed 15 Jan 2014 03:54:29 PM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Housseini Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.6.4
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 15 Jan 2014 04:33:42 PM UTC, comment #2: 

It seems to be fixed in 3.8.0.

John W. Eaton <jwe>
Group administrator
Wed 15 Jan 2014 04:29:01 PM UTC, comment #1: 

This problem has been fixed in the development version. The fix
will be available in the next major software release. Thank you
for your bug report.

Jordi GutiƩrrez Hermoso <jordigh>
Group Member
Wed 15 Jan 2014 03:54:29 PM UTC, original submission:  

When constructing a cell with a function handle inside a comma is necessary for the subsequent value, otherwise a parse error appears:

    a = {@sin 'bla'} # -> parse error
    b = {@sin, 'bla'} # -> everything working

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by jordigh (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-01-15 jordigh StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code